Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/source/noah-mp/module_sf_noahlsm.F
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MODULE module_sf_noahlsm
! VEGETATION PARAMETERS
INTEGER :: LUCATS , BARE
INTEGER :: NATURAL
integer, PARAMETER :: NLUS=200
integer, PARAMETER :: NLUS=300
CHARACTER(LEN=256) LUTYPE
INTEGER, DIMENSION(1:NLUS) :: NROTBL
real, dimension(1:NLUS) :: SNUPTBL, RSTBL, RGLTBL, HSTBL, &
Expand Down
2 changes: 1 addition & 1 deletion build/source/noah-mp/module_sf_noahmplsm.F
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ MODULE NOAHMP_VEG_PARAMETERS
IMPLICIT NONE

INTEGER, PARAMETER :: MAX_VEG_PARAMS = 33
INTEGER, PARAMETER :: MVT = 200
INTEGER, PARAMETER :: MVT = 300
INTEGER, PARAMETER :: MBAND = 2

INTEGER, PRIVATE :: ISURBAN
Expand Down