From 33f44f35abadb3600414a007e9ed5058211c5c8f Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Fri, 8 Dec 2023 17:35:39 -0500 Subject: [PATCH] Set plot_drydep: False in 1-month benchmark YAML files gcpy/benchmark/cloud/template.1mo_benchmark.yml gcpy/benchmark/config/1mo_benchmark.yml - Set "plot_drydep: False", as right now we do not archive the DryDep collection from the History diagnostics in 1-month benchmarks. Revisit this if we decide to archive this collection. See issue https://github.com/geoschem/geos-chem/issues/2065 for more info. Signed-off-by: Bob Yantosca --- gcpy/benchmark/cloud/template.1mo_benchmark.yml | 2 +- gcpy/benchmark/config/1mo_benchmark.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcpy/benchmark/cloud/template.1mo_benchmark.yml b/gcpy/benchmark/cloud/template.1mo_benchmark.yml index 03f63be6..408b0ed5 100644 --- a/gcpy/benchmark/cloud/template.1mo_benchmark.yml +++ b/gcpy/benchmark/cloud/template.1mo_benchmark.yml @@ -111,7 +111,7 @@ options: emis_table: True plot_jvalues: True plot_aod: True - plot_drydep: True + plot_drydep: False # Need to save out DryDep collection for 1-mo mass_table: True mass_accum_table: False ops_budget_table: False diff --git a/gcpy/benchmark/config/1mo_benchmark.yml b/gcpy/benchmark/config/1mo_benchmark.yml index 85023c91..65f84b0a 100644 --- a/gcpy/benchmark/config/1mo_benchmark.yml +++ b/gcpy/benchmark/config/1mo_benchmark.yml @@ -111,7 +111,7 @@ options: emis_table: True plot_jvalues: True plot_aod: True - plot_drydep: True + plot_drydep: False # Need to save out DryDep collection for 1-mo mass_table: True mass_accum_table: False ops_budget_table: False