Skip to content

Commit

Permalink
fix mapping for ocn-wav
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Dec 1, 2022
1 parent 57b6c0e commit 28199a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/esmFldsExchange_nems_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ subroutine esmFldsExchange_nems(gcomp, phase, rc)
else
if ( fldchk(is_local%wrap%FBexp(compocn) , trim(fldname), rc=rc) .and. &
fldchk(is_local%wrap%FBImp(compwav,compwav), trim(fldname), rc=rc)) then
call addmap_from(compwav, trim(fldname), compocn, mapbilnr_nstod, 'unset', 'unset')
call addmap_from(compwav, trim(fldname), compocn, mapbilnr_nstod, 'one', 'unset')
call addmrg_to(compocn, trim(fldname), mrg_from=compwav, mrg_fld=trim(fldname), mrg_type='copy')
end if
end if
Expand Down

0 comments on commit 28199a1

Please sign in to comment.