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

Verify global model #315

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