-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOWRC23.rvp
182 lines (168 loc) · 12.5 KB
/
OWRC23.rvp
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# --------------------------------------------
# Raven classed parameter file (.rvp)
# OWRC v.2023 10km² semi-distributed HBV-EC model
# written by M. Marchildon 2024-05-18 14:51:04
# using pyRaven builder
# Raven version: 3.8
# --------------------------------------------
# -----------------
# class definitions
# -----------------
:LandUseClasses
:Attributes IMPERM FOREST_COV
:Units frac frac
Forest 0.00 1.00
Barren 0.00 0.00
Agriculture 0.00 1.00
noflow 0.00 0.00
Swamp 0.00 0.85
ShortVegetation 0.00 0.10
LAKE 0.00 0.00
Wetland 0.00 0.25
Urban 0.85 0.00
DenseVegetation 0.00 1.00
TallVegetation 0.00 1.00
Marsh 0.00 0.25
Waterbody 0.00 0.00
:EndLandUseClasses
:VegetationClasses
:Attributes MAX_HT MAX_LAI MAX_LEAF_COND
:Units m none mm_per_s
Shrub 1 2.5 5.0
Bare 0.0 0.0 0.0001
ShortVegetation 0.5 4.5 5.0
Coniferous 3.0 4.5 5.0
LAKE 0.0 0.0 0.0
Deciduous 3.0 4.5 5.0
MixedVegetation 3.0 4.5 5.0
:EndVegetationClasses
:SoilClasses
LowMediumTOP
LowMediumFAST
LowMediumSLOW
StreambedTOP
StreambedFAST
StreambedSLOW
MediumTOP
MediumFAST
MediumSLOW
MediumHighTOP
MediumHighFAST
MediumHighSLOW
HighTOP
HighFAST
HighSLOW
LowTOP
LowFAST
LowSLOW
UnknownTOP
UnknownFAST
UnknownSLOW
WetlandSedimentsTOP
WetlandSedimentsFAST
WetlandSedimentsSLOW
:EndSoilClasses
# soil profile definition
:SoilProfiles
LowMedium 3 LowMediumTOP 0.075 LowMediumFAST 0.100 LowMediumSLOW 5.000
Streambed 3 StreambedTOP 0.075 StreambedFAST 0.100 StreambedSLOW 5.000
Medium 3 MediumTOP 0.075 MediumFAST 0.100 MediumSLOW 5.000
MediumHigh 3 MediumHighTOP 0.075 MediumHighFAST 0.100 MediumHighSLOW 5.000
High 3 HighTOP 0.075 HighFAST 0.100 HighSLOW 5.000
Low 3 LowTOP 0.075 LowFAST 0.100 LowSLOW 5.000
Unknown 3 UnknownTOP 0.075 UnknownFAST 0.100 UnknownSLOW 5.000
WetlandSediments 3 WetlandSedimentsTOP 0.075 WetlandSedimentsFAST 0.100 WetlandSedimentsSLOW 5.000
LAKE 0
:EndSoilProfiles
# -----------------------
# parameter specification
# -----------------------
# global parameters:
:GlobalParameter RAINSNOW_TEMP 0.0
:GlobalParameter RAINSNOW_DELTA 1.1559
:GlobalParameter SNOW_SWI 0.05
:GlobalParameter AVG_ANNUAL_RUNOFF 350 # mm
# class parameters:
:LandUseParameterList
:Parameters MELT_FACTOR MIN_MELT_FACTOR HBV_MELT_FOR_CORR REFREEZE_FACTOR HBV_MELT_ASP_CORR
:Units mm/d/K mm/d/K none mm/d/K none
[DEFAULT] 3.1339 1.3036 1.0 1.0 0.65836
Forest _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Barren _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Agriculture _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
noflow _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Swamp _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
ShortVegetation _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
LAKE _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Wetland _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Urban 3.5 1.3 1.0 0.5 _DEFAULT
DenseVegetation _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
TallVegetation _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Marsh _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Waterbody _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
:EndLandUseParameterList
:VegetationParameterList
:Parameters SAI_HT_RATIO MAX_CAPACITY MAX_SNOW_CAPACITY RAIN_ICEPT_FACT SNOW_ICEPT_FACT RAIN_ICEPT_PCT SNOW_ICEPT_PCT
:Units none mm mm none none none none
[DEFAULT] 0.0 5.0 5.0 0.05 0.05 0.05 0.05
Shrub _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Bare 0.0 0.0 0.0 0.0 0.0 0.0 0.0
ShortVegetation _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Coniferous _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
LAKE _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
Deciduous _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
MixedVegetation _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
:EndVegetationParameterList
:SeasonalCanopyLAI
Shrub 0.0 0.0 0.0 0.0 1.0 2.0 4.0 4.0 3.0 2.0 0.0 0.0
Bare 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
ShortVegetation 0.0 0.0 0.0 0.0 1.0 2.0 4.0 4.0 3.0 2.0 0.0 0.0
Coniferous 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0
LAKE 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Deciduous 0.0 0.0 0.0 0.0 1.0 2.0 4.0 4.0 3.0 2.0 0.0 0.0
MixedVegetation 2.0 2.0 2.0 2.0 2.0 3.0 4.0 4.0 4.0 3.0 2.0 2.0
:EndSeasonalCanopyLAI
:SoilParameterList
:Parameters POROSITY FIELD_CAPACITY SAT_WILT HBV_BETA MAX_CAP_RISE_RATE MAX_PERC_RATE BASEFLOW_COEFF2 STORAGE_THRESHOLD BASEFLOW_COEFF BASEFLOW_N
:Units none none none none mm/d mm/d 1/d m 1/d none
[DEFAULT] 0.49732 0.11777 0.0 0.57569 0.0 0.0 0.03 0.085 0.05 1.0
LowMediumTOP _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
LowMediumFAST _DEFAULT _DEFAULT _DEFAULT _DEFAULT 1.1216 0.411 _DEFAULT _DEFAULT 0.034432 1.9631
LowMediumSLOW _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT 0.044002 _DEFAULT
StreambedTOP _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
StreambedFAST _DEFAULT _DEFAULT _DEFAULT _DEFAULT 1.1216 2.738 _DEFAULT _DEFAULT 0.034432 1.9631
StreambedSLOW _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT 0.044002 _DEFAULT
MediumTOP _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
MediumFAST _DEFAULT _DEFAULT _DEFAULT _DEFAULT 1.1216 1.369 _DEFAULT _DEFAULT 0.034432 1.9631
MediumSLOW _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT 0.044002 _DEFAULT
MediumHighTOP _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
MediumHighFAST _DEFAULT _DEFAULT _DEFAULT _DEFAULT 1.1216 4.107 _DEFAULT _DEFAULT 0.034432 1.9631
MediumHighSLOW _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT 0.044002 _DEFAULT
HighTOP _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
HighFAST _DEFAULT _DEFAULT _DEFAULT _DEFAULT 1.1216 13.690 _DEFAULT _DEFAULT 0.034432 1.9631
HighSLOW _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT 0.044002 _DEFAULT
LowTOP _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
LowFAST _DEFAULT _DEFAULT _DEFAULT _DEFAULT 1.1216 0.137 _DEFAULT _DEFAULT 0.034432 1.9631
LowSLOW _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT 0.044002 _DEFAULT
UnknownTOP _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
UnknownFAST _DEFAULT _DEFAULT _DEFAULT _DEFAULT 1.1216 1.369 _DEFAULT _DEFAULT 0.034432 1.9631
UnknownSLOW _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT 0.044002 _DEFAULT
WetlandSedimentsTOP _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT
WetlandSedimentsFAST _DEFAULT _DEFAULT _DEFAULT _DEFAULT 1.1216 0.274 _DEFAULT _DEFAULT 0.034432 1.9631
WetlandSedimentsSLOW _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT _DEFAULT 0.044002 _DEFAULT
:EndSoilParameterList
# -------------------
# channel profile(s):
# -------------------
:ChannelProfile default_trap
:Bedslope 0.001
:SurveyPoints
0 5
55 0
65 0
120 5
:EndSurveyPoints
:RoughnessZones
0 0.035
:EndRoughnessZones
:EndChannelProfile