Skip to content

Commit

Permalink
Make benchmark mass tables for GCC vs GCHP transport tracer benchmark
Browse files Browse the repository at this point in the history
The call to make the benchmark mass tables was missing from the transport
tracer run script.

Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
  • Loading branch information
lizziel committed Feb 5, 2024
1 parent 00c6681 commit 4007bc6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gcpy/benchmark/modules/run_1yr_tt_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4007bc6

Please sign in to comment.