csubich
csubich
**Describe the bug** `fortls` does not parse include directives when joining continued lines. This leads to incorrect parsing, including a TypeError when the line-joining – which ignores preprocessor directives and...
### Description I'm using (attempting to use) `cartopy.crs.transform_vectors` to transform map-coordinate wind vectors from one projection to another, currently from a rotated lat-lon projection to an ordinary lat-lon projection. In...
### What happened? I have a large-ish weather dataset (mirrored version of a subset of WeatherBench2 data), which is stored on-disk as a collection of Zarr datasets, segregated by time....
Is there any way for a codec (as applied to encoding/decoding within zarr) to be reliably provided the shape of the chunk it is decoding? My use-case here is to...
The JAX API now includes more detailed control over the compilation process with jax.stages, but the xarray_jax wrapper here in graphcast does not seem to support jax.jit().lower: ```python import graphcast.xarray_jax...
### What happened? When loading a zarr-backed DataArray via a fsspec URL, if the DataArray has coordinates xarray appears to treat the load as a request for a Dataset, not...
### What happened? Recent versions of xarray have several regressions when dealing with zarrs by way of ZipStores. First, there is no longer transparent creation of a ZipStore-based zarr on...
### Zarr version 3.1.3 ### Numcodecs version 0.16.1 ### Python Version 3.11.3 ### Operating System Linux ### Installation Via binder, with xarray's blank_template.ipynb documentation example ### Description When dask provides...