-
Notifications
You must be signed in to change notification settings - Fork 10
Add tracer advection to standalone driver [cycle 34] #1039
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 2 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
b3bba30
[wip] start initializing tracer advection granule
DropD 2108eda
[wip] work on advection granule init
DropD 062d49f
add metric fields required for tracer advection
DropD 77ffcab
[wip] add advection loop in driver and related changes
DropD c8809e4
fix missing future annotations
DropD b0ea1f8
Merge branch 'main' into ricoh-c34-tracer-advection
DropD a6ed178
ensure `test_standalone_driver` fails due to embedded remap
DropD f509aba
fix tracer advection init (pass `test_standalone_driver` with JW)
DropD 0438f89
Merge branch 'main' into ricoh-c34-tracer-advection
DropD 414eaad
typecheck standalone driver & fix revealed errors
DropD 7f91a96
[wip] type check advection.py
DropD 2ec8f48
type check advection_horizontal.py
DropD 18770ac
type check advection_vertical.py
DropD 8ffc8b6
type check advection_lsq_coeffs.py
DropD 9ab9098
typecheck advection_states.py
DropD 44778a6
type check advection stencils
DropD 04d2ec1
type check standalone driver tests
DropD 6a9f283
Merge branch 'main' into ricoh-c34-tracer-advection
DropD a06f90f
remove obsolete working notes and todos
DropD 00076d9
initialize all prognostic states with empty tracers
DropD 76d9765
Merge branch 'main' into ricoh-c34-tracer-advection
DropD f7c20a1
type check advection metrics comp, review cleanup
DropD f234014
cleanup icon variable suffixes
DropD dffb659
fix missing comma typo
DropD ca2cc74
update remaining PrognosticState constructor calls
DropD f04b506
Merge branch 'main' into ricoh-c34-tracer-advection
DropD 23a6a43
stylistic fixes from review
DropD 52c04fd
push backend customiztation out of advection classes
DropD 79bdaa6
rename vpfloat_t -> anyfloat
DropD e9c9610
turn `compute_advection_deepatmo_fields` into a `ProgramFieldProvider`
DropD b618752
fix deepatmo field provider
DropD 6e1b3cb
Merge branch 'main' into ricoh-c34-tracer-advection
DropD d1dd77f
reference known gt4py issues/prs for the related type ignores
DropD 44c0575
improve standalone driver config documentation
DropD dd59b00
remove need to explicitly initialize tracer if ntracer=0
DropD 3280d19
remove outdated todo comment and fix an error message
DropD a6e2f39
Merge branch 'main' into ricoh-c34-tracer-advection
DropD 1e9a914
Merge branch 'main' into ricoh-c34-tracer-advection
DropD f5f106d
Merge branch 'main' into ricoh-c34-tracer-advection
DropD 2d7676b
Merge branch 'main' into ricoh-c34-tracer-advection
DropD 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
Some comments aren't visible on the classic Files Changed page.
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
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.