Dion Häfner
Dion Häfner
I am building a larger application with Jax, and compiling all the kernels adds about a minute of overhead until we're ready to run. It would be great if Jax...
I am implementing the [tridiagonal matrix algorithm](https://en.wikipedia.org/wiki/Tridiagonal_matrix_algorithm) (TDMA) to solve many tridiagonal systems of the same shape in two sweeps (one forward and one backward pass). The shape of each...
I am encountering an issue where compilation on GPU hangs forever in a semi-deterministic way (happens every time, but at slightly different places). All functions have been compiled successfully before...
See https://github.com/python-versioneer/python-versioneer/issues/314
This mostly implies to add canonical names as attributes to all variables (at least those relevant for output).
- Erodes landmasses a bit too aggressively - Clearly mark as unvalidated - Grid refinement might be a bit too steep
### Input field interpolator E.g. in `global_1deg`, data is just assumed to be on the same grid as the model setup. Ideally, we would have a smart reader for external...
Currently, `set_grid` is expected to set the grid origin and spacings. In my experience it is usually more practical to set the grid points directly. We will have to figure...