File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ MOM6_postdet() {
648648 if (( OFFSET_START_HOUR > 0 )) && (( fhr == FHOUT_OCN)) ; then
649649 source_file=" ocn_lead1_${vdate_mid: 0: 4} _${vdate_mid: 4: 2} _${vdate_mid: 6: 2} _${vdate_mid: 8: 2} .nc"
650650 else
651- source_file=" ocn_${vdate_mid: 0: 4} _${vdate_mid: 4: 2} _${vdate_mid: 6: 2} _${vdate_mid: 8: 2} .nc"
651+ source_file=" ocn_${vdate_mid: 0: 4} _${vdate_mid: 4: 2} _${vdate_mid: 6: 2} _${vdate_mid: 8: 2} _00 .nc"
652652 fi
653653 dest_file=" ${RUN} .t${cyc} z.${interval} hr_avg.f${fhr3} .nc"
654654 ${NLN} " ${COMOUT_OCEAN_HISTORY} /${dest_file} " " ${DATAoutput} /MOM6_OUTPUT/${source_file} "
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ UFS_configure() {
6969 local MED_history_n=1000000
7070
7171 local histaux_enabled=" .false."
72+ local MOM6_OUTPUT_DIR=" ./MOM6_OUTPUT"
73+ local MOM6_RESTART_DIR=" ./MOM6_RESTART"
74+ local MOM6_HISTFREQ_N=${FHOUT_OCN:- 6}
7275 fi
7376
7477 if [[ " ${cplice} " = " .true." ]]; then
You can’t perform that action at this time.
0 commit comments