-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathostrich-swmm-config.json
43 lines (43 loc) · 1.42 KB
/
ostrich-swmm-config.json
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
{
"binary_output_path": "swmm.out",
"input_template_path": "swmm.template.inp",
"input_parameters_path": "swmm_input_parameters.json",
"input_path": "swmm.inp",
"report_output_path": "swmm.rpt",
"summary_dir": ".",
"swmm_path": "swmm5",
"extract": {
"steps": [
{
"type": "node",
"enabled": true,
"output_path": "swmm_nodes.csv",
"statistics": [
"node_name",
"num_flow_events",
"total_flow_volume",
"total_flow_duration",
"first_flow_start",
"first_flow_end",
"first_flow_duration",
"first_flow_volume",
"last_flow_start",
"last_flow_end",
"last_flow_duration",
"last_flow_volume",
"max_volume_flow_start",
"max_volume_flow_end",
"max_volume_flow_duration",
"max_volume_flow_volume",
"max_duration_flow_start",
"max_duration_flow_end",
"max_duration_flow_duration",
"max_duration_flow_volume"
],
"nodes": [
],
"event_threshold_flow_rate": 0
}
]
}
}