Skip to content

Commit 0896510

Browse files
committed
Update testing namelists
1 parent 7c663a9 commit 0896510

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/hydro_namelists.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"igrid": 1,
2323
"io_config_outputs": 0,
2424
"io_form_outputs": 4,
25+
"lake_option": 1,
2526
"land_spatial_meta_flnm": "NULL_specified_in_domain.json",
2627
"lsmout_domain": 1,
2728
"nsoil": 4,
@@ -31,7 +32,6 @@
3132
"output_channelbucket_influx": 0,
3233
"output_gw": 1,
3334
"ovrtswcrt": 1,
34-
"reservoir_persistence_usgs": false,
3535
"restart_file": "NULL_specified_in_domain.json",
3636
"route_lake_f": "NULL_specified_in_domain.json",
3737
"route_link_f": "NULL_specified_in_domain.json",
@@ -50,6 +50,9 @@
5050
"udmp_opt": 1,
5151
"zsoil8": [-0.1, -0.4, -1.0, -2.0]
5252
},
53+
"reservoir_nlist": {
54+
"reservoir_persistence_usgs": false
55+
},
5356
"nudging_nlist": {
5457
"biaswindowbeforet0": false,
5558
"invdisttimeweightbias": true,
@@ -109,7 +112,9 @@
109112
"hydro_nlist": {
110113
"lsmout_domain": 0,
111114
"output_gw": 0,
112-
"output_channelbucket_influx": 2,
115+
"output_channelbucket_influx": 2
116+
},
117+
"reservoir_nlist": {
113118
"reservoir_persistence_usgs": false
114119
},
115120
"nudging_nlist": {}
@@ -186,7 +191,8 @@
186191
"channel_option": 3,
187192
"dtrt_ch": 10,
188193
"rstrt_swc": 1,
189-
"udmp_opt": 0
194+
"udmp_opt": 0,
195+
"lake_option": 0
190196
},
191197
"nudging_nlist": {
192198
"biaswindowbeforet0": "",
@@ -211,6 +217,7 @@
211217
"gwbasmskfil": "NULL_specified_in_domain.json",
212218
"dtrt_ch": 10,
213219
"outlake": 0,
220+
"lake_option": 0,
214221
"rstrt_swc": 0,
215222
"t0outputflag": 0,
216223
"udmp_opt": 0

0 commit comments

Comments
 (0)