From 94dc8a54e68244113ed54a6a946206d888a39d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Br=C3=BCggemann?= <nils.brueggemann@mpimet.mpg.de> Date: Mon, 25 Nov 2024 12:33:29 +0100 Subject: [PATCH] qp_driver.py: Changed back to gname=0.3 since gname=0.30 breaks with most of the grids. Those that were created for gname=0.30 were created to get gname=0.3. --- pyicon/quickplots/qp_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyicon/quickplots/qp_driver.py b/pyicon/quickplots/qp_driver.py index 43315a3..184a751 100644 --- a/pyicon/quickplots/qp_driver.py +++ b/pyicon/quickplots/qp_driver.py @@ -104,7 +104,7 @@ path_nc = './' # --- information for re-gridding sec_name_30w = '30W_300pts' -rgrid_name = 'global_0.30' +rgrid_name = 'global_0.3' rgrid_name_atm = 'global_1.5_era5' #rgrid_name_atm = 'regional_0.25_europe011_rotated' -- GitLab