From 28c5d2b62ee4c4cb7615f521aa176ef4fc7462f9 Mon Sep 17 00:00:00 2001 From: charlien Date: Tue, 10 Dec 2024 10:50:06 +0100 Subject: [PATCH 1/2] no overlays --- pyaerocom/scripts/cams2_83/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyaerocom/scripts/cams2_83/cli.py b/pyaerocom/scripts/cams2_83/cli.py index 701ba76d9..ffe1261f7 100644 --- a/pyaerocom/scripts/cams2_83/cli.py +++ b/pyaerocom/scripts/cams2_83/cli.py @@ -78,8 +78,8 @@ def make_config( periods=eval_type.periods(start_date, end_date), json_basedir=str(data_path), coldata_basedir=str(coldata_path), - plot_types = { f"{model.name}" : ["overlay" if model.name != "IFS" else "contour"] for model in models}, - boundaries = {"west": -25.0, "east": 45.0, "south": 30.0, "north": 72.0}, + #plot_types = { f"{model.name}" : ["overlay" if model.name != "IFS" else "contour"] for model in models}, + #boundaries = {"west": -25.0, "east": 45.0, "south": 30.0, "north": 72.0}, ) if eval_type is not None: From 239efbc213bc3f0d29ed4403e857fe57bf050344 Mon Sep 17 00:00:00 2001 From: charlien Date: Tue, 10 Dec 2024 11:59:11 +0100 Subject: [PATCH 2/2] remove comments, meh --- pyaerocom/scripts/cams2_83/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyaerocom/scripts/cams2_83/cli.py b/pyaerocom/scripts/cams2_83/cli.py index ffe1261f7..aa88c9a15 100644 --- a/pyaerocom/scripts/cams2_83/cli.py +++ b/pyaerocom/scripts/cams2_83/cli.py @@ -78,8 +78,6 @@ def make_config( periods=eval_type.periods(start_date, end_date), json_basedir=str(data_path), coldata_basedir=str(coldata_path), - #plot_types = { f"{model.name}" : ["overlay" if model.name != "IFS" else "contour"] for model in models}, - #boundaries = {"west": -25.0, "east": 45.0, "south": 30.0, "north": 72.0}, ) if eval_type is not None: