-
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
move dycore stencils to sub packages stencils #595
Conversation
cscs-ci run default |
cscs-ci run default |
remove illegal import in common/tests
cscs-ci run default |
1 similar comment
cscs-ci run default |
cscs-ci run default |
@@ -39,9 +40,9 @@ class DiagnosticStateNonHydro: | |||
ddt_w_adv_ntl2: fa.CellKField[float] | |||
|
|||
# Analysis increments |
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.
For the JW case those are initialized with None
. So I patched the type annotation.
cscs-ci run default |
cscs-ci run default |
cscs-ci run default |
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.
LGTM. Do you already know if it works properly with the blue line?
model/atmosphere/dycore/tests/dycore_tests/test_solve_nonhydro.py
Outdated
Show resolved
Hide resolved
@@ -283,7 +280,7 @@ def test_compute_d2dexdz2_fac_mc(icon_grid, metrics_savepoint, grid_savepoint, b | |||
del_t_bg=del_t_bg, | |||
h_scal_bg=h_scal_bg, | |||
igradp_method=3, | |||
igradp_constant=HorizontalPressureDiscretizationType.TAYLOR_HYDRO, | |||
igradp_constant=3, |
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.
Just a question: why inlining the constant value here instead of the previous approach?
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.
Because it the enum is defined in dycore. I don't know why tach
did not capture this. Because it is in tests
and we only check the src
folders?
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.
Yes, that looks like the most likely reason.
It looks to me as there is no CI in the blueline currently... It is this icon-exclaim PR |
Co-authored-by: Enrique González Paredes <enriqueg@cscs.ch>
cscs-ci run default |
Mandatory Tests Please make sure you run these tests via comment before you merge!
Optional Tests To run benchmarks you can use:
To run tests and benchmarks with the DaCe backend you can use:
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 default |
launch jenkins spack |
* move dycore stencils to sub packages stencils --------- Co-authored-by: Enrique González Paredes <enriqueg@cscs.ch>
Clean up dycore package of icon4py repository:
icon4py.model.atmosphere.dycore
to astencils
sub packagevelocity
solve_nonhyrdo
andstates
in dycoreadditional changes
dycore
incommon/tests