-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcalib_params.yaml
148 lines (123 loc) · 3.57 KB
/
calib_params.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
parameters:
bexp:
min_value : 0.01
max_value : 10.0
dimensions: 3
file: soil_properties.nc
description: "beta parameter (pore size distribution index). This exponent is used to calculate the
unsaturated Ksat and matric potential values based on their equiavelent saturated value.
the higher beta is, the smaller the unsat K value is, and the smalller the matric potential is)"
smcmax:
min_value : 0.1
max_value : 1.0
dimensions: 3
file: soil_properties.nc
description: "porosity"
dksat:
min_value : .000001 # how can this be zero...
max_value : .0001 #1E-4
dimensions: 3
file: soil_properties.nc
description: "saturated hydraulic conductivity"
refkdt:
min_value : 0.1
max_value : 5.0
dimensions: 3
file: soil_properties.nc
description: "surface runoff parameterizzation"
cwpvt:
min_value : 0.1
max_value : 0.9
dimensions: 3
file: soil_properties.nc
description: "canopy wind parameter"
vcmx25:
min_value : 0.001
max_value : 100.0
dimensions: 3
file: soil_properties.nc
description: "Max rate of plant carboxylation"
slope:
min_value : .001
max_value : .75
dimensions: 3
file: soil_properties.nc
description: "parameter relating to drainage out of soil column... can't find in code base"
mp:
min_value : 2.0
max_value : 20.0
dimensions: 3
file: soil_properties.nc
description: "plant parameter of some kidn..."
hvt:
min_value : 0.001
max_value : 40.0
dimensions: 3
file: soil_properties.nc
description: "top of vegetaion canopy..."
mfsno:
min_value : 0.1
max_value : 8.5
dimensions: 3
file: soil_properties.nc
description: ""
Expon:
min_value : .5
max_value : 15.0
dimensions: 1
file: GWBUCKPARM.nc
description: ""
Zmax:
min_value : 5.0
max_value : 250.0
dimensions: 1
file: GWBUCKPARM.nc
description: ""
Zinit:
min_value : 1.
max_value : 20.
dimensions: 1
file: GWBUCKPARM.nc
description: ""
Coeff:
min_value : 1.0
max_value : 20.0
dimensions: 1
file: GWBUCKPARM.nc
description: ""
OV_ROUGH2D:
min_value : 0.0001
max_value : .7
dimensions: 1
file: hydro2dtbl.nc
description: "Surface roughness parameterization. Where does this fit in??"
LKSATFAC:
min_value : 10.0
max_value : 6000.0
dimensions: 2
file: Fulldom_hires.nc
description: "Lateral saturated hydraulic conductivity multiplier. This is basically how anisotropic the medium is "
RETDEPRTFAC:
min_value : 1.0
max_value : 1300.0
dimensions: 2
file: Fulldom_hires.nc
description: "Retention depth multiplier"
Kchan:
min_value : 0.01
max_value : 1.0
dimensions: 1
file: Route_Link.nc
description: "Channel Conductivity"
ChSlp:
min_value : 0.01
max_value : 0.10
dimensions: 1
file: Route_Link.nc
description: "Channel Side Slope"
n:
min_value : 0.01
max_value : 1.0
dimensions: 1
file: Route_Link.nc
description: "Manning's n"