Skip to content

Commit

Permalink
fix merge conflicts in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongkindofdoctor committed Mar 17, 2024
2 parents 44b45cd + 3e1a5d2 commit 428b27d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 3 additions & 1 deletion templates/runtime_config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
// code directory. Environment variables (eg, $HOME) can be referenced with a
// "$" and will be expended to their current values when the framework runs.
// Full or relative path to model data ESM-intake catalog header file
"DATA_CATALOG": "../diagnostics/example_multicase/esm_catalog_CMIP_synthetic_r1i1p1f1_gr1.json",

"DATA_CATALOG": "./diagnostics/example_multicase/esm_catalog_CMIP_synthetic_r1i1p1f1_gr1.json",

// Backwards compatibility
"MODEL_DATA_ROOT": "../inputdata/mdtf_test_data",
// Parent directory containing observational data used by individual PODs.
Expand Down
9 changes: 3 additions & 6 deletions templates/runtime_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ case_list:
enddate: "19891231:000000"

### Data location settings ###
# Required: full path to ESM-intake catalog header file
#DATA_CATALOG: "/local2/home/mdtf/MDTF-diagnostics/tools/catalog_builder/examples/gfdl/esm_catalog_DECK_ESM4_historical_D1_atmos_ts_monthly_5yr_subset.json"
DATA_CATALOG: "/local2/home/mdtf/MDTF-diagnostics/tools/catalog_builder/examples/gfdl/esm_catalog_DECK_ESM4_historical_D1_at
# Required: full or relative path to ESM-intake catalog header file
DATA_CATALOG: "./diagnostics/example_multicase/esm_catalog_CMIP_synthetic_r1i1p1f1_gr1.json"
# Optional: Parent directory containing observational data used by individual PODs.
# If defined, the framework assumes observational data is in OBS_DATA_ROOT/[POD_NAME]
OBS_DATA_ROOT: "../inputdata/obs_data"
Expand Down Expand Up @@ -64,10 +63,8 @@ overwrite: False
### Developer settings ###
# Set to True to run the preprocessor
run_pp: True
# Set to True to run unit tests
unit_test: False
# Additional custom preprocessing scripts to run on data
# place these scripts in the MDTF-diagnostics/user_scripts directory
# The framework will run the specified scripts whether run_pp is set to True or False
user_pp_scripts:
- ""
- ""

0 comments on commit 428b27d

Please sign in to comment.