Skip to content

Commit

Permalink
Add PYTHONPATH to stage_ic.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed May 14, 2024
1 parent 9bf02ee commit 8d2203d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jobs/rocoto/stage_ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ source "${HOMEgfs}/ush/preamble.sh"
status=$?
[[ "${status}" -ne 0 ]] && exit "${status}"

###############################################################
# setup python path for workflow utilities and tasks
PYTHONPATH="${PYTHONPATH:+${PYTHONPATH}:}${HOMEgfs}/ush/python"
export PYTHONPATH

export job="stage_ic"
export jobid="${job}.$$"

Expand Down

0 comments on commit 8d2203d

Please sign in to comment.