Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/module_MEDIATOR.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5483,10 +5483,10 @@ subroutine MedPhase_prep_ocn(gcomp, rc)
wgtm01(i,j) = 0.0_ESMF_KIND_R8
! DATM uses atm fluxes in non-icy water
if (atmocn_flux_from_atm .and. icewgt(i,j) <= 0.0_ESMF_KIND_R8) then
atmwgt1(i,j) = 0.0_ESMF_KIND_R8
atmwgt1(i,j) = 1.0_ESMF_KIND_R8
icewgt1(i,j) = 0.0_ESMF_KIND_R8
wgtp01(i,j) = 1.0_ESMF_KIND_R8
wgtm01(i,j) = -1.0_ESMF_KIND_R8
wgtp01(i,j) = 0.0_ESMF_KIND_R8
wgtm01(i,j) = 0.0_ESMF_KIND_R8
endif

! check wgts do add to 1 as expected
Expand Down