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

Correct name for MSLP.

parent 2cfe1c93
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ERA5_P_VARIABLES = ['geopotential', 'temperature', 'u_component_of_wind', ...@@ -36,7 +36,7 @@ ERA5_P_VARIABLES = ['geopotential', 'temperature', 'u_component_of_wind',
'v_component_of_wind', 'specific_humidity', 'msl'] 'v_component_of_wind', 'specific_humidity', 'msl']
# ERA5 variables on single levels # ERA5 variables on single levels
ERA5_S_VARIABLES = ['air_pressure_at_mean_sea_level'] ERA5_S_VARIABLES = ['mean_sea_level_pressure']
# ERA5 variables # ERA5 variables
ERA5_VARIABLES = ERA5_P_VARIABLES + ERA5_S_VARIABLES ERA5_VARIABLES = ERA5_P_VARIABLES + ERA5_S_VARIABLES
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