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

Merge branch 'master' of gitlab.inf.unibz.it:REMSEN/climax

parents 2182b93c 07448b4e
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,9 @@ ERA5_P_VARIABLE_NAME = {k: v for k, v in zip(ERA5_P_VARIABLES,
ERA5_P_VARIABLES_SHORTCUT)}
# ERA5 predictor variables on single levels
ERA5_S_VARIABLES = ['mean_sea_level_pressure', 'orography', '2m_temperature', 'total_precipitation']
ERA5_S_VARIABLES_SHORTCUT = ['p', 'o', 't2', 'pr']
ERA5_S_VARIABLES = ['mean_sea_level_pressure', 'orography', '2m_temperature',
'total_precipitation', 'surface_pressure']
ERA5_S_VARIABLES_SHORTCUT = ['mslp', 'o', 't2', 'pr', 'p']
ERA5_S_VARIABLE_NAME = {k: v for k, v in zip(ERA5_S_VARIABLES,
ERA5_S_VARIABLES_SHORTCUT)}
......
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