Skip to content
Snippets Groups Projects
Commit 479e0a0d authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Change filenames for precipitation.

parent 09f657e5
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,9 @@ ERA5_P_PREDICTORS = ['geopotential', 'temperature', 'u_component_of_wind',
'v_component_of_wind', 'specific_humidity']
assert all([var in ERA5_P_VARIABLES for var in ERA5_P_PREDICTORS])
# # ERA5 predictor variables on single levels
ERA5_S_PREDICTORS = ['mean_sea_level_pressure', 'orography', '2m_temperature']
# ERA5 predictor variables on single levels
# ERA5_S_PREDICTORS = ['mean_sea_level_pressure', 'orography', '2m_temperature']
ERA5_S_PREDICTORS = ['mean_sea_level_pressure']
assert all([var in ERA5_S_VARIABLES for var in ERA5_S_PREDICTORS])
# ERA5 predictor variables
......@@ -38,7 +39,7 @@ ERA5_PLEVELS = [500, 850]
DOY = False
# use digital elevation model instead of model orography
DEM = False
DEM = True
if DEM:
# remove model orography when using DEM
if 'orography' in ERA5_S_PREDICTORS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment