-
Notifications
You must be signed in to change notification settings - Fork 6
Cartesian Biweekly 2021 03 16
Enrique G. Paredes edited this page Mar 31, 2021
·
1 revision
[ ] Will ensure CSCS can compile microphysics code
Projects look useful!
Plan to finish up higher dimensional fields to unblock work in sprint https://github.com/GridTools/gt4py/pull/338
Ensure work is coordinated with GTC cycle project
def example_stencil(field: Field[float]):
for i in range(ITER):
with computation(PARALLEL), interval(...):
...
GridTools/gt4py#246
GridTools/gt4py#375
Problem addressed in GridTools v2 using GridTools/gridtools#1612
+GridTools Extents and Horizontal Ifs
We have a workaround
https://github.com/jdahm/gt4py/commit/b06456188ad93d88950d863d28657103974f233b
This wiki is automatically updated from https://github.com/GridTools/concepts. See README on how to suggest changes.