CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches
namelist_soilveg.f
1
2
4
7 implicit none
8 save
9
10 INTEGER max_slopetyp
11 INTEGER max_soiltyp
12 INTEGER max_vegtyp
13
14 parameter(max_slopetyp = 30)
15 parameter(max_soiltyp = 30)
16 parameter(max_vegtyp = 30)
17
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)
23 REAL bb(max_soiltyp)
24 REAL drysmc(max_soiltyp)
25 REAL f11(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)
32 REAL qtz(max_soiltyp)
33 LOGICAL lparam
34 REAL zbot_data
35 REAL salp_data
36 REAL cfactr_data
37 REAL cmcmax_data
38 REAL sbeta_data
39 REAL rsmax_data
40 REAL topt_data
41 REAL refdk_data
42 REAL frzk_data
43 INTEGER bare
44 INTEGER defined_veg
45 INTEGER defined_soil
46 INTEGER defined_slope
47 REAL fxexp_data
48 INTEGER nroot_data(max_vegtyp)
49 REAL refkdt_data
50 REAL z0_data(max_vegtyp)
51 REAL czil_data
52 REAL lai_data(max_vegtyp)
53 REAL csoil_data
54 end module namelist_soilveg
This module contains namelist options for Noah LSM.