From f37f51e839d1f46ce0bda74ca39fc4ad678a6f0a Mon Sep 17 00:00:00 2001 From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu> Date: Tue, 29 Jun 2021 10:22:39 +0200 Subject: [PATCH] Correct name for MSLP. --- climax/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climax/core/constants.py b/climax/core/constants.py index 10e47bf..155dfbe 100644 --- a/climax/core/constants.py +++ b/climax/core/constants.py @@ -36,7 +36,7 @@ ERA5_P_VARIABLES = ['geopotential', 'temperature', 'u_component_of_wind', 'v_component_of_wind', 'specific_humidity', 'msl'] # 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_P_VARIABLES + ERA5_S_VARIABLES -- GitLab