Releases: meom-group/eophis
Releases · meom-group/eophis
v1.0.0
Stable Eophis_v1.0.0 release
-
Updates :
- static and dynamic exchanges of 2D/3D fields with/out overlapping cells (halo)
- automatic definition of OASIS parameters to get grid with/out halo cells
- automatic reconstruction of grid with halo cells, cells values filled in accordance with boundary condition
- execution on hybrid CPU/GPU hardwares (see here)
- updated documentation
- operating tests for halo manipulation (also documented)
- automatic installation of Python dependencies
- pre-defined domains with halos for T,U,V,F eORCA025 NEMO grids
- minor bugfixes since beta release
-
Assets :
- Apptainer images for amd64 (X86) and arm64 (aarch64) architectures
-
Kept unchanged :
- read and write of OASIS coupling namelist
- read ocean namelist only
- sequential and parallel execution
- testing routines
v0.9.2
-
Updates :
- docs
- wording in sources and docs
- testing routine
- redundancy in Namcouple API removed
-
Kept unchanged :
- read and write of OASIS coupling namelist
- read ocean namelist only
- perform static and dynamic exchanges of 2D/3D fields without overlapping cells
- sequential and parallel execution (CPU only)
v0.9.1
-
Updates :
- bugfix : eophis may be normally installed with "pip install ."
- OASIS namelist created from scratch if inot found and not copied from pre-defined file anymore
- Abovementioned pre-defined file removed from package
- update pre-defined eORCA025 grid size
- update package tree : "src" moved to "eophis"
-
Keep unchanged :
- read and write of OASIS coupling namelist
- read ocean namelist only
- perform static and dynamic exchanges of 2D/3D fields without overlapping cells
- sequential and parallel execution (CPU only)
v0.9.0
Features :
- read and write of OASIS coupling namelist
- read ocean namelist only
- perform static and dynamic exchanges of 2D/3D fields
- sequential and parallel execution (CPU only)
- overlapping not implemented yet