Skip to content

Commit

Permalink
Update LAI calculation to be consistent with WRF-Hydro
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy M. Lahmers committed Jan 3, 2020
1 parent 6c3c44a commit 3e38667
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e38667

Please # to comment.