&--- # ===================================================================== # Benchmark configuration file (**EDIT AS NEEDED**) # customize in the following manner: # (1) Edit the path variables so that they point to folders w/ model data # (2) Edit the version strings for each benchmark simulation # (3) Edit the switches that turn on/off creating of plots and tables # (4) If necessary, edit labels for the dev and ref versions # Note: When doing GCHP vs GCC comparisions gchp_dev will be compared # to gcc_dev (not gcc_ref!). This ensures consistency in version names # when doing GCHP vs GCC diff-of-diffs (mps, 6/27/19) # ===================================================================== # # Configuration for 1 year TransportTracersBenchmark # # paths: # main_dir: High-level directory containing ref & dev rundirs # results_dir: Directory where plots/tables will be created # weights_dir: Path to regridding weights # spcdb_dir: Folder in which the species_database.yml file is # located. If set to "default", then will look for # species_database.yml in one of the Dev rundirs. # paths: main_dir: /n/holyscratch01/jacob_lab/msulprizio/GC/benchmarks/1yr results_dir: ./ weights_dir: /n/holyscratch01/external_repos/GEOS-CHEM/gcgrid/data/ExtData/GCHP/RegriddingWeights spcdb_dir: default # # data: Contains configurations for ref and dev runs # version: Version string (must not contain spaces) # dir: Path to run directory # outputs_subdir: Subdirectory w/ GEOS-Chem diagnostic files # restarts_subdir: Subdirectory w/ GEOS-Chem restarts # bmk_start: Simulation start date (YYYY-MM-DDThh:mm:ss) # bmk_end: Simulation end date (YYYY-MM-DDThh:mm:ss) # resolution: GCHP resolution string # data: ref: gcc: version: GCC_14.0.0 dir: 14.0.0-rc.3/GCClassic/TransportTracers outputs_subdir: OutputDir restarts_subdir: Restarts bmk_start: "2019-01-01T00:00:00" bmk_end: "2020-01-01T00:00:00" gchp: version: GCHP_14.2.0 dir: 14.2.0-rc.1/GCHP/TransportTracers outputs_subdir: OutputDir restarts_subdir: Restarts bmk_start: "2019-01-01T00:00:00" bmk_end: "2020-01-01T00:00:00" is_pre_14.0: False resolution: c24 dev: gcc: version: GCC_14.2.0 dir: 14.2.0-rc.1/GCClassic/TransportTracers outputs_subdir: OutputDir restarts_subdir: Restarts bmk_start: "2019-01-01T00:00:00" bmk_end: "2020-01-01T00:00:00" gchp: version: GCHP_14.2.0 dir: 14.2.0-rc.1/GCHP/TransportTracers outputs_subdir: OutputDir restarts_subdir: Restarts bmk_start: "2019-01-01T00:00:00" bmk_end: "2020-01-01T00:00:00" is_pre_14.0: False resolution: c24 # # options: Specify the types of comparisons to perform # options: bmk_type: TransportTracersBenchmark comparisons: gcc_vs_gcc: run: False dir: GCC_version_comparison tables_subdir: Tables gchp_vs_gcc: run: True dir: GCHP_GCC_comparison tables_subdir: Tables gchp_vs_gchp: run: False dir: GCHP_version_comparison tables_subdir: Tables # GCHP vs GCC diff of diffs not included in 1-yr tt benchmark # # outputs: Types of output to generate (plots/tables) # outputs: plot_conc: True plot_wetdep: True rnpbbe_budget: True operations_budget: False mass_table: True ste_table: True cons_table: True