From 78259562d4803a67c4a18ec73aa0d110e276a9c6 Mon Sep 17 00:00:00 2001 From: k204229 <lucio-eceiza@dkrz.de> Date: Fri, 4 Apr 2025 23:18:55 +0200 Subject: [PATCH] fix: wrong comment for sfcWind --- src/config.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/config.py b/src/config.py index 274135c..258577a 100644 --- a/src/config.py +++ b/src/config.py @@ -118,11 +118,6 @@ extra_variables: Dict[str, Dict] = { "levels": ["sfc", "sfc_land"], "level_types": {"sfc": "sfc_an", "sfc_land": "sfc_an_land"}, "grids": {"sfc": "redGG-N320", "sfc_land": "redGG-N1280"}, - "comment": ( - "This variable is NOT produced by ECMWF. It was derived from tdps and tas " - "from the saturation vapor pressure fraction: e_sat_tdps/e_sat_tas where " - "e_sat is: https://metview.readthedocs.io/en/latest/api/functions/" - "saturation_vapour_pressure.html#saturation_vapour_pressure" - ), + "comment": "This variable is NOT produced by ECMWF. It was derived from UAS and VAS components by means of sqrt[uas*uas + vas*vas]", }, } -- GitLab