From 4007bc6754e9eb6705ca0733da0f74afa1891870 Mon Sep 17 00:00:00 2001 From: Lizzie Lundgren Date: Mon, 5 Feb 2024 11:22:00 -0500 Subject: [PATCH] Make benchmark mass tables for GCC vs GCHP transport tracer benchmark The call to make the benchmark mass tables was missing from the transport tracer run script. Signed-off-by: Lizzie Lundgren --- gcpy/benchmark/modules/run_1yr_tt_benchmark.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gcpy/benchmark/modules/run_1yr_tt_benchmark.py b/gcpy/benchmark/modules/run_1yr_tt_benchmark.py index 8058af9..154edb4 100644 --- a/gcpy/benchmark/modules/run_1yr_tt_benchmark.py +++ b/gcpy/benchmark/modules/run_1yr_tt_benchmark.py @@ -810,6 +810,20 @@ def gchp_vs_gcc_mass_table(mon): "is_pre_14.0"] ) + # Create tables + bmk.make_benchmark_mass_tables( + refpath, + gchp_vs_gcc_refstr, + devpath, + gchp_vs_gcc_devstr, + dst=gchp_vs_gcc_tablesdir, + subdst=bmk_mon_yr_strs_dev[mon], + label=f"at 01{bmk_mon_yr_strs_dev[mon]}", + overwrite=True, + spcdb_dir=spcdb_dir, + dev_met_extra=devareapath + ) + # Create tables in parallel # Turn off parallelization if n_jobs==1 if config["options"]["n_cores"] != 1: