-
Notifications
You must be signed in to change notification settings - Fork 215
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
Changes from 8 commits
4f1e2a8
697f6f4
4560ae4
cb8e225
5249f23
9f8d5a2
b4cfb2e
30b2294
81015c5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 | ||||||
|
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.
Suggested change
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. @aerorahul Trying to address this before opening the new PR - is the idea to link the yaml files from
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. Yes. |
||||||
| 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" | ||||||
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