-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fx path for exglobal_prep_ocean_obs.py in JGLOBAL_PREP_OCEAN_OBS #2356
Fx path for exglobal_prep_ocean_obs.py in JGLOBAL_PREP_OCEAN_OBS #2356
Conversation
jobs/JGLOBAL_PREP_OCEAN_OBS
Outdated
@@ -20,7 +20,7 @@ export PYTHONPATH=${HOMEgfs}/sorc/gdas.cd/ush:${PYTHONPATH} | |||
############################################################### | |||
# Run relevant script | |||
|
|||
EXSCRIPT=${GDASPREPOCNOBSPY:-${HOMEgfs}/ush/exglobal_prep_ocean_obs.py} | |||
EXSCRIPT=${GDASPREPOCNOBSPY:-${HOMEgfs}/scripts/exglobal_prep_ocean_obs.py} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this script is available as it is being linked in ush
. See here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link_workflow.sh
also needs to be updated for this change to take effect.
@@ -15,6 +15,10 @@ export OBS_YAML=${OBS_LIST} | |||
# ocean analysis needs own dmpdir until standard dmpdir has full ocean obs | |||
export DMPDIR=@DMPDIR@ | |||
|
|||
# For BUFR2IODA json and python scripts | |||
export JSON_TMPL_DIR=${HOMEgfs}/sorc/gdas.cd/parm/ioda/bufr2ioda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export JSON_TMPL_DIR=${HOMEgfs}/sorc/gdas.cd/parm/ioda/bufr2ioda | |
export JSON_TMPL_DIR=${HOMEgfs}/parm/gdas/ioda/bufr2ioda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aerorahul Trying to address this before opening the new PR - is the idea to link the yaml files from ${HOMEgfs}/sorc/gdas.cd/parm/ioda/bufr2ioda
to ${HOMEgfs}/parm/gdas/ioda/bufr2ioda
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
All files from sorc/gdas.cd
should be linked in the appropriate location in HOMEgfs/
. The scripts, yamls, etc. should reference them using EXECgfs
or PARMgfs
or SCRgfs
or USHgfs
instead of HOMEgfs/sorc/gdas.cd/
+parm
or scripts
or ush
.
# For BUFR2IODA json and python scripts | ||
export JSON_TMPL_DIR=${HOMEgfs}/sorc/gdas.cd/parm/ioda/bufr2ioda | ||
export BUFR2IODA_PY_DIR=${HOMEgfs}/sorc/gdas.cd/ush/ioda/bufr2ioda | ||
export KEEPDATA='YES' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if this is for debugging, then it should be removed from the PR.
@ShastriPaturi |
@guillaumevernieres |
Yes @aerorahul . Sorry for the delay, @AndrewEichmann-NOAA will take over. |
@WalterKolczynski-NOAA Is there a way to have the PR point to a different fork/branch? I maneuvered this branch into my repository. |
@AndrewEichmann-NOAA |
@WalterKolczynski-NOAA @aerorahul @guillaumevernieres This PR has been replaced by #2459 and should be closed |
Closing this since it was reopened as a different PR (#2459) by @AndrewEichmann-NOAA |
This PR fixes path for
exglobal_prep_ocean_obs.py
injobs/JGLOBAL_PREP_OCEAN_OBS
Fixes #2353