diff --git a/sorc/ncep_post.fd/INITPOST_NETCDF.f b/sorc/ncep_post.fd/INITPOST_NETCDF.f index f6adbb367..87bb24b62 100644 --- a/sorc/ncep_post.fd/INITPOST_NETCDF.f +++ b/sorc/ncep_post.fd/INITPOST_NETCDF.f @@ -2292,6 +2292,7 @@ SUBROUTINE INITPOST_NETCDF(ncid2d,ncid3d) ! assign soil depths for RUC LSM, hard wire 9 soil depths here ! so they aren't missing. + IF (NSOIL==9) THEN SLLEVEL(1) = 0.0 SLLEVEL(2) = 0.01 SLLEVEL(3) = 0.04 @@ -2301,6 +2302,7 @@ SUBROUTINE INITPOST_NETCDF(ncid2d,ncid3d) SLLEVEL(7) = 1.0 SLLEVEL(8) = 1.6 SLLEVEL(9) = 3.0 + END IF ! liquid volumetric soil mpisture in fraction using nemsio VarName='soill1'