Skip to content

Commit

Permalink
save hist and exit GSI anal
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed Jan 27, 2025
1 parent ed3383d commit c39f8c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion scripts/exglobal_atmos_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SENDDBN=${SENDDBN:-"NO"}
RUN_GETGES=${RUN_GETGES:-"NO"}
GETGESSH=${GETGESSH:-"getges.sh"}
export gesenvir=${gesenvir:-${envir}}

export hofx_2m_sfcfile=${hofx_2m_sfcfile:-".false."}

# Observations
Expand Down Expand Up @@ -931,6 +931,10 @@ export OMP_NUM_THREADS=${NTHREADS_GSI}
export pgm=${GSIEXEC}
. prep_step

# Pretend to throw an error
echo "STAGING STAGING STAGING"
exit 1

${NCP} ${GSIEXEC} ${DATA}
${APRUN_GSI} ${DATA}/$(basename ${GSIEXEC}) 1>&1 2>&2
export err=$?; err_chk
Expand Down
2 changes: 1 addition & 1 deletion ush/parsing_model_configure_FV3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local OUTPUT_HISTORY=${OUTPUT_HISTORY:-".true."}
if [[ "${DO_JEDIATMVAR:-}" == "YES" ]]; then
local HISTORY_FILE_ON_NATIVE_GRID=".true."
else
local HISTORY_FILE_ON_NATIVE_GRID=".false."
local HISTORY_FILE_ON_NATIVE_GRID=".true."
fi
local WRITE_DOPOST=${WRITE_DOPOST:-".false."}
local WRITE_NSFLIP=${WRITE_NSFLIP:-".false."}
Expand Down

0 comments on commit c39f8c4

Please sign in to comment.