Releases: GEOS-ESM/MOM5
geos/5.1.0+2.1.0
This release has a minor CMake change moving from the non-standard fms_r8
target to FMS::fms_r8
What's Changed
Full Changelog: geos/5.1.0+2.0.0...geos/5.1.0+2.1.0
Updates for FMS 2024.01
This release of the GEOS fork of MOM5 is to allow GEOS to move to FMS 2024.01 in Baselibs.
The release enables the drifters code inside of MOM5 as it was deprecated in FMS 2024.01
NOTE: Only use this with FMS 2024.01 or an FMS code where the drifters code has not been compiled into FMS.
What's Changed
Full Changelog: geos/5.1.0+1.2.0...geos/5.1.0+2.0.0
Fixes for MOM5 Configuration
Release consistent with GEOSadas-5_27_1_p3 CVS Tag as of 2021-Feb-25
This release is equivalent to the GEOSadas-5_27_1_p3
CVS tag as of 2021-Feb-25.
It is also equivalent to the git tag cvs/GEOSadas-5_27_1_p3
Update for GNU Build with Simultaneous MOM6
This release renames ocean_state_type
to mom5_ocean_state_type
. This is needed because of an odd GNU build error when building both MOM5 and MOM6 within GEOSgcm. GNU was having issues distinguishing the ocean_state_type
in MOM6 from that in MOM5.
This is most likely a bug in GNU, but as MOM5 is essentially "frozen" code at this point, this is the simplest fix for now as the code will never be merged back up to the parent fork.
Concomitant updates are needed in the MOM5 Plug as seen here: GEOS-ESM/GEOSgcm_GridComp#317
Build MOM5 as a shared library
This change in CMakeLists.txt is necessary so that MOM5 is a shared library, just as MOM6 is in GEOS.
Note: Reg version number of "this" release, the first bit corresponds to release number (5.1.0) from GFDL and the next is the GEOS version number (1.1.0).
Improved integration with JEDI
Updates to CMakeLists.
NOTE: Requires FMS geos/2019.01.02 to build as the CMake changes here are dependent on CMake changes there.
Updates and Bugfixes
Changes:
- mpp_update_domains fix for halos
- uninitialized variables
- add export of mixed layer depth
Rename GFDL_fms to fms
This renames GFDL_fms to fms for future work.
Initial Release with Semantic Versioning (geos5 branch)
Repository split from CVS ESMA Repository.
Equivalent to cvs/GEOSadas-5_25_0
release.