-
Per discussion with @matt-long, it would be useful to add a least squares polynomial fit to esmlab:
```python
import xarray as xr
import dask.array as da
def _order_and_stack(darr, dim):
d…
-
Based on a discussion today, I think we want to have a batch processing capability in esmlab based on dask-mpi.
All the functions in `esmlab.climatology` accept and return arguments of type `xr.Da…
-
I am trying to build onto #93 and reduce the time that is needed to create the reference file:
My setup is the following:
```python
import dask
from dask.diagnostics import ProgressBar
from tq…
-
If I use `chunks='auto'` for reading the subset file:
```python
xarray.open_dataset(subset_filename, chunks='auto')
```
Then [extrapolate_water_elevation_to_dry_areas()](https://github.com/noaa-o…
-
Try `dask` on `h5pyd` instead of `h5py` to see if there are issues.
-
### Software versions
Python version : 3.10.11 | packaged by conda-forge | (main, May 10 2023, 19:07:22) [Clang 14.0.6 ]
IPython version : 8.13.2
Tornado version : 6.3.3
Bokeh ve…
-
Hello,
We (I and @Kobzol) are working on a Rust implementation of dask-scheduler as an experimental drop-in replacement of dask-scheduler without any modification on worker/client side. It is an…
-
A recurring problem is that the GRN inference step of pySCENIC (using [Arboreto](https://github.com/tmoerman/arboreto)'s GRNBoost2/GENIE3 implementation) fails to complete successfully. This seems to …
-
Hello, Jim.
It may be helpful to clarify whether or not the resource usage of schedulers contributes to the cluster limits. For example, if `cluster_max_cores = 10` and the scheduler uses 0.5 cores…
-
I am attempting to do computations of the carbonate system in model output. I use `xarray` to load and analyze these data with lazy computations, meaning that data are only loaded into memory as a fin…