omuse
omuse copied to clipboard
The Oceanographic Multi-purpose Software Environment: a package for multi-physics and multi-scale earth science simulations.
When running the Delft3DFM model with multiple workers, while using ERA5 netcdf files for global forcing through the forcing interface of Delft3DFM itself (instead of using the ERA5 interface in...
Currently there is no documentation on how to build and us the Delft3DFM model in Omuse.
I propose to go back to a single main branch, we currently have two: master and mosaic Can we list potential reasons why this is not a good idea? (While...
OMUSE only has support for loading a single POP state when doing a restart from a previous run. This state is used for both `oldtime` and `curtime`. This seems wrong...
A number of import in setup_codes.py will be deprecated with upcoming python version and some packages information need to be moved from setup.py to pyproject.toml.
its usually best to assume DOWNLOAD_CODES=1 for this to happen makefiles must: - [ ] check wether src is already available - [ ] clean must remove build artefacts -...
OMUSE docs need to be expanded and reogranized - [ ] general framework documentation - [ ] utilities and extension doc - [ ] move dales and era5 to codes...
``` $ python setup.py build_codes --inplace running build_codes building libraries and community codes build, for logging, see 'build.log' [12:03:38] building adcirc [12:03:38] building cdo [12:03:38] building dales [12:03:39] building iemic...
- it may be better to allow for out of tree installs of delft3d in the manner of iemic - its a bit tricky with the hot patching though