Skip to content

Commit

Permalink
updating pythonpath to match changes to ioda
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Jul 5, 2023
1 parent 188344a commit 67e465e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN=${GDUMP} YMD=${gPDY} HH=${gcyc} generate_com -rx \

# Add UFSDA to PYTHONPATH
ufsdaPATH="${HOMEgfs}/sorc/gdas.cd/ush/"
PYTHONPATH="${PYTHONPATH:+${PYTHONPATH}:}${ufsdaPATH}"
pyiodaPATH="${HOMEgfs}/sorc/gdas.cd/build/lib/python3.7/"
PYTHONPATH="${PYTHONPATH:+${PYTHONPATH}:}${ufsdaPATH}:${pyiodaPATH}"
export PYTHONPATH

###############################################################
Expand Down

0 comments on commit 67e465e

Please sign in to comment.