Skip to content
Snippets Groups Projects
Commit 78259562 authored by Etor Lucio Eceiza's avatar Etor Lucio Eceiza
Browse files

fix: wrong comment for sfcWind

parent 89c98ca4
No related branches found
No related tags found
No related merge requests found
......@@ -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]",
},
}
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