-
Notifications
You must be signed in to change notification settings - Fork 4
Merge Data V6 Branch #75
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
Open
rmclaren
wants to merge
112
commits into
main
Choose a base branch
from
feature/data_v6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
112 commits
Select commit
Hold shift + click to select a range
0805bb0
added files for new data types
rmclaren 2db4f2b
removed all post processing from ssmis, ascat, seviri so were left wi…
rmclaren 2145e31
updated config for runnins
rmclaren c68a0c7
updated some of the configuration
rmclaren 67b80db
back to appeneding entire date range to the zarr file, using config f…
rmclaren 9468b36
apply quality flag to virtual temperature
rmclaren bbf8565
bug fix
rmclaren e6c0834
Merge branch 'feature/data_v5' of https://github.com/NOAA-EMC/ocelot …
rmclaren 1b97ba2
apply temperature event code
rmclaren 6d6ab47
Merge branch 'feature/data_v5' of https://github.com/NOAA-EMC/ocelot …
rmclaren 2012cb4
Added IASI PCA
rmclaren cecdbe6
using second element in W_EVENT
rmclaren f1593e7
using second element in W_EVENT
rmclaren 862eda0
added amsua
rmclaren ba2e192
added amsua
rmclaren 0b5a7a4
added amsua
rmclaren f3cc8f7
updted ssmis mapping a little
rmclaren e324496
removed usage of the observation type field
rmclaren a8436a4
Add Apache Parquet encoder (#46)
rmclaren 66b5da9
added flag so select zarr or parquet for output
rmclaren dbbf25d
some improvemnets
rmclaren 1c2ca6e
quick fix
rmclaren 31920c2
Add PCA data support to data prep reader (#50)
rmclaren fc1cbb0
updates for iasi pca
rmclaren f607c2d
playing with adpsfc
rmclaren 19f69d4
Merge branch 'feature/data_v5' of https://github.com/NOAA-EMC/ocelot …
rmclaren f8a60e7
adding code to process raw surface obs data
rmclaren 217d969
bugfixes
rmclaren c6891ce
yaml updtaes
rmclaren eb6c794
Merge branch 'feature/data_v5' of https://github.com/NOAA-EMC/ocelot …
rmclaren 902763e
bug fixes
rmclaren fdd8aa6
added code to merge prepbufr, adpsfc, and sfcshp
rmclaren ddf182a
bug fixes
rmclaren 9ea03de
fixed output description
rmclaren f1e4694
fixed raw surface obs
rmclaren db94034
added radiosonde
rmclaren fafe4ab
Merge branch 'feature/data_v5' of https://github.com/NOAA-EMC/ocelot …
rmclaren 843ea86
radiosonde enhancemenst
rmclaren ad386b3
radiosonde enhancemenst
rmclaren 8178f9d
radiosonde enhancemenst
rmclaren 9386f08
radiosonde enhancements
rmclaren acbdaa4
radiosonde fixes
rmclaren 2909905
updated radiosonde to manually save the events
rmclaren 5008192
fixed the way radiosonde data is read
rmclaren 6266c21
tweaks to radiosonde and surface obs
rmclaren ed2e61c
saving u v wind info
rmclaren 3e1e9ac
added specific humidity
rmclaren b794428
added snow cover, tweaking radiosonde
rmclaren c0b230d
added avhrr
rmclaren b1408b0
more specific humidity fixes for surface obs
rmclaren fcbb85f
fixed avhrr bug
rmclaren f56bd5a
fixed avhrr dims
rmclaren 6326ee9
fixed avhrr dims
rmclaren 2857ca5
radiosonde fix
rmclaren 6de8785
updated avhrr code
rmclaren 6d53656
updated avhrr code
rmclaren 07974a4
extended avhrr to make more complete exaple
rmclaren bc7b5bf
extended avhrr to make more complete exaple
rmclaren d356bad
avhrr bugfixes
rmclaren 0a18ed4
fixed bug in runner
rmclaren 332d311
improved runner so it doesn't throw when file is missing
rmclaren f41f3f2
changed field satellite to satelliteId
rmclaren ccb6278
updates to snow cover
rmclaren eb44bea
update to avhrr
rmclaren b2e4c05
Updated snow cover code.
rmclaren 9838018
version of radiosonde that works
rmclaren e4a1f41
radiosonde fixes
rmclaren dd6cff1
added some plotting code
rmclaren 67ea91f
got things kinda working. adding uprair processing
rmclaren 6f6177e
got things kinda working. adding uprair processing
rmclaren 8c4df1c
got uprair working
rmclaren cefcb00
rraw addiosonde yaml files
rmclaren 73de181
cleaned up code a little
rmclaren 380e550
updated dump time
rmclaren ae2997a
updated dump time
rmclaren 30efe61
support data gen for month
rmclaren 9363184
fixed mpi problem
rmclaren 4b63498
fixed the way that datetimes are split
rmclaren c5bc179
added memory to config
rmclaren 23e7d82
updated ascat
rmclaren 16599c0
added ascat to ursa
rmclaren da3d24f
Fix DDP synchronization: Add window broadcasting and sequential sampl…
azadeh-gh 5f92fd5
improve documentation
azadeh-gh a0890cc
merged latest from main
rmclaren fc99c03
pynorm fixes
rmclaren 2c1ab6a
pynorm fixes
rmclaren b71aa63
pynorm fixes
rmclaren 1e63fa6
Update data_prep/src/runner.py
rmclaren 81d16ab
Update data_prep/mapping/bufr_radiosonde_uprair.yaml
rmclaren 39dadf6
Update data_prep/mapping/bufr_amsua.py
rmclaren 76cbc23
Update data_prep/mapping/bufr_amsua.py
rmclaren 2714965
Update data_prep/mapping/bufr_ascat.py
rmclaren 6698baa
Update data_prep/mapping/bufr_ascat.py
rmclaren 91bd979
Update data_prep/mapping/bufr_ascat.py
rmclaren 93fc068
Update data_prep/mapping/bufr_seviri.py
rmclaren 4fe052a
Update data_prep/mapping/bufr_ssmis.py
rmclaren b9e50ab
Update data_prep/mapping/pca_iasi.py
rmclaren 0747f13
Update data_prep/scripts/plots/surface_obs_plots.py
rmclaren be969a6
Update data_prep/mapping/bufr_avhrr.py
rmclaren ccdb5a3
fixed code review comment
rmclaren 5a99ddd
Update data_prep/src/reader.py
rmclaren cf7e066
Add SEVIRI and SSMIS (#71)
rmclaren 5625c4d
Merge branch 'main' into feature/data_v6
rmclaren 0fe432e
tweaks to fix some small issues, make things run more smoothely
rmclaren c76d587
Merge branch 'feature/data_v6' of https://github.com/NOAA-EMC/ocelot …
rmclaren e5bcc9f
force height to be integer in surface obs.
rmclaren 17aa791
Update data_prep/scripts/gen_data.py
rmclaren 171164f
[WIP] Address feedback on 'Merge Data V6 Branch' PR (#81)
Copilot 9178904
added int type for max-obs
rmclaren aafc3c8
undid changes in gnn_model
rmclaren eff530d
Apply suggestion from @Copilot
rmclaren 53e4af4
Feature/sfc and radiosonde check (#80)
nicholasesposito 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
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
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.