omuse icon indicating copy to clipboard operation
omuse copied to clipboard

The Oceanographic Multi-purpose Software Environment: a package for multi-physics and multi-scale earth science simulations.

Results 33 omuse issues
Sort by recently updated
recently updated
newest added

The following feature in setuptools has been deprecated for almost 2 years and is about to be removed: https://github.com/pypa/setuptools/blob/1ed759173983656734c3606e9c97a348895e5e0c/setuptools/command/build.py#L13-L27 It might be a good idea to import `build` directly from...

- POP internally has two versions of the prognostic variables: `old` and `current`. Previous implementation only exposed the `current` one in getter, and setter functions duplicated the data in both...

Resolves https://github.com/omuse-geoscience/omuse/issues/82 Adds a new module, similar to the ERA5 module that can take any local data file (only supports netcdf format for now) and expose it as a model...

enhancement

When running the partitioner class on a global model, it returns an error: `** ERROR : network is not orthogonal`

bug

Currently when using the [bilinear_2D_remapper ](https://github.com/amusecode/amuse/blob/72c4a3c32c21e48f3a823af9f742c7de2684138b/src/amuse/ext/grid_remappers.py#L185), (or any other mapper for that matter) to map a dataset (either from the ERA5 module or the Data module) to a model (in...

It would be good if the interface of the data and era5 modules resembles the other model interfaces more to enable straightforward coupling of models with data. Suggestions (please add):...

enhancement

Implementation in https://github.com/omuse-geoscience/omuse/pull/87 --- The ERA5 interface enables us to download ERA5 data as netcfd files and access them as a regular model grid inside OMUSE. However more flexibility is...

enhancement

See also https://github.com/amusecode/amuse/discussions/946 A similar issue is that stopping a worker and then starting another one needs 2*N+1 processors It would be nice if this could be solved in a...

As per commit https://github.com/omuse-geoscience/omuse/commit/6aacba69e9e0d4d2a6c2d8ee840a27f51f39b64a where the dependency on `amuse-framework` was changed to `amuse-develop` in [setup.py](https://github.com/omuse-geoscience/omuse/blob/master/setup.py), the installation instructions are out of date. amuse-develop should be installed by cloning the amuse...

documentation

Currently the HollandHurricane model (src/omuse/ext/hurricane_models.py) always starts from the start (top line) of the hurricane track file that is provided at initialization. This results in unexpected/unwanted behavior when it is...

enhancement