-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.yaml
More file actions
56 lines (44 loc) · 1.72 KB
/
setup.yaml
File metadata and controls
56 lines (44 loc) · 1.72 KB
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
# setup.yaml
# purpose: set parameters for WRF-Hydro calibration, spinup, or run
# setup.yaml
# purpose: set parameters for WRF-Hydro calibration, spinup, or run
JOBTYPE: forward # either 'calib' or 'spinup'
userid : wrudisill
# USGS gauge station ID to calibrate to
usgs_code: 13185000
name_ext: test
# Specify directories
executable_location: /home/wrudisill/scratch/NewHydroBuilt/WRF_HYDRO-R2/wrf_hydro_nwm_public/trunk/NDHMS/Run
parameter_location: /scratch/leaf/share/WRF_hydro_subsets_201909/13139510_bigWood/
forcing_location: /home/wrudisill/leaf/WRF-Hydro_Forcing/13139510_bigWood
calib_location: /home/wrudisill/scratch/IPC_BasinsPaper/13139510_bigWood/WRF-HYDRO_CALIB
# Put None for a 'cold-start' run
hydro_restart_file: None
hrldas_restart_file: None
dds_iter: 250
# Job submit criteria. More to be added later
QUEUE: leaf # name of the queue
NODES: 2 # number of desired nodes
runtime: "04:00:00" # hours:minutes:seconds
# domain ID --- integer
dom: 2
# The 'calibration' time period. The eval date allows for some spinup of the model before
# computing the objective function.
calib_date:
start_date: 2010-09-01
end_date: 2011-10-01
calib_eval_date:
start_date: 2011-01-01
end_date: 2014-10-01
# The 'validation run'. This should probably not encompass the same time as calibration
# The best parameters are chosen from the calibration. The 'val_eval_date' allows for some
# Spinup time in the validation period before computing the objective functions
val_date:
start_date: 2005-09-01
end_date: 2009-10-01
val_eval_date:
start_date: 2006-09-01
end_date: 2009-10-01
# WARNING: PRECIPITATION ADJUSTMET BELOW HERE #
adjust_forcings: False
benefit_file: None