Skip to content

Commit

Permalink
Merge branch 'refactor_pp' of github.com:wrongkindofdoctor/MDTF-diagn…
Browse files Browse the repository at this point in the history
…ostics into refactor_pp
  • Loading branch information
wrongkindofdoctor committed Apr 9, 2024
2 parents 1cae21a + 626f875 commit bda1d9b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions templates/module_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# List of POD(s) to run
pod_list:
- "example_multicase"
- "MJO_suite"

# list of module(s) to run
module_list:
Expand All @@ -15,7 +14,7 @@ module_list:
"--in_data": "../inputdata/mdtf_test_data/CMIP_Synthetic_r1i1p1f1_gr1_19800101-19841231/day/CMIP_Synthetic_r1i1p1f1_gr1_19800101-19841231.psl.day.nc"
"--timefilter": "6hr"
"--searchbymin": "psl"
"--out": "../wkdir/tempestextremes.dat"
"--out": "../wkdir/tempestextremes.dat"

# Case list entries (must be unique IDs for each simulation)
case_list:
Expand All @@ -28,8 +27,8 @@ case_list:
"CMIP_Synthetic_r1i1p1f1_gr1_19850101-19891231" :
model: "test"
convention: "CMIP"
startdate: "19850101"
enddate: "19850101"
startdate: "19850101000000"
enddate: "19891231000000"

### Data location settings ###
# Required: full or relative path to ESM-intake catalog header file
Expand All @@ -41,17 +40,17 @@ OBS_DATA_ROOT: "../inputdata/obs_data"
# Final output is also written here if the OUTPUT_DIR is not defined.
WORK_DIR: "../wkdir"
# Optional: Location to write final output if you don't want it in the wkdir
OUTPUT_DIR: ""
OUTPUT_DIR: "../wkdir"
### Environment Settings ###
# Required: Location of the Anaconda/miniconda installation to use for managing
# dependencies (path returned by running `conda info --base`.)
conda_root: ""
# Optional: Directory containing the framework-specific conda environments. This should
# be equal to the "--env_dir" flag passed to conda_env_setup.sh. If left
# blank, the framework will look for its environments in conda_root/envs
conda_env_root": ""
conda_env_root: ""
# Location of micromamba executable; REQUIRED if using micromamba
micromamba_exe": ""
micromamba_exe: ""
### Data type settings ###
# set to true to handle data files > 4 GB
large_file: False
Expand Down

0 comments on commit bda1d9b

Please sign in to comment.