-
Notifications
You must be signed in to change notification settings - Fork 50
Enhance error checking for bufr2ioda converters #937
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
Merged
RussTreadon-NOAA
merged 26 commits into
NOAA-EMC:develop
from
RussTreadon-NOAA:feature/bufr2ioda
Mar 11, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c15fd2c
add exception for when queried satwind_amv_goes subsets not found (#898)
RussTreadon-NOAA f63f66a
check for existence of snocvr bufr dump file (#907)
RussTreadon-NOAA f3faed7
check for existence of marine observation bufr dump file (#897)
RussTreadon-NOAA 842af09
correct pycodestyle violation (#898)
RussTreadon-NOAA 08594f8
update exception handling (#898)
RussTreadon-NOAA ed7d147
Merge branch 'NOAA-EMC:develop' into feature/bufr2ioda
RussTreadon-NOAA 96301b0
Merge branch 'NOAA-EMC:develop' into feature/bufr2ioda
RussTreadon-NOAA e9eb319
addtional error handling for marine observation bufr2ioda converters …
RussTreadon-NOAA 1f26067
addtional error handling for non-marine observation bufr2ioda convert…
RussTreadon-NOAA 1780c73
Merge branch 'NOAA-EMC:develop' into feature/bufr2ioda
RussTreadon-NOAA 053921c
Merge branch 'NOAA-EMC:develop' into feature/bufr2ioda
RussTreadon-NOAA 42a05f7
Merge branch 'NOAA-EMC:develop' into feature/bufr2ioda
RussTreadon-NOAA 9ad3b5e
update atm obs yamls and lists for var and ens GDASApp and g-w CI
RussTreadon-NOAA d16c68d
Merge branch 'NOAA-EMC:develop' into feature/bufr2ioda
RussTreadon-NOAA ef6757f
Merge branch 'develop' into feature/bufr2ioda
RussTreadon-NOAA a925b83
adjust observations and ensemble covariance effective resolution for …
RussTreadon-NOAA 667079d
Merge branch 'develop' into feature/bufr2ioda
RussTreadon-NOAA 7510f1d
Merge branch 'develop' into feature/bufr2ioda
RussTreadon-NOAA 7800998
update select parm/atm yamls to jinja2 (#937)
RussTreadon-NOAA 93aeeb9
more jinja2 updates for atm yaml (#937)
RussTreadon-NOAA e3cdbcf
remove quotes around numberic variables in parm/atm jinja2 templates …
RussTreadon-NOAA aac4d0d
remove unnecessary quotes around templated variable (#937)
RussTreadon-NOAA b3c8737
correct observation identation for atm/hofx templates (#937)
RussTreadon-NOAA 6860caf
replace ATMENSYAML and ATMVARYAML with JEDIYAML in atm g-w tests (937)
RussTreadon-NOAA b174bf2
remove set cycle from atm obs list templates (#937)
RussTreadon-NOAA 0d4365c
Merge branch 'develop' into feature/bufr2ioda
RussTreadon-NOAA 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
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
File renamed without changes.
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
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| time window: | ||
| begin: '{{ ATM_WINDOW_BEGIN }}' | ||
| end: '{{ ATM_WINDOW_END }}' | ||
| observations: | ||
| {% filter indent(width=2) %} | ||
| {% set atm_obs_list = 'OBS_LIST' | getenv('atm/obs/lists/gdas_prototype.yaml.j2') %} | ||
| {% include atm_obs_list %} | ||
| {% endfilter %} |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.