From 3e38667cf750c1288e49b9e5b0a0743b460f0292 Mon Sep 17 00:00:00 2001 From: "Timothy M. Lahmers" Date: Fri, 3 Jan 2020 10:25:46 -0500 Subject: [PATCH] Update LAI calculation to be consistent with WRF-Hydro --- .../land/noahmp.4.0.1/phys/module_sf_noahmplsm_401.F90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lis/surfacemodels/land/noahmp.4.0.1/phys/module_sf_noahmplsm_401.F90 b/lis/surfacemodels/land/noahmp.4.0.1/phys/module_sf_noahmplsm_401.F90 index 41beadc23..dbb8534f1 100644 --- a/lis/surfacemodels/land/noahmp.4.0.1/phys/module_sf_noahmplsm_401.F90 +++ b/lis/surfacemodels/land/noahmp.4.0.1/phys/module_sf_noahmplsm_401.F90 @@ -3534,9 +3534,9 @@ SUBROUTINE VEGE_FLUX(parameters,NSNOW ,NSOIL ,ISNOW ,VEGTYP ,VEG , & ! convert grid-cell LAI to the fractional vegetated area (FVEG) - VAIE = MIN(6.,VAI / FVEG) - LAISUNE = MIN(6.,LAISUN / FVEG) - LAISHAE = MIN(6.,LAISHA / FVEG) + VAIE = MIN(6.,VAI ) + LAISUNE = MIN(6.,LAISUN ) + LAISHAE = MIN(6.,LAISHA ) ! saturation vapor pressure at ground temperature