-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcannon_cfg.yml
58 lines (52 loc) · 1.64 KB
/
cannon_cfg.yml
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
# config.yml
# Test configuration
# A Wickert, 23 Oct 2022
# Should timeseries have no subcategories?
timeseries:
# Columns:
# - Date
# - Precipitation [mm/day]
# - Discharge [m^3/s]
# - Mean Temperature [C]
# - Minimum Temperature [C]
# - Maximum Temperature [C]
# - Photoperiod [hr]
# - Evaptranspiration [mm/day] <-- OPTIONAL
datafile: CannonTestInput.csv
initial_conditions:
# Initial guesses
water_reservoir_effective_depths__m:
- 2
- 400
snowpack__m_SWE: 0
catchment:
drainage_basin_area__km2: 3800
# ET options are:
# - ThorntwaiteChang2019
# - datafile
# The former is calculated from temperature.
# The latter is input directly in the "datafile"
evapotranspiration_method: datafile
# USGS water year starts in October
water_year_start_month: 10
general:
# This must be true for now; all time steps the same
# And all should be 1 day
scalar_dt: true
spin_up_cycles: 1
# Reservoirs are conceptual water stores, and are organized from top
# (nearest Earth's surface) to bottom; this is important for
# infiltration/seepage from one layer to another one that is lower.
reservoirs:
e_folding_residence_times__days:
- 16
- 2000
exfiltration_fractions:
- 0.8
- 1.0
maximum_effective_depths__m:
- .inf
- .inf
snowmelt:
# mm SWE per positive degC day
PDD_melt_factor: 1.