Skip to content

Commit

Permalink
change F->S for ocean velocities and tilts
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Jun 13, 2022
1 parent a38df37 commit 2d5487a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cicecore/cicedynB/dynamics/ice_dyn_evp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@ subroutine evp (dt)

call grid_average_X2Y('F', tmass , 'T' , umass , 'U')
call grid_average_X2Y('F', aice_init, 'T' , aiu , 'U')
call grid_average_X2Y('F', uocn , grid_ocn_dynu, uocnU , 'U')
call grid_average_X2Y('F', vocn , grid_ocn_dynv, vocnU , 'U')
call grid_average_X2Y('F', ss_tltx , grid_ocn_dynu, ss_tltxU, 'U')
call grid_average_X2Y('F', ss_tlty , grid_ocn_dynv, ss_tltyU, 'U')
call grid_average_X2Y('S', uocn , grid_ocn_dynu, uocnU , 'U')
call grid_average_X2Y('S', vocn , grid_ocn_dynv, vocnU , 'U')
call grid_average_X2Y('S', ss_tltx , grid_ocn_dynu, ss_tltxU, 'U')
call grid_average_X2Y('S', ss_tlty , grid_ocn_dynv, ss_tltyU, 'U')

if (grid_ice == 'CD' .or. grid_ice == 'C') then
call grid_average_X2Y('F', tmass , 'T' , emass , 'E')
Expand Down

0 comments on commit 2d5487a

Please sign in to comment.