Feature request: Add benchmark results paths and other related info to the the config
object
#306
Labels
category: Feature Request
New feature or request
topic: Benchmark Plots and Tables
Issues pertaining to generating plots/tables from benchmark output
Name and Institution (Required)
Name: Bob Yantosca
Institution: Harvard + GCST
Confirm you have reviewed the following documentation
New GCPy feature or discussion
In each of the scripts
run_benchmark.py
,run_1yr_fullchem_benchmark.py
,run_1yr_tt_benchmark.py
, there is repeated code similar to this that defines the various data directories and other quantities:gcpy/gcpy/benchmark/modules/run_1yr_fullchem_benchmark.py
Lines 100 to 271 in eb0055b
These could be folded into the
config
object when the YAML configuration file is read. This would clean up therun*benchmark..py
scripts quite a bit.Also see this issue:
NOTE: "DRY" = "Don't repeat yourself"
Tagging @lizziel @msulprizio
The text was updated successfully, but these errors were encountered: