-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_recipe.yml
44 lines (37 loc) · 1.08 KB
/
example_recipe.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
# config (folder, login info etc goes to a ~/.zampy/config file)
download:
years: [1980, 2020]
bbox: [3, 50, 6, 54]
datasets:
era5-land-hourly:
variables:
- air_temperature # will map to 2m_temperature...
- height_m: 2 # optional extra argument
- dewpoint_temperature
- height_m: 2
convert:
standard: ALMA-PLUMBER2
frequency: 1H # outputs at 1 hour frequency. Pandas-like freq-keyword.
resolution: 0.01 # output resolution in degrees.
additional_variables: # Possible future addition
saturation_vapor_pressure:
unit: kPa
input_variables: [air_temperature]
equation: 0.61089 * exp(17.27 * (air_temperature + 273.15)/(air_temperature + 510.45)) # Tetens equation
collections:
stemmus_scope_NL:
years: [1980, 2020]
area: [3, 50, 6, 54]
dataset: era5-land
variables:
- air_temperature
dataset: CAMS
years: [2004, 2020]
variables:
- co2
dataset: dummy_data
years: [1980, 2003]
variables:
co2:
unit: ppm
value: 350