Skip to content

Commit

Permalink
Update primary obsproc JJOB call in prep.sh
Browse files Browse the repository at this point in the history
The updated obsproc package renamed the primary global JJOB script
and the HOMEobsproc variable is the only home path for the package,
so update prep.sh to now call:
$HOMEobsproc/jobs/JOBSPROC_GLOBAL_PREP
instead of the old:
$HOMEobsproc_network/jobs/JGLOBAL_PREP

Refs NOAA-EMC#1033
  • Loading branch information
KateFriedman-NOAA committed Sep 28, 2022
1 parent 6f2db6c commit 97dba45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/rocoto/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if [ $DO_MAKEPREPBUFR = "YES" ]; then
export MAKE_NSSTBUFR="NO"
fi

$HOMEobsproc_network/jobs/JGLOBAL_PREP
$HOMEobsproc/jobs/JOBSPROC_GLOBAL_PREP
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down

0 comments on commit 97dba45

Please sign in to comment.