Skip to content

Commit

Permalink
global_cycle - Add soil moisture nudging for NoahMP option (#809)
Browse files Browse the repository at this point in the history
When using NoahMP, output the adjusted soil moisture to the restart files.

Fixes #761.
  • Loading branch information
GeorgeGayno-NOAA authored Apr 18, 2023
1 parent d1e928b commit 5b03845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sorc/global_cycle.fd/cycle.f90
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,8 @@ SUBROUTINE SFCDRV(LUGB, IDIM,JDIM,LSM,LENSFC,LSOIL,DELTSFC, &

IF (IS_NOAHMP) THEN

CALL WRITE_DATA(LENSFC,IDIM,JDIM,LSOIL,DO_NSST,NSST,VEGFCS=VEGFCS)
CALL WRITE_DATA(LENSFC,IDIM,JDIM,LSOIL,DO_NSST,NSST,VEGFCS=VEGFCS, &
SLCFCS=SLCFCS,SMCFCS=SMCFCS)

ELSE

Expand Down

0 comments on commit 5b03845

Please sign in to comment.