Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/jobs/analdiag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
"${HOMEgfs}/jobs/JGDAS_ATMOS_ANALYSIS_DIAG"
"${HOMEgfs}/jobs/JGLOBAL_ATMOS_ANALYSIS_DIAG"
status=$?

exit "${status}"
2 changes: 1 addition & 1 deletion dev/jobs/earc_tars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
"${HOMEgfs}/jobs/JGLOBAL_ENS_ARCHIVE_TARS"
"${HOMEgfs}/jobs/JGLOBAL_ENKF_ARCHIVE_TARS"
status=$?

exit "${status}"
2 changes: 1 addition & 1 deletion dev/jobs/earc_vrfy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
"${HOMEgfs}/jobs/JGLOBAL_ENS_ARCHIVE_VRFY"
"${HOMEgfs}/jobs/JGLOBAL_ENKF_ARCHIVE_VRFY"
status=$?

exit "${status}"
2 changes: 1 addition & 1 deletion dev/jobs/ecen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for fhr in ${fhrlst}; do
export job=ecen
export jobid="${job}.$$"

"${HOMEgfs}/jobs/JGDAS_ENKF_ECEN"
"${HOMEgfs}/jobs/JGLOBAL_ENKF_ECEN"
status=$?
if [[ ${status} -ne 0 ]]; then
exit "${status}"
Expand Down
2 changes: 1 addition & 1 deletion dev/jobs/ecen_fv3jedi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
"${HOMEgfs}"/jobs/JGDAS_ENKF_ECEN_FV3JEDI
"${HOMEgfs}"/jobs/JGLOBAL_ENKF_ECEN_FV3JEDI
status=$?
exit "${status}"
2 changes: 1 addition & 1 deletion dev/jobs/ediag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
"${HOMEgfs}/jobs/JGDAS_ENKF_DIAG"
"${HOMEgfs}/jobs/JGLOBAL_ENKF_DIAG"
status=$?

exit "${status}"
2 changes: 1 addition & 1 deletion dev/jobs/eobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
"${HOMEgfs}/jobs/JGDAS_ENKF_SELECT_OBS"
"${HOMEgfs}/jobs/JGLOBAL_ENKF_SELECT_OBS"
status=$?

exit "${status}"
2 changes: 1 addition & 1 deletion dev/jobs/esfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
"${HOMEgfs}/jobs/JGDAS_ENKF_SFC"
"${HOMEgfs}/jobs/JGLOBAL_ENKF_SFC"
status=$?

exit "${status}"
2 changes: 1 addition & 1 deletion dev/jobs/eupd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
"${HOMEgfs}/jobs/JGDAS_ENKF_UPDATE"
"${HOMEgfs}/jobs/JGLOBAL_ENKF_UPDATE"
status=$?

exit "${status}"
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mkdir -p "${COMIN_CONF}"
# Calls an external bash command; do not fail on unassigned/error
set +eu
export -n SHELLOPTS
"${SCRgfs}/exgdas_enkf_earc_tars.py"
"${SCRgfs}/exglobal_enkf_earc_tars.py"
export err=$?
set +x
if [[ ${err} -ne 0 ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MEMDIR="ensstat" YMD=${PDY} HH=${cyc} declare_from_tmpl -rx \
# Run archive script
###############################################################

"${SCRgfs}/exgdas_enkf_earc_vrfy.py"
"${SCRgfs}/exglobal_enkf_earc_vrfy.py"
err=$?
if [[ ${err} -ne 0 ]]; then
exit "${err}"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion jobs/JGDAS_ENKF_ECEN → jobs/JGLOBAL_ENKF_ECEN
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MEMDIR="ensstat" RUN=${GDUMP} YMD=${gPDY} HH=${gcyc} declare_from_tmpl -rx \
###############################################################
# Run relevant script

${ENKFRECENSH:-${SCRgfs}/exgdas_enkf_ecen.sh} && true
${ENKFRECENSH:-${SCRgfs}/exglobal_enkf_ecen.sh} && true
export err=$?
if [[ ${err} -ne 0 ]]; then
err_exit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mkdir -m 755 -p "${COMOUT_CONF}"
# Run relevant script
##############################################

EXSCRIPT=${GDASATMRUNPY:-${SCRgfs}/exgdas_enkf_ecen_fv3jedi.py}
EXSCRIPT=${GDASATMRUNPY:-${SCRgfs}/exglobal_enkf_ecen_fv3jedi.py}
${EXSCRIPT} && true
export err=$?
if [[ ${err} -ne 0 ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ done
###############################################################
# Run relevant script

${INVOBSSH:-${SCRgfs}/exgdas_enkf_select_obs.sh} && true
${INVOBSSH:-${SCRgfs}/exglobal_enkf_select_obs.sh} && true
export err=$?
if [[ ${err} -ne 0 ]]; then
err_exit
Expand Down
2 changes: 1 addition & 1 deletion jobs/JGDAS_ENKF_SFC → jobs/JGLOBAL_ENKF_SFC
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export USE_CFP=YES
###############################################################
# Run relevant script

${ENKFRESFCSH:-${SCRgfs}/exgdas_enkf_sfc.sh} && true
${ENKFRESFCSH:-${SCRgfs}/exglobal_enkf_sfc.sh} && true
export err=$?
if [[ ${err} -ne 0 ]]; then
err_exit
Expand Down
2 changes: 1 addition & 1 deletion jobs/JGDAS_ENKF_UPDATE → jobs/JGLOBAL_ENKF_UPDATE
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MEMDIR="ensstat" RUN="enkfgdas" YMD=${GDATE:0:8} HH=${GDATE:8:2} declare_from_tm
###############################################################
# Run relevant script

${ENKFUPDSH:-${SCRgfs}/exgdas_enkf_update.sh} && true
${ENKFUPDSH:-${SCRgfs}/exglobal_enkf_update.sh} && true
export err=$?
if [[ ${err} -ne 0 ]]; then
err_exit
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading