-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrouting.yaml
92 lines (91 loc) · 3.32 KB
/
routing.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
#--------------------------------------------------------------------------------
log_parameters:
#----------
showtiming: True
log_level : DEBUG
#--------------------------------------------------------------------------------
network_topology_parameters:
#----------
supernetwork_parameters:
title_string: "Ngen"
#----------
network_type: HYFeaturesNetwork
geo_file_path: /home/asattaripirsoltan/ngen/ubiquitous-doodle/Gage_11480390.gpkg
mask_file_path: # domain/unit_test_noRS/coastal_subset.txt
synthetic_wb_segments:
#- 4800002
#- 4800004
#- 4800006
#- 4800007
columns:
key: 'id'
downstream: 'toid'
dx : 'length_m'
n : 'n'
ncc : 'nCC'
s0 : 'So'
bw : 'BtmWdth'
waterbody : 'rl_NHDWaterbodyComID'
gages : 'rl_gages'
tw : 'TopWdth'
twcc : 'TopWdthCC'
musk : 'MusK'
musx : 'MusX'
cs : 'ChSlp'
alt: 'alt'
waterbody_parameters:
#----------
break_network_at_waterbodies: False
level_pool:
#----------
level_pool_waterbody_parameter_file_path: /home/asattaripirsoltan/ngen/ubiquitous-doodle/Gage_11480390.gpkg
#rfc:
#----------
#reservoir_parameter_file : domain/reservoir_index_AnA.nc
#reservoir_rfc_forecasts : False
#reservoir_rfc_forecasts_time_series_path: rfc_TimeSeries/
#reservoir_rfc_forecasts_lookback_hours : 48
#--------------------------------------------------------------------------------
compute_parameters:
#----------
parallel_compute_method: by-subnetwork-jit-clustered #serial
compute_kernel : V02-structured
assume_short_ts : True
subnetwork_target_size : 10000
cpu_pool : 1
restart_parameters:
#----------
start_datetime: "2008-01-01 00:00:00"
forcing_parameters:
#----------
qts_subdivisions : 12
dt : 300 # [sec]
qlat_input_folder : ./
qlat_file_pattern_filter : "nex-*"
binary_nexus_file_folder : ./ # this is required if qlat_file_pattern_filter="nex-*"
nts : 288 #288 for 1day
max_loop_size : 288 # [hr]
data_assimilation_parameters:
# #----------
# usgs_timeslices_folder : #usgs_TimeSlice/
# usace_timeslices_folder : #usace_TimeSlice/
# timeslice_lookback_hours : #48
# qc_threshold : #1
streamflow_da:
# #----------
streamflow_nudging : False
diffusive_streamflow_nudging : False
reservoir_da:
#----------
reservoir_persistence_da:
#----------
reservoir_persistence_usgs : False
reservoir_persistence_usace : False
reservoir_rfc_da:
#----------
reservoir_rfc_forecasts: False
#--------------------------------------------------------------------------------
output_parameters:
csv_output:
csv_output_folder: ./
#----------