Skip to content

Commit

Permalink
remove added haloupdates
Browse files Browse the repository at this point in the history
* baselines pass with these extra halo updates removed
  • Loading branch information
DeniseWorthen committed May 24, 2022
1 parent ae50efe commit cbc6046
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cicecore/cicedynB/dynamics/ice_dyn_evp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,6 @@ subroutine evp (dt)
! convert fields from T to U grid
!-----------------------------------------------------------------

call ice_HaloUpdate (tmass, halo_info, &
field_loc_center, field_type_scalar)
call ice_HaloUpdate (aice_init, halo_info, &
field_loc_center, field_type_scalar)

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')
Expand Down

0 comments on commit cbc6046

Please sign in to comment.