Skip to content

Commit

Permalink
wrong python path
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jan 24, 2024
1 parent da6efa9 commit b67f319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jobs/JGLOBAL_PREP_OCEAN_OBS
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ YMD=${PDY} HH=${cyc} generate_com -rx COMOUT_OBS:COM_OBS_TMPL
##############################################

# Add prep_marine_obs.py to PYTHONPATH
export PYTHONPATH=${HOMEgfs}/sorc/gdas.cd/ush/soca:${PYTHONPATH}
export PYTHONPATH=${HOMEgfs}/sorc/gdas.cd/ush:${PYTHONPATH}

###############################################################
# Run relevant script
Expand All @@ -38,7 +38,7 @@ if [[ -e "${pgmout}" ]] ; then
fi

##########################################
# Handle the temporary working directory
# Handle the temporary working directory
##########################################
cd "${DATAROOT}" || (echo "FATAL ERROR: ${DATAROOT} does not exist. ABORT!"; exit 1)
[[ ${KEEPDATA} = "NO" ]] && rm -rf "${DATA}"
Expand Down
2 changes: 1 addition & 1 deletion sorc/gdas.cd

0 comments on commit b67f319

Please sign in to comment.