-
Notifications
You must be signed in to change notification settings - Fork 212
Fx path for exglobal_prep_ocean_obs.py in JGLOBAL_PREP_OCEAN_OBS #2356
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
Closed
ShastriPaturi
wants to merge
9
commits into
NOAA-EMC:develop
from
ShastriPaturi:bugfix/jjob_prepoceanobs
Closed
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
4f1e2a8
fix path
ShastriPaturi 697f6f4
Merge branch 'NOAA-EMC:develop' into bugfix/jjob_prepoceanobs
ShastriPaturi 4560ae4
Merge branch 'NOAA-EMC:develop' into bugfix/jjob_prepoceanobs
ShastriPaturi cb8e225
Merge branch 'NOAA-EMC:develop' into bugfix/jjob_prepoceanobs
ShastriPaturi 5249f23
Merge branch 'NOAA-EMC:develop' into bugfix/jjob_prepoceanobs
ShastriPaturi 9f8d5a2
Merge branch 'NOAA-EMC:develop' into bugfix/jjob_prepoceanobs
ShastriPaturi b4cfb2e
Merge branch 'NOAA-EMC:develop' into bugfix/jjob_prepoceanobs
ShastriPaturi 30b2294
insitu BUFR2IODA related
ShastriPaturi 81015c5
path to bufr2ioda
ShastriPaturi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
| export BUFR2IODA_PY_DIR=${HOMEgfs}/sorc/gdas.cd/ush/ioda/bufr2ioda | ||
| export KEEPDATA='YES' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
| # Get task specific resources | ||
| . "${EXPDIR}/config.resources" prepoceanobs | ||
| echo "END: config.prepoceanobs" | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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/bufr2iodato${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.cdshould be linked in the appropriate location inHOMEgfs/. The scripts, yamls, etc. should reference them usingEXECgfsorPARMgfsorSCRgfsorUSHgfsinstead ofHOMEgfs/sorc/gdas.cd/+parmorscriptsorush.