Skip to content

Commit

Permalink
Merge branch 'dev/gfdl' into nonBous_wave_speed
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallward authored Oct 5, 2023
2 parents 754a1b5 + e2d244f commit 824812f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,8 @@ subroutine step_MOM_thermo(CS, G, GV, US, u, v, h, tv, fluxes, dtdia, &
call remap_OBC_fields(G, GV, h, h_new, CS%OBC, PCM_cell=PCM_cell)

call remap_vertvisc_aux_vars(G, GV, CS%visc, h, h_new, CS%ALE_CSp, CS%OBC)
if (associated(CS%visc%Kv_shear)) &
call pass_var(CS%visc%Kv_shear, G%Domain, To_All+Omit_Corners, clock=id_clock_pass, halo=1)
endif

! Replace the old grid with new one. All remapping must be done by this point in the code.
Expand Down

0 comments on commit 824812f

Please sign in to comment.