-
Notifications
You must be signed in to change notification settings - Fork 1
Add LLC CPU data canonicalization #670
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
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7d07dd1
Add LLC CPU data canonicalization
oa-jder-bot e1affc6
Add LLC data loader tests
jder 3cfe346
Handle extra LLC grid variables
jder 38bec3e
Strengthen LLC root canonicalization tests
jder 301a7b2
Make dataset time splits source-specific
jder 8f18a92
Make inference times source-specific
jder ae0a4a3
Fix Empire AI smoke time overrides
jder d541437
Support indexed CLI config overrides
jder f2d95dd
Build data splits from source configs
jder 9c8bcb0
Pr comments, todo
jder 7f269ee
assert to avoid growing pr further
jder 37cdab3
Make source time configs immutable
jder c6a6e88
Test LLC canonical output positively
jder 40b4b26
Address LLC config review feedback
jder 50466b3
comment
jder 16a2638
Reject LLC static data vars
fomo-bot 7649a17
Use LLC staggered masks
fomo-bot b6df79a
Format LLC mask helper
fomo-bot ee56e6c
Update src/samudra/config.py
jder 7799e54
PR feedback
jder 56d2d13
move
jder 1c26183
Merge remote-tracking branch 'origin/main' into llc-stack-03-llc-cpu-…
jder 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,27 @@ | ||
| # SPDX-FileCopyrightText: 2026 Ocean Emulator Authors | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| # yaml-language-server: $schema=../schemas/DataConfig.json | ||
|
|
||
| sources: | ||
| - type: llc | ||
| face: 1 | ||
| i_start: 0 | ||
| i_end: 720 | ||
| j_start: 0 | ||
| j_end: 720 | ||
| train_time: | ||
| start: "2011-09-10T12:00:00Z" | ||
| end: "2012-09-01T12:00:00Z" | ||
| val_time: | ||
| start: "2012-09-01T12:00:00Z" | ||
| end: "2012-11-15T12:00:00Z" | ||
| data_location: LLC.zarr | ||
| data_means_location: LLC_means.zarr | ||
| data_stds_location: LLC_stds.zarr | ||
| static_data_vars: [] | ||
| concurrent_compute: false | ||
| loading: | ||
| type: cpu | ||
| num_workers: 4 | ||
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
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.
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.