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#2356ShastriPaturi wants to merge 9 commits into
Conversation
| # 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.
I don't think this script is available as it is being linked in ush. See here
aerorahul
left a comment
There was a problem hiding this comment.
link_workflow.sh also needs to be updated for this change to take effect.
| 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.
| 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.
@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.
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.
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.pyinjobs/JGLOBAL_PREP_OCEAN_OBSFixes #2353