Remove KOKKOS_MUPHYS scheme and retain only AES_GRAUPEL in muphys module - #1454
Remove KOKKOS_MUPHYS scheme and retain only AES_GRAUPEL in muphys module#1454edopao wants to merge 7 commits into
Conversation
| @@ -1,127 +0,0 @@ | |||
| # ICON4Py - ICON inspired code in Python and GT4Py | |||
There was a problem hiding this comment.
I think we should discuss if we keep them (we could great a new reference from the icon4py implementation). Briefly discussed this with Jacopo, but forgot what the conclusion was. We should define what the muphys component in icon4py should be, the one that is tested in these tests or the one that returns tendencies...
|
When developing, you can test your changes on CSCS CI before merge with the You can pass options to override pipeline variables, for example:
Available options are:
For each option, See The Merging Once your PR is approved and ready for merging, add it to the merge queue. The Optional Tests To run benchmarks you can use:
For more detailed information please look at CI in the EXCLAIM universe. |
This PR removes the legacy KOKKOS_MUPHYS scheme from the muphys microphysics module, making AES_GRAUPEL the sole remaining scheme. Changes include:
The AES_GRAUPEL scheme (based on ICON's mo_aes_graupel.f90) is now the only microphysics implementation, simplifying maintenance and reducing code complexity.