14 parameter(max_slopetyp = 30)
15 parameter(max_soiltyp = 30)
16 parameter(max_vegtyp = 30)
18 REAL slope_data(max_slopetyp)
19 REAL rsmtbl(max_vegtyp)
20 REAL rgltbl(max_vegtyp)
21 REAL hstbl(max_vegtyp)
22 REAL snupx(max_vegtyp)
24 REAL drysmc(max_soiltyp)
26 REAL maxsmc(max_soiltyp)
27 REAL refsmc(max_soiltyp)
28 REAL satpsi(max_soiltyp)
29 REAL satdk(max_soiltyp)
30 REAL satdw(max_soiltyp)
31 REAL wltsmc(max_soiltyp)
48 INTEGER nroot_data(max_vegtyp)
50 REAL z0_data(max_vegtyp)
52 REAL lai_data(max_vegtyp)
This module contains namelist options for Noah LSM.