Skip to content

Commit

Permalink
modify dstmask for lnd->atm in UFS
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Mar 13, 2024
1 parent 45d63c4 commit 8309884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/med_map_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ subroutine med_map_routehandles_initfrom_field(n1, n2, fldsrc, flddst, mapindex,
end if
if (n1 == complnd .and. n2 == compatm) then
srcMaskValue = ispval_mask
dstMaskValue = 0
dstMaskValue = ispval_mask
end if
end if
if (coupling_mode(1:4) == 'hafs') then
Expand Down

0 comments on commit 8309884

Please sign in to comment.