-
Notifications
You must be signed in to change notification settings - Fork 2
/
dwd.toml
97 lines (97 loc) · 8.2 KB
/
dwd.toml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[dwd_icon]
data_dir = '~/data/dwd/icon'
delay_hours = 4
download_url = 'https://opendata.dwd.de/weather/nwp/icon/grib/{batch}/{variable}/icon_global_*_*_%Y%m%d%H_{hour}_{VARIABLE}.grib2.bz2'
variables = [
['ALB_RAD', 'single', '0', 'ALB_RAD_SFC', 'Albedo at surface'],
['ALHFL_S', 'single', '0', 'ALHFL_SFC', 'Latent heat flux at surface'], # net
['ASHFL_S', 'single', '0', 'ASHFL_SFC', 'Sensible heat flux at suface'], # net
['ASOB_S', 'single', '0', 'ASOB_SFC', 'Short wave radiation flux at surface'], # net
['ASOB_T', 'single', '0', 'ASOB_L90', 'Short wave radaiation flux at top level'],
['ASWDIFD_S', 'single', '0', 'ASWDIFD_SFC', 'Downward diffusive short wave radiation flux at surface'],
['ASWDIFU_S', 'single', '0', 'ASWDIFU_SFC', 'Upward diffusive short wave radiation flux at surface'],
['ASWDIR_S', 'single', '0', 'ASWDIR_SFC', 'Downward direct short wave radiation flux at surface'],
['ATHB_S', 'single', '0', 'ATHB_SFC', 'Long wave radiation flux at surface'], # net
['CAPE_CON', 'single', '0', 'CAPE_CON_SFC', 'Convective available potential energy at surface'],
['CAPE_ML', 'single', '0', 'CAPE_ML_SFC', 'Convective available potential energy at mean layer'],
['CLCH', 'single', '0', 'CLC__HIGH', 'Cloud cover at 0 - 400hPa'],
['CLCL', 'single', '0', 'CLC_LOW', 'Cloud cover at 800hPa - Soil'], #?
['CLCM', 'single', '0', 'CLC_MID', 'Cloud cover at 400 - 800hPa'],
['CLCT', 'single', '0', 'CLCT_SFC', 'Total cloud cover'],
['CLDEPTH', 'single', '0', 'CLDEPTH_SFC', 'Modified cloud depth for media'],
['CLCT_MOD', 'single', '0', 'CLCT_MOD_SFC', 'Modified cloud cover for media'],
['FR_ICE', 'single', '0', 'FR_ICE_MSL', 'Sea ice area fraction'], #
['H_SNOW', 'single', '0', 'H_SNOW_SFC', 'Snow depth'],
['HBAS_CON', 'single', '0', 'HBAS_CON_MSL', 'Height of convective cloud base above msl'],
['HTOP_CON', 'single', '0', 'HTOP_CON_MSL', 'Height of convective cloud top above msl'],
['HTOP_DC', 'single', '0', 'HTOP_DC_MSL', 'Height of top of dry convection above msl'],
['HZEROCL', 'single', '0', 'HZEROCL_SFC', 'Height of 0 degree celsius isotherm above msl'],
['PMSL', 'single', '0', 'PMSL_MSL', 'Pressure reduced to MSL'],
['PS', 'single', '0', 'SP_SFC', 'Surface pressure'],
['QV_S', 'single', '0', 'RH_SFC', 'Specific humidity at surface'],
['RAIN_CON', 'single', '0', 'RAIN_CON_SFC', 'Convective rain at surface'],
['RAIN_GSP', 'single', '0', 'RAIN_GSP_SFC', 'Large scale rain at suface'],
['RHO_SNOW', 'single', '0', 'RHO_SNOW_SFC', 'Snow density'],
['SNOW_CON', 'single', '0', 'SNOW_CON_SFC', 'Convective snowfall water at surface'],
['SNOW_GSP', 'single', '0', 'SNOW_GSP_SFC', 'Large-scale snowfall at surface'],
['T_G', 'single', '0', 'T_G_SFC', 'Groud air temperature at surface'],
['T_SNOW', 'single', '0', 'T_SNOW_SFC', 'Snow temperature'],
['TOT_PREC', 'single', '0', 'TP_SFC', 'Total precipitation'],
['W_SNOW', 'single', '0', 'W_SNOW_SFC', 'Snow depth water equivalent'], # Snow depth water equivalent
['WW', 'single', '0', 'WW_SFC', 'Weather interpretation'],
['Z0', 'single', '0', 'Z0_SFC', 'Surface roughness'],
['TD_2M', 'single', '2', 'TD_SFC', 'Dewpoint temperature at surface'],
['TMAX_2M', 'single', '2', 'TMAX_SFC', 'Maximun temperature at surface'],
['TMIN_2M', 'single', '2', 'TMIN_SFC', 'Minimun temperature at surface'],
['RELHUM_2M', 'single', '2', 'RHU_SFC', 'Relative humidity at surface'],
['T_2M', 'single', '2', 'TMP_SFC', 'Air temperature at surface'],
['U_10M', 'single', '10', 'U_SFC', 'U wind component at 10 meter'],
['V_10M', 'single', '10', 'V_SFC', 'V wind component at 10 meter '],
['VMAX_10M', 'single', '10', 'VMAX_SFC', 'Maximum wind speed at 10 meter'],
['FI', 'pressure', '30', 'FI_P30', 'Geopotential at 30 hPa'],
['RELHUM', 'pressure', '30', 'RELHUM_P30', 'Relative humidity at 30 hPa'],
['FI', 'pressure', '50', 'FI_P50', 'Geopotential at 50 hPa'],
['RELHUM', 'pressure', '50', 'RELHUM_P50', 'Relative humidity at 50 hPa'],
['FI', 'pressure', '70', 'FI_P70', 'Geopotential at 70 hPa'],
['RELHUM', 'pressure', '70', 'RELHUM_P70', 'Relative humidity at 70 hPa'],
['FI', 'pressure', '100', 'FI_P100', 'Geopotential at 100 hPa'],
['RELHUM', 'pressure', '100', 'RELHUM_P100', 'Relative humidity at 100 hPa'],
['FI', 'pressure', '150', 'FI_P150', 'Geopotential at 150 hPa'],
['RELHUM', 'pressure', '150', 'RELHUM_P150', 'Relative humidity at 150 hPa'],
['FI', 'pressure', '200', 'FI_P200', 'Geopotential at 200 hPa'],
['RELHUM', 'pressure', '200', 'RELHUM_P200', 'Relative humidity at 200 hPa'],
['FI', 'pressure', '250', 'FI_P250', 'Geopotential at 250 hPa'],
['RELHUM', 'pressure', '250', 'RELHUM_P250', 'Relative humidity at 250 hPa'],
['FI', 'pressure', '300', 'FI_P300', 'Geopotential at 300 hPa'],
['RELHUM', 'pressure', '300', 'RELHUM_P300', 'Relative humidity at 300 hPa'],
['FI', 'pressure', '400', 'FI_P400', 'Geopotential at 400 hPa'],
['RELHUM', 'pressure', '400', 'RELHUM_P400', 'Relative humidity at 400 hPa'],
['FI', 'pressure', '500', 'FI_P500', 'Geopotential at 500 hPa'],
['RELHUM', 'pressure', '500', 'RELHUM_P500', 'Relative humidity at 500 hPa'],
['FI', 'pressure', '600', 'FI_P600', 'Geopotential at 600 hPa'],
['RELHUM', 'pressure', '600', 'RELHUM_P600', 'Relative humidity at 600 hPa'],
['FI', 'pressure', '700', 'FI_P700', 'Geopotential at 700 hPa'],
['RELHUM', 'pressure', '700', 'RELHUM_P700', 'Relative humidity at 700 hPa'],
['FI', 'pressure', '800', 'FI_P800', 'Geopotential at 800 hPa'],
['RELHUM', 'pressure', '800', 'RELHUM_P800', 'Relative humidity at 800 hPa'],
['FI', 'pressure', '850', 'FI_P850', 'Geopotential at 850 hPa'],
['RELHUM', 'pressure', '850', 'RELHUM_P850', 'Relative humidity at 850 hPa'],
['FI', 'pressure', '900', 'FI_P900', 'Geopotential at 900 hPa'],
['RELHUM', 'pressure', '900', 'RELHUM_P900', 'Relative humidity at 900 hPa'],
['FI', 'pressure', '925', 'FI_P925', 'Geopotential at 925 hPa'],
['RELHUM', 'pressure', '925', 'RELHUM_P925', 'Relative humidity at 925 hPa'],
['FI', 'pressure', '950', 'FI_P950', 'Geopotential at 950 hPa'],
['RELHUM', 'pressure', '950', 'RELHUM_P950', 'Relative humidity at 950 hPa'],
['FI', 'pressure', '1000','FI_P1000', 'Geopotential at 1000 hPa'],
['RELHUM', 'pressure', '1000','RELHUM_P1000', 'Relative humidity at 1000 hPa'],
['P', 'model', '90', 'P_MODEL90', 'Pressure at model level 90'],
['T', 'model', '90', 'T_MODEL90', 'Temperature at model level 90'],
['U', 'model', '90', 'U_MODEL90', 'U wind component at model level 90'],
['V', 'model', '90', 'V_MODEL90', 'V wind component at model level 90'],
['W', 'model', '90', 'W_MODEL90', 'W wind component at model level 90'],
['CLC', 'model', '90', 'CLC_MODEL90', 'Cloud cover at model level 90'],
['QV', 'model', '90', 'RH_MODEL90', 'Relative humidity at model level 90'],
['TKE', 'model', '90', 'TKE_MODEL90', 'Turbulent kinetic energy'],
['T_SO', 'soil', '0', 'T_SO_CM0', 'Soil temperature'],
['W_SO', 'soil', '0', 'W_SO_CM0', 'Intergrated soil Moisture'],
]