Skip to content

Commit

Permalink
review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Apr 18, 2024
1 parent d382416 commit 3405a44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jobs/JGLOBAL_PREP_OCEAN_OBS
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ YMD=${PDY} HH=${cyc} declare_from_tmpl -rx COMOUT_OBS:COM_OBS_TMPL
# Begin JOB SPECIFIC work
##############################################

# Add prep_ocean_obs.py to PYTHONPATH
export PYTHONPATH=${HOMEgfs}/ush:${PYTHONPATH}

###############################################################
# Run relevant script

Expand Down
5 changes: 5 additions & 0 deletions jobs/rocoto/prepoceanobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ status=$?
export job="prepoceanobs"
export jobid="${job}.$$"

###############################################################
# setup python path for class defs and utils

export PYTHONPATH=${HOMEgfs}/ush:${PYTHONPATH}

###############################################################
# Execute the JJOB
"${HOMEgfs}"/jobs/JGLOBAL_PREP_OCEAN_OBS
Expand Down

0 comments on commit 3405a44

Please sign in to comment.