Dion Häfner

Results 68 issues of 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...

enhancement
P2 (eventual)
NVIDIA GPU

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...

performance
P1 (soon)
NVIDIA GPU

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...

bug
P0 (urgent)
needs info
NVIDIA GPU

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).

enhancement

- Erodes landmasses a bit too aggressively - Clearly mark as unvalidated - Grid refinement might be a bit too steep

enhancement

### 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...

enhancement

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...

enhancement