From 448d2c6e1ee3e7e2c80154b34325c09c0e7d1b88 Mon Sep 17 00:00:00 2001 From: AndrewEichmann-NOAA Date: Tue, 31 Oct 2023 17:38:05 +0000 Subject: [PATCH] moved script reference to link in ush --- jobs/JGLOBAL_PREP_OCEAN_OBS | 2 +- sorc/link_workflow.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jobs/JGLOBAL_PREP_OCEAN_OBS b/jobs/JGLOBAL_PREP_OCEAN_OBS index c07631bce5..d5064859d2 100755 --- a/jobs/JGLOBAL_PREP_OCEAN_OBS +++ b/jobs/JGLOBAL_PREP_OCEAN_OBS @@ -19,7 +19,7 @@ export PYTHONPATH=${HOMEgfs}/sorc/gdas.cd/ush/soca:${PYTHONPATH} ############################################################### # Run relevant script -EXSCRIPT=${GDASPREPPY:-${HOMEgfs}/sorc/gdas.cd/scripts/exglobal_prep_ocean_obs.py} +EXSCRIPT=${GDASPREPPY:-${HOMEgfs}/ush/exglobal_prep_ocean_obs.py} ${EXSCRIPT} status=$? [[ ${status} -ne 0 ]] && exit "${status}" diff --git a/sorc/link_workflow.sh b/sorc/link_workflow.sh index 0e2cdf5edd..d2328caba9 100755 --- a/sorc/link_workflow.sh +++ b/sorc/link_workflow.sh @@ -205,6 +205,7 @@ if [[ -d "${HOMEgfs}/sorc/gdas.cd" ]]; then ${LINK_OR_COPY} "${HOMEgfs}/sorc/gdas.cd/ush/jediinc2fv3.py" . ${LINK_OR_COPY} "${HOMEgfs}/sorc/gdas.cd/ush/ioda/bufr2ioda/run_bufr2ioda.py" . ${LINK_OR_COPY} "${HOMEgfs}/sorc/gdas.cd/build/bin/imsfv3_scf2ioda.py" . + ${LINK_OR_COPY} "${HOMEgfs}/sorc/gdas.cd/scripts/exglobal_prep_ocean_obs.py" . fi