From 86f7758728245dfd7bf7434163487c3b63475c83 Mon Sep 17 00:00:00 2001 From: fedecutraro Date: Sat, 22 Oct 2022 15:43:08 -0300 Subject: [PATCH 1/2] Add alias for mcape and mcin --- src/wrf/routines.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wrf/routines.py b/src/wrf/routines.py index 3998209..d40b72d 100644 --- a/src/wrf/routines.py +++ b/src/wrf/routines.py @@ -196,6 +196,8 @@ "wdir_uvmet": "uvmet_wdir", "wspd_uvmet10": "uvmet10_wspd", "wdir_uvmet10": "uvmet10_wdir", + "mcape": "cape2d_only", + "mcin": "cin2d_only" } From 3533978bb76407b7257f9e603757d596bf4bfe62 Mon Sep 17 00:00:00 2001 From: fedecutraro Date: Wed, 30 Nov 2022 18:53:09 -0300 Subject: [PATCH 2/2] Empty-Commit to trigger GitHub Actions checks