generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathtest_AnA.yaml
102 lines (101 loc) · 4.65 KB
/
test_AnA.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
# $ python -m nwm_routing -f -V3 test_AnA.yaml
#--------------------------------------------------------------------------------
log_parameters:
#----------
showtiming: True
log_level : DEBUG
#--------------------------------------------------------------------------------
network_topology_parameters:
#----------
supernetwork_parameters:
#----------
geo_file_path: domain/RouteLink.nc
mask_file_path: domain/coastal_subset.txt
geo_file_type: 'NHDNetwork'
waterbody_parameters:
#----------
break_network_at_waterbodies: True
level_pool:
#----------
level_pool_waterbody_parameter_file_path: domain/LAKEPARM.nc
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 : 36
restart_parameters:
#----------
start_datetime: 2021-08-23_13:00
#wrf_hydro_channel_restart_file : restart/HYDRO_RST.2021-08-23_12:00_DOMAIN1
#lite_channel_restart_file : restart/RESTART.2020082600_DOMAIN1
wrf_hydro_channel_ID_crosswalk_file : domain/RouteLink.nc
#wrf_hydro_waterbody_restart_file : restart/HYDRO_RST.2021-08-23_12:00_DOMAIN1
#lite_waterbody_restart_file : restart/waterbody_restart_202006011200
wrf_hydro_waterbody_ID_crosswalk_file : domain/LAKEPARM.nc
wrf_hydro_waterbody_crosswalk_filter_file: domain/RouteLink.nc
hybrid_parameters:
run_hybrid_routing: True
diffusive_domain : domain/coastal_domain_subset.yaml
use_natl_xsections: False
topobathy_domain : domain/final_diffusive_natural_xs.nc
run_refactored_network: False
refactored_domain: domain/refactored_coastal_domain_subset.yaml
refactored_topobathy_domain: domain/refac_final_diffusive_natural_xs.nc
coastal_boundary_domain: domain/coastal_domain_crosswalk.yaml
forcing_parameters:
#----------
qts_subdivisions : 12
dt : 300 # [sec]
qlat_input_folder : channel_forcing
qlat_file_pattern_filter : "*.CHRTOUT_DOMAIN1"
coastal_boundary_input_file : #boundary_forcing
nts : 288 # 288 for 1day; 2592 for 9 days
max_loop_size : 24 # [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 : True
diffusive_streamflow_nudging : False
gage_segID_crosswalk_file : domain/RouteLink.nc
crosswalk_gage_field : 'gages'
crosswalk_segID_field : 'link'
lastobs_file : #lastobs/nudgingLastObs.2021-08-23_12:00:00.nc
reservoir_da:
#----------
reservoir_persistence_usgs : True
reservoir_persistence_usace : True
gage_lakeID_crosswalk_file : domain/reservoir_index_AnA.nc
#--------------------------------------------------------------------------------
output_parameters:
# #----------
# test_output: output/lcr_flowveldepth.pkl
# lite_restart:
# #----------
# lite_restart_output_directory: restart/
# chrtout_output:
# #----------
# wrf_hydro_channel_output_source_folder: channel_forcing/
# chanobs_output:
# #----------
# chanobs_output_directory: output/
# chanobs_filepath : lcr_chanobs.nc
# lakeout_output: lakeout/
stream_output:
stream_output_directory: output/
stream_output_time: 1 #[hr]
stream_output_type: '.nc' #please select only between netcdf '.nc' or '.csv' or '.pkl'
stream_output_internal_frequency: 60 #[min] it should be order of 5 minutes. For instance if you want to output every hour put 60