Skip to content

Releases: GEOS-ESM/MOM5

geos/5.1.0+2.1.0

12 Jun 15:28
358fa7a
Compare
Choose a tag to compare

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

29 May 13:56
33a7a40
Compare
Choose a tag to compare

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

23 Jul 12:17
d5fb80f
Compare
Choose a tag to compare

This release contains two updates:

  • Fixes for MOM5 configuration per @yvikhlya (#17)
  • Update Intel flags to avoid warning (#18)

Release consistent with GEOSadas-5_27_1_p3 CVS Tag as of 2021-Feb-25

26 Feb 18:09
5a5c2e9
Compare
Choose a tag to compare

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

20 Jul 20:09
c5a63ce
Compare
Choose a tag to compare

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

09 Jul 20:01
0d4bd9c
Compare
Choose a tag to compare

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

30 Jun 18:08
648fc58
Compare
Choose a tag to compare

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

05 Jun 18:20
d02b914
Compare
Choose a tag to compare

Changes:

  • mpp_update_domains fix for halos
  • uninitialized variables
  • add export of mixed layer depth

Rename GFDL_fms to fms

01 Oct 18:24
5a5c2e9
Compare
Choose a tag to compare

This renames GFDL_fms to fms for future work.

Initial Release with Semantic Versioning (geos5 branch)

26 Jul 11:28
423895e
Compare
Choose a tag to compare

Repository split from CVS ESMA Repository.

Equivalent to cvs/GEOSadas-5_25_0 release.