-
Notifications
You must be signed in to change notification settings - Fork 50
Add BUFR2IODA python API converter to prepoceanobs task #914
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
guillaumevernieres
merged 46 commits into
develop
from
feature/marine_addBUFR2IODAconverter
Mar 28, 2024
Merged
Changes from 4 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
b4522a2
Add BUFR2IODA python API converter to prepoceanobs
ShastriPaturi 8419802
fix coding norm
ShastriPaturi 7ef2abf
fix coding norm
ShastriPaturi 536d9c2
fix coding norm
ShastriPaturi 02fe4e6
cleaned up obsprep_config.yaml: added type, removed output_file
ShastriPaturi 30eeae7
copy BUFR IODA output to ROTDIR
ShastriPaturi 75ffc6f
updated BUFR IODA output filename
ShastriPaturi 7623bd9
all the monthly and fixed and drifting buoys added
ShastriPaturi f6b93da
ObsSpace yamls: all the monthly and fixed and drifting buoys added
ShastriPaturi a528afd
resolve conflict
ShastriPaturi d7d657f
arranged modules alphabetically
ShastriPaturi e522587
fix coding norm
ShastriPaturi b644cc1
module import update
ShastriPaturi 1dba075
module import update+1
ShastriPaturi 60ecb97
module import update+2
ShastriPaturi 2da25c8
module import update+3
ShastriPaturi b5ab1e8
module import update+4
ShastriPaturi 8dfc869
module import update+5
ShastriPaturi c512774
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
ShastriPaturi 1a24a91
fix prep obs failure
ShastriPaturi 47a051f
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
ShastriPaturi 5a8c588
update insitu yamls
ShastriPaturi 25c22eb
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
ShastriPaturi b00a74d
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
ShastriPaturi 0161478
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
ShastriPaturi 309aa9a
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
ShastriPaturi a418180
Fixed typo
ShastriPaturi 4300340
Merge branch 'feature/marine_addBUFR2IODAconverter' of https://github…
ShastriPaturi 4852fcd
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
ShastriPaturi 57d849e
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
ShastriPaturi 10ad109
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
ShastriPaturi bf077ab
copy daily insitu subsampled
ShastriPaturi 466d433
Add json files for situ surface
ShastriPaturi b4e64a0
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
guillaumevernieres d87fc0f
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
guillaumevernieres 4f57720
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
AndrewEichmann-NOAA e6b3e38
Update obsprep_config.yaml
ShastriPaturi c92feef
monthly insitu
ShastriPaturi b237995
Merge branch 'feature/marine_addBUFR2IODAconverter' of https://github…
ShastriPaturi 12a0903
monthly insitu json
ShastriPaturi 8d946ae
monthly insitu json: altkob
ShastriPaturi e64c9e4
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
AndrewEichmann-NOAA 98682c2
make obs prep ctest work without new jjob
AndrewEichmann-NOAA 4be9a35
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
CoryMartin-NOAA 302c328
yaml tidy
guillaumevernieres 118a30b
Merge branch 'develop' into feature/marine_addBUFR2IODAconverter
guillaumevernieres 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "data_format" : "bathy", | ||
| "subsets" : "BATHY", | ||
| "source" : "NCEP data tank", | ||
| "data_type" : "bathy", | ||
| "cycle_type" : "{{ RUN }}", | ||
| "cycle_datetime" : "{{ current_cycle | to_YMDH }}", | ||
| "dump_directory" : "{{ DMPDIR }}", | ||
| "ioda_directory" : "{{ COM_OBS }}", | ||
| "data_description" : "6-hrly in situ Bathythermal profiles", | ||
| "data_provider" : "U.S. NOAA" | ||
| } |
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,12 @@ | ||
| { | ||
| "data_format" : "tesac", | ||
| "subsets" : "TESAC", | ||
| "source" : "NCEP data tank", | ||
| "data_type" : "tesac", | ||
| "cycle_type" : "{{ RUN }}", | ||
| "cycle_datetime" : "{{ current_cycle | to_YMDH }}", | ||
| "dump_directory" : "{{ DMPDIR }}", | ||
| "ioda_directory" : "{{ COM_OBS }}", | ||
| "data_description" : "6-hrly in situ TESAC profiles", | ||
| "data_provider" : "U.S. NOAA" | ||
| } |
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,12 @@ | ||
| { | ||
| "data_format" : "trkob", | ||
| "subsets" : "TRACKOB", | ||
| "source" : "NCEP data tank", | ||
| "data_type" : "trackob", | ||
| "cycle_type" : "{{ RUN }}", | ||
| "cycle_datetime" : "{{ current_cycle | to_YMDH }}", | ||
| "dump_directory" : "{{ DMPDIR }}", | ||
| "ioda_directory" : "{{ COM_OBS }}", | ||
| "data_description" : "6-hrly in situ TRACKOB surface", | ||
| "data_provider" : "U.S. NOAA" | ||
| } |
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
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.