Skip to content

Commit 920d76c

Browse files
authored
Merge pull request #2 from JessicaMeixner-NOAA/v17/mom6_logging
Updates for CI to run
2 parents 7d56100 + f1f0c37 commit 920d76c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ush/forecast_postdet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

ush/parsing_ufs_configure.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)