xarray-simlab icon indicating copy to clipboard operation
xarray-simlab copied to clipboard

Xarray extension and framework for computer model simulations

Results 29 xarray-simlab issues
Sort by recently updated
recently updated
newest added

Hello @benbovy, I noted a strange behavior with the framework. It is illustrated in the following basic model. It should produce an output array that goes from 0 to 1...

Since the `any_object` class does not specify intent and is passed (AFAIK) as-is to other processes, there could be concurrency problems when multiple processes try to mutate it. # possible...

- [x] Closes #xxxx - [x] Tests added - [x] Passes `black . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API added...

from @eho-tacc's https://github.com/benbovy/xarray-simlab/issues/140#issuecomment-709586253 > I think it would be really useful to expose variable metadata in the group (and generally across the package, but that's a different point) Even though...

enhancement
design

- [x ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API Documentation for both #178 custom dependencies and #179 strict checking. Exposing them in `update_processes` and...

- [x] Closes #xxxx - [x] Tests added - [x] Passes `black . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API #depends...

- [x] Closes #xxxx - [x] Tests added - [x] Passes `black . && flake8` - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API...

:+1: for the new release. I was wondering if it would be laborious to support sparse (https://github.com/pydata/sparse) arrays. I have an issue with this line https://github.com/benbovy/xarray-simlab/blob/master/xsimlab/stores.py#L193 `dtype = getattr(value, "dtype",...

question

While again thinking about having a model with multiple timesteps, I thought it would be possible with a model inside a process. Then running `model.execute` inside every stage, would run...

I feel a bit guilty that #164 was initially about visualizing inout variables, but that has not been properly addressed in the following discussion or PRs. Furthermore, the checking algorithm...