File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77run_dir=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
88echo " ${run_dir} "
99mdtf_dir=/home/oar.gfdl.mdtf/mdtf/MDTF-diagnostics
10- # mdtf_dir=/home/Jacob.Mims /mdtf/MDTF-diagnostics
10+ # mdtf_dir=/net/jml /mdtf/MDTF-diagnostics
1111activate=/home/oar.gfdl.mdtf/miniconda3/bin/activate
1212
1313# TEST: /archive/jpk/fre/FMS2024.02_OM5_20240819/CM4.5v01_om5b06_piC_noBLING_xrefine_test4/gfdl.ncrc5-intel23-prod-openmp/pp/ starts 0001
@@ -108,7 +108,7 @@ if [ ! -f "${f}" ]; then
108108 exit 0
109109fi
110110config=' "DATA_CATALOG": "",'
111- config_edit=' "DATA_CATALOG": "' " ${cat } " ' ",'
111+ config_edit=' "DATA_CATALOG": "' " ${output_catalog } " ' ",'
112112sed -i " s|${config} |${config_edit} |ig" " ${f} "
113113config=' "WORK_DIR": "",'
114114config_edit=' "WORK_DIR": "' " ${wkdir} " ' ",'
You can’t perform that action at this time.
0 commit comments