forked from gotm-model/cases
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathoutput.yaml
More file actions
20 lines (20 loc) · 746 Bytes
/
Copy pathoutput.yaml
File metadata and controls
20 lines (20 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Multiple blocks like the one below <filename> must be unique in case of
# multiple specifications.
#
# Except for time_unit, time_step and variables (including source) all other
# specifications are optional.
#
<file_name>:
time_unit: <second|hour|day|month|year|dt>
time_step: <integer>
time_start: yyyy-mm-dd hh:mi:ss
time_stop: yyyy-mm-dd hh:mi:ss
time_reference: yyyy-mm-dd hh:mi:ss
sync_interval: <integer - <0 no syncing>
k_start: <integer>
k_stop: <integer>
k_stride: <integer>
variables:
- source: <*=all registrated variables|specific list> # multiple 'source:' allowed
time_method: <0=time_method_none|1=time_method_instantaneous|2=time_method_mean|3=time_method_integrated - default=1>