-
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
Remove lhdiff_rcf from solve_nonhydro config #431
Conversation
… is by default True and redundant after discussion with Anurag
cscs-ci run default |
launch jenkins spack |
model/atmosphere/dycore/src/icon4py/model/atmosphere/dycore/nh_solve/solve_nonhydro.py
Show resolved
Hide resolved
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.
It is actually also still in diffusion.py
, where it is also named lhdiff_rcf
I searched for apply_horizontal_diffusion_at_large_dt
before. Can you remove it there as well?
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. |
Yes. I have removed |
launch jenkins spack |
cscs-ci run default |
* Remove lhdiff_rcf from diffusion and solve_nonhydro config because it is by default True and redundant after discussion with Anurag * Remove lhdiff_rcf in diffusion. lhdiff_rcf in py2fgen has to be removed too.
* Remove lhdiff_rcf from diffusion and solve_nonhydro config because it is by default True and redundant after discussion with Anurag * Remove lhdiff_rcf in diffusion. lhdiff_rcf in py2fgen has to be removed too.
I remove the option
lhdiff_rcf
fromsolve_nonhydro
anddiffusion
config because diffusion should only be applied at the full time step, and thus it is redundant after discussion with Anurag.