Skip to content

Releases: NOAA-GFDL/FMScoupler

2020.03

08 Oct 23:59
3b4ed9f
Compare
Choose a tag to compare

Added

COUPLER_MAIN

  • Adds support for gregorian calenders

Removed

ATM_LAND_ICE_FLUX_EXCHANGE

  • Removed deprecated calls for creating and setting up Ice%ocean_fluxes_top

Patch release version 2019.01.02

29 May 19:55
f48e67b
Compare
Choose a tag to compare

The public interface diag_axis_init has changed in 2020.02 (fms2 work).
One optional argument is added. However this optional argument is required
for the "corner" diagnostics to work.
MOM6/SIS2 developers requsted an interim FMS "release" with just this interface
change so that they can use it to make changes to their dev/gfdl branch that
uses the new interface without actually using fms2 diag_manager.
This update is an attempt to address that request.

Version 2020.02

01 May 19:17
910d64f
Compare
Choose a tag to compare

[2020.02] - 2020-05-01

Fixed

  • ATMOS_OCEAN_FLUXES_CALC: Fixes div_by_zero error in debug when the ocean gas concentration is zero (e.g. over land points). An epsilon value (1e30) is substituted at points that have zero gas concentration.

Version 2020.01

13 Mar 22:12
5159c67
Compare
Choose a tag to compare

What's new in version 2020.01

  • Adds updated test cases to the simple ice model for varying SST maximum lattitude

Version 2019.01

26 Nov 19:40
f48e67b
Compare
Choose a tag to compare

What's new in version 2019.01

  • switch from "city" versioning style to yyyy.<2_digit_version_number>.<2-digit-patch number> style
  • main development branch is master instead of dev/master
  • updated affinity placement to use new FMS API
  • simple coupler is added to this repository. If using the full coupler, only include full/ and shared/

Version 2019.01.01

23 Jan 20:18
f48e67b
Compare
Choose a tag to compare

Patch release 2019.01.01

Revert the default use of quad precision in NOAA-GFDL/FMS to pre-2019.01 behavior. To enable quad precision, the preprocessor macro ENABLE_QUAD_PRECISION must be defined at compile time. Defining ENABLE_QUAD_PRECISION will #undef NO_QUAD_PRECISION in platform.h.