-
Notifications
You must be signed in to change notification settings - Fork 0
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
Verify global model #315
Merged
Merged
Verify global model #315
Changes from 49 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
5e7af70
remove unusde fields from metrics savepoint
halungge c3acfd8
remove dependency diffusion in common/test_utils
halungge 853f5c9
use system epsilon
halungge 8afbb4e
remove unused fields from serialbox_utils.py
halungge 0237b20
fix imports in io_utils.py
halungge 1b8271b
remove unused typed definition
halungge e0e8398
fix wrong import in test_diffusion_states.py
halungge acfc1cc
Merge branch 'main' into verify_global_model
halungge 050cbc9
use dallclose in diffusion
halungge 8516c51
diffusion: make choice of configuration flexible in tests
halungge 85583a9
- pass experiment name a argument to datapath
halungge 877f199
WIP diffusion single_step test for exclaim APE
halungge d745e5d
WIP (1) make velocity advection and solve nonhdyro tests parametrizab…
halungge e2d3583
WIP (2) make velocity advection and solve nonhdyro tests parametrizab…
halungge fcbf9ca
Merge branch 'main' into verify_global_model
halungge d7bd316
WIP (1) make solve_nonhydro.py choose configuration dynamically
halungge cf5a1a0
run test_solve_nonhydro.py::test_run_nonhydro_single_step for exclaim…
halungge c23d7e5
add experiment fixture to common and driver
halungge 0b14265
run on specified backend for test_diffusion_utils.py
halungge fdbfe63
enable both experiments in test_solve_nonhydro.py
halungge 085ad42
WIP: fix assert in test_diffusion.py
halungge f0dfaa1
merge main
halungge a4206ca
test_velocity_advection.py: for both experiments
halungge ac21490
test_diffusion.py: for both experiments
halungge e0f4298
fix tests: test_diffusion_utils.py, test_vertical.py
halungge c3df5aa
test_solve_nonhydro.py: invert args in dallclose, reference should be…
halungge d1efb33
add missing config parameters in Diffusion config
halungge eed4bc3
fix imports
halungge 68c8b77
- make data loading fixture dependent
halungge aed9489
- add logging to solve_nonhydro.py
halungge da7b2d2
remove wrong and unused grid.nflat_gradp
halungge 8eacbb9
set grid.limited_area according to experiment
halungge d1eb281
assert bounds in test
halungge 7e49286
pre-commit fixes
halungge ac8fea5
fix typo in stencil name
halungge b108aa5
fix typo in stencil name
halungge 767d64d
diffusion_tests:
halungge e36f8ae
add slow_tests marker to pytest_config.py
halungge 64c001d
get limited_area from grid savepoint metadata
halungge 3a43679
add rtol to diffusion asserts
halungge d09dfc3
merge from main
halungge 1a9243b
test_velocity_advection.py: fix order of reference and values in dall…
halungge 6ac6d0e
merge main
halungge 450761e
add TODOs for released tolerances
halungge 93c6a64
pre-commit fixes
halungge ef8be6d
cleanups
halungge b54f476
fix import of experiment fixture in model/common
halungge b96b7b4
fix nsubsteps in multistep test
halungge 3149f36
pre-commit
halungge c720607
merge main
halungge 23e78e4
merge main, resolve conflicts
halungge 7425855
fix merge errors:
halungge f5fd1e7
fix merge errors: test_velocity_advection.py
halungge 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for changing this!