File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # run-MDTF
2+ Shell driver script to run the MDTF-diagnostics package with the GFDL FRE workflow <br />
3+
4+ Command-line usage:
5+
6+ ```
7+ $ run-mdtf.sh -i /path/to/pp/dir/pp -o out_dir/mdtf -s startyr -e endyr
8+ ```
9+
10+ Input:
11+ - A user-specified configuration file ` pod_config.json ` located in the ** config** directory that is run
12+ by default. Users should modify this template to run their desired POD(s) and update query parameters such as * realm*
13+ A different configuration file can be supplied with the ` -l ` OPTARG.
14+ - ` -i ` : path to the input directory ending in /pp with the target dataset
15+ - ` -o ` : path to directory to write the output
16+ - ` -s ` : start year of the dataset
17+ - ` -e ` : end year of the dataset
You can’t perform that action at this time.
0 commit comments