Skip to content

Commit

Permalink
JGDAS_GLOBAL to JGLOBAL
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jan 26, 2023
1 parent 57a8a84 commit db9193b
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export COMIN_GES_ENS="${ROTDIR}/enkf${GDUMP}.${gPDY}/${gcyc}/chem"
###############################################################
# Run relevant script

EXSCRIPT=${GDASAEROFINALPY:-${HOMEgfs}/scripts/exgdas_global_aero_analysis_finalize.py}
EXSCRIPT=${GDASAEROFINALPY:-${HOMEgfs}/scripts/exglobal_aero_analysis_finalize.py}
${EXSCRIPT}
status=$?
[[ ${status} -ne 0 ]] && exit "${status}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export COMIN_GES_ENS="${ROTDIR}/enkf${GDUMP}.${gPDY}/${gcyc}/chem"
###############################################################
# Run relevant script

EXSCRIPT=${GDASAEROINITPY:-${HOMEgfs}/scripts/exgdas_global_aero_analysis_initialize.py}
EXSCRIPT=${GDASAEROINITPY:-${HOMEgfs}/scripts/exglobal_aero_analysis_initialize.py}
${EXSCRIPT}
status=$?
[[ ${status} -ne 0 ]] && exit "${status}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export COMIN_GES_ENS="${ROTDIR}/enkf${GDUMP}.${gPDY}/${gcyc}/chem"
###############################################################
# Run relevant script

EXSCRIPT=${GDASAERORUNSH:-${HOMEgfs}/scripts/exgdas_global_aero_analysis_run.sh}
EXSCRIPT=${GDASAERORUNSH:-${HOMEgfs}/scripts/exglobal_aero_analysis_run.sh}
${EXSCRIPT}
status=$?
[[ ${status} -ne 0 ]] && exit "${status}"
Expand Down
2 changes: 1 addition & 1 deletion jobs/rocoto/aeroanlfinal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export jobid="${job}.$$"
export PYTHONPATH="$PYTHONPATH:${HOMEgfs}/ush/python:${HOMEgfs}/ush/python/pygw/src"
###############################################################
# Execute the JJOB
"${HOMEgfs}/jobs/JGDAS_GLOBAL_AERO_ANALYSIS_FINALIZE"
"${HOMEgfs}/jobs/JGLOBAL_AERO_ANALYSIS_FINALIZE"
status=$?
exit "${status}"
2 changes: 1 addition & 1 deletion jobs/rocoto/aeroanlinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export jobid="${job}.$$"
export PYTHONPATH="$PYTHONPATH:${HOMEgfs}/ush/python:${HOMEgfs}/ush/python/pygw/src"
###############################################################
# Execute the JJOB
"${HOMEgfs}/jobs/JGDAS_GLOBAL_AERO_ANALYSIS_INITIALIZE"
"${HOMEgfs}/jobs/JGLOBAL_AERO_ANALYSIS_INITIALIZE"
status=$?
exit "${status}"
2 changes: 1 addition & 1 deletion jobs/rocoto/aeroanlrun.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_GLOBAL_AERO_ANALYSIS_RUN"
"${HOMEgfs}/jobs/JGLOBAL_AERO_ANALYSIS_RUN"
status=$?
exit "${status}"
File renamed without changes.
File renamed without changes.

0 comments on commit db9193b

Please sign in to comment.