Skip to content

Commit

Permalink
fixed bug in that advertising for So_t_depth and So_s_depth was never…
Browse files Browse the repository at this point in the history
… happening
  • Loading branch information
Mariana Vertenstein committed Jul 9, 2024
1 parent ee184f7 commit 5bf3de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/esmFldsExchange_cesm_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3322,7 +3322,7 @@ subroutine esmFldsExchange_cesm(gcomp, phase, rc)
!-----------------------------
! to glc: from ocn
!-----------------------------
if (is_local%wrap%ocn2glc_coupling) then
if (ocn2glc_coupling) then
if (phase == 'advertise') then
call addfld_from(compocn, 'So_t_depth')
call addfld_from(compocn, 'So_s_depth')
Expand Down

0 comments on commit 5bf3de0

Please sign in to comment.