Skip to content
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

Add StormCast model #164

Merged
merged 24 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2a2d902
add stormcast
dallasfoster Nov 7, 2024
f71e56c
Merge branch 'main' into dallasf/stormcast
dallasfoster Nov 7, 2024
600a062
coord interpolation and stormcast unit tests
pzharrington Nov 12, 2024
225ebe4
stormcast bugfixes and test case updates
pzharrington Nov 13, 2024
b05eba7
add model package and speed up unit tests
pzharrington Dec 13, 2024
53b7b72
modify checkpoint path and update changelog
pzharrington Dec 13, 2024
2fc6046
Merge branch 'main' into pharring/stormcast-tests
pzharrington Dec 13, 2024
70f59a5
handle 1d coord interpolation in fetch_data
pzharrington Dec 13, 2024
9bf5509
Updates to grib files
NickGeneva Dec 16, 2024
b0d1acf
Updates
NickGeneva Dec 16, 2024
89d66e2
Adding note abot lead times
NickGeneva Dec 16, 2024
9ee220f
Caching index file
NickGeneva Dec 16, 2024
125e00e
Fix type
NickGeneva Dec 16, 2024
9e6652c
Fix type
NickGeneva Dec 16, 2024
badffce
Caching index file
NickGeneva Dec 16, 2024
6e311c1
Fixes
NickGeneva Dec 16, 2024
8b3e0ac
Type Fixes
NickGeneva Dec 16, 2024
9f00edf
Merge branch 'ngeneva/hrrr_extended' of https://github.com/NickGeneva…
pzharrington Dec 16, 2024
86ed976
Public package testing
pzharrington Dec 18, 2024
3d5f561
Merge branch 'main' into pharrington/stormcast-testing
pzharrington Dec 18, 2024
6764d7b
prep_data test fixes
pzharrington Dec 18, 2024
7536fee
Require conditioning data source in stormcast, update deps
pzharrington Dec 19, 2024
fd4f611
Add stormcast to docs rst
pzharrington Dec 19, 2024
4fb841c
Merge branch 'main' into pharring/stormcast-tests
pzharrington Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into pharrington/stormcast-testing
Signed-off-by: Peter Harrington <pharrington@nvidia.com>
pzharrington committed Dec 18, 2024
commit 3d5f561fbcaa9cc96540ddace84603d074bd6a35
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -10,10 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add StormCast model to prognostic models

### Changed

- Add StormCast model to prognostic models=
- Interpolation between arbitrary lat-lon grids
- Added hybrid level support to HRRR data source

You are viewing a condensed version of this merge commit. You can view the full changes here.