-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.yaml
35 lines (31 loc) · 946 Bytes
/
config.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
# Place your use-case specific settings overrides here.
simulation:
# name this simulation
name: tutorial
# path to a directory for writing output files; will be created if it doesn't exist
output_path: ./output
# date to begin the simulation
start_date: 1981-05-01
# date to end the simulation
end_date: 1981-05-30
grid:
subdomain: ~
unmask_output: true
path: ./input/domains/mosart_conus_nldas_grid.nc
runoff:
read_from_file: true
path: ./input/runoff/runoff_1981_05.nc
water_management:
enabled: true
demand:
read_from_file: true
path: ./input/demand/demand_1981_05.nc
reservoirs:
parameters:
path: ./input/reservoirs/reservoirs.nc
dependencies:
path: ./input/reservoirs/dependency_database.parquet
streamflow:
path: ./input/reservoirs/mean_monthly_reservoir_flow.parquet
demand:
path: ./input/reservoirs/mean_monthly_reservoir_demand.parquet