CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches
namelist_soilveg_ruc.F90
1
3
6
7 use machine , only : kind_phys
8
9 implicit none
10 save
11
12 INTEGER max_slopetyp
13 INTEGER max_soiltyp
14 INTEGER max_vegtyp
15
16 parameter(max_slopetyp = 30)
17 parameter(max_soiltyp = 30)
18 parameter(max_vegtyp = 30)
19
20 real(kind_phys) slope_data(max_slopetyp)
22 real(kind_phys) albtbl(max_vegtyp)
23 real(kind_phys) z0tbl(max_vegtyp)
24 real(kind_phys) lemitbl(max_vegtyp)
25 real(kind_phys) pctbl(max_vegtyp)
26 real(kind_phys) shdtbl(max_vegtyp)
27 INTEGER ifortbl(max_vegtyp)
28 real(kind_phys) rstbl(max_vegtyp)
29 real(kind_phys) rgltbl(max_vegtyp)
30 real(kind_phys) hstbl(max_vegtyp)
31 real(kind_phys) snuptbl(max_vegtyp)
32 real(kind_phys) laitbl(max_vegtyp)
33 real(kind_phys) maxalb(max_vegtyp)
34 real(kind_phys) mfsno(max_vegtyp)
35 real(kind_phys) sncovfac(max_vegtyp)
36 LOGICAL lparam
37 real(kind_phys) topt_data
38 real(kind_phys) cmcmax_data
39 real(kind_phys) cfactr_data
40 real(kind_phys) rsmax_data
41 INTEGER bare
42 INTEGER glacier
43 INTEGER natural
44 INTEGER crop
45 INTEGER urban
46 INTEGER defined_veg
47 INTEGER defined_soil
48 INTEGER defined_slope
50 real(kind_phys) bb(max_soiltyp)
51 real(kind_phys) drysmc(max_soiltyp)
52 real(kind_phys) hc(max_soiltyp)
53 real(kind_phys) maxsmc(max_soiltyp)
54 real(kind_phys) refsmc(max_soiltyp)
55 real(kind_phys) satpsi(max_soiltyp)
56 real(kind_phys) satdk(max_soiltyp)
57 real(kind_phys) satdw(max_soiltyp)
58 real(kind_phys) wltsmc(max_soiltyp)
59 real(kind_phys) qtz(max_soiltyp)
60 real(kind_phys) refsmcnoah(max_soiltyp)
61 real(kind_phys) wltsmcnoah(max_soiltyp)
62 real(kind_phys) bbnoah(max_soiltyp)
63 real(kind_phys) satdknoah(max_soiltyp)
64 real(kind_phys) satpsinoah(max_soiltyp)
65 real(kind_phys) maxsmcnoah(max_soiltyp)
66 end module namelist_soilveg_ruc
This module contains the namelist options of soil/vegetation in RUC.