Commit 5c15dd6
committed
Merge branch 'main' into distributed_standalone_driver
* main:
Scheduled Halo Exchange (#980)
Add missing metrics fields to `test_parallel_grid_manager.py` test (#1114)
Muphys: Lowering with single precision (#1101)
Add single-rank lsq pseudoinv factory test (#1099)
Cleanup Diffusion config (#1060)
Fortran bindings: fix numpy allocation and cleanups (#1112)
fix: fix gt4py metrics extractor in the StencilTest benchmarking (#1111)
py2fgen: don't recompile if unchanged (#1110)
CI for standalone_driver (#1070)
Update mpi4py and pymetis groups to make them optional (#1100)
Bump mshick/add-pr-comment from 2 to 3 (#1109)
Use inout fields for full_muphys as well (#1108)
Update GPU configuration for graupel (#1104)
Move the mask of _q_t_update outside in graupel (#1093)
Update gt4py to v1.1.7 (#1105)
cleanup for ugly if condition of single node default in lsq coeffs (#1103)File tree
74 files changed
+1290
-754
lines changed- .github/workflows
- ci
- model
- atmosphere
- advection
- src/icon4py/model/atmosphere/advection
- tests/advection
- integration_tests
- diffusion
- src/icon4py/model/atmosphere/diffusion
- tests/diffusion/integration_tests
- dycore
- src/icon4py/model/atmosphere/dycore
- subgrid_scale_physics
- microphysics
- tests/microphysics/integration_tests
- muphys
- src/icon4py/model/atmosphere/subgrid_scale_physics/muphys
- core
- common
- driver
- implementations
- tests/muphys/integration_tests
- common
- src/icon4py/model/common
- decomposition
- grid
- interpolation
- stencils
- metrics
- orchestration
- states
- tests/common
- decomposition
- mpi_tests
- unit_tests
- grid
- mpi_tests
- unit_tests
- interpolation
- mpi_tests
- unit_tests
- driver
- src/icon4py/model/driver
- standalone_driver
- src/icon4py/model/standalone_driver
- testcases
- tests/standalone_driver
- integration_tests
- testing
- src/icon4py/model/testing
- tools
- src/icon4py/tools/py2fgen
- wrappers
- tests/tools/py2fgen
- wrappers
- references/diffusion
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+1290
-754
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
| |||
313 | 315 | | |
314 | 316 | | |
315 | 317 | | |
316 | | - | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
317 | 323 | | |
318 | 324 | | |
319 | 325 | | |
| |||
396 | 402 | | |
397 | 403 | | |
398 | 404 | | |
399 | | - | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
400 | 410 | | |
401 | 411 | | |
402 | 412 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| |||
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| 273 | + | |
271 | 274 | | |
272 | 275 | | |
273 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 20 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | 156 | | |
159 | 157 | | |
160 | 158 | | |
| |||
212 | 210 | | |
213 | 211 | | |
214 | 212 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | 213 | | |
221 | 214 | | |
222 | 215 | | |
| |||
375 | 368 | | |
376 | 369 | | |
377 | 370 | | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | 371 | | |
382 | 372 | | |
383 | 373 | | |
| |||
428 | 418 | | |
429 | 419 | | |
430 | 420 | | |
431 | | - | |
| 421 | + | |
432 | 422 | | |
433 | 423 | | |
434 | 424 | | |
| |||
772 | 762 | | |
773 | 763 | | |
774 | 764 | | |
775 | | - | |
| 765 | + | |
776 | 766 | | |
777 | 767 | | |
778 | 768 | | |
779 | 769 | | |
| 770 | + | |
780 | 771 | | |
781 | 772 | | |
782 | 773 | | |
| |||
813 | 804 | | |
814 | 805 | | |
815 | 806 | | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
816 | 811 | | |
817 | 812 | | |
818 | 813 | | |
819 | 814 | | |
820 | 815 | | |
821 | | - | |
| 816 | + | |
| 817 | + | |
822 | 818 | | |
823 | 819 | | |
824 | 820 | | |
| |||
861 | 857 | | |
862 | 858 | | |
863 | 859 | | |
| 860 | + | |
864 | 861 | | |
865 | 862 | | |
866 | 863 | | |
867 | 864 | | |
868 | 865 | | |
869 | | - | |
| 866 | + | |
| 867 | + | |
870 | 868 | | |
871 | 869 | | |
872 | 870 | | |
| |||
882 | 880 | | |
883 | 881 | | |
884 | 882 | | |
885 | | - | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
886 | 889 | | |
887 | 890 | | |
888 | 891 | | |
| |||
928 | 931 | | |
929 | 932 | | |
930 | 933 | | |
931 | | - | |
| 934 | + | |
| 935 | + | |
932 | 936 | | |
933 | 937 | | |
934 | 938 | | |
| |||
0 commit comments