Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/grid_file
Browse files Browse the repository at this point in the history
Fixes #708.
  • Loading branch information
GeorgeGayno-NOAA committed Apr 18, 2023
2 parents 91049dc + 5b03845 commit 60c7623
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 60c7623

Please sign in to comment.