-
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
Pass domain sizes to all programs #320
Conversation
cscs-ci run |
launch jenkins spack |
launch jenkins icon |
launch jenkins spack |
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.
I did some random checks for reference type hints in tests and found a couple of mistakes. Please check them all
...sion/src/icon4py/model/atmosphere/diffusion/stencils/calculate_diagnostics_for_turbulence.py
Outdated
Show resolved
Hide resolved
model/atmosphere/diffusion/tests/stencil_tests/test_apply_nabla2_to_vn_in_lateral_boundary.py
Outdated
Show resolved
Hide resolved
...iffusion/tests/stencil_tests/test_enhance_diffusion_coefficient_for_grid_point_cold_pools.py
Show resolved
Hide resolved
model/atmosphere/dycore/tests/stencil_tests/test_mo_solve_nonhydro_stencil_04.py
Outdated
Show resolved
Hide resolved
model/atmosphere/dycore/tests/stencil_tests/test_mo_solve_nonhydro_stencil_51.py
Outdated
Show resolved
Hide resolved
horizontal_start: int32, | ||
horizontal_end: int32, | ||
vertical_start: int32, | ||
vertical_end: int32, | ||
z_w_concorr_me: Field[[EdgeDim, KDim], vpfloat], |
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.
put before start/end indices
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.
this seems to have fixed the issue, thanks for spotting it!
Mandatory Tests Please make sure you run these tests via comment before you merge!
Optional Tests In case your change might affect downstream icon-exclaim, please consider running
For more detailed information please look at CI in the EXCLAIM universe. |
cscs-ci run |
launch jenkins spack |
launch jenkins spack |
No description provided.