Skip to content

2025.01.01

Latest
Compare
Choose a tag to compare
@rem1776 rem1776 released this 26 Feb 21:01
· 6 commits to main since this release
2480e11

[2025.01.01] - 2025-02-26

Known Issues

  • Diag Manager Rewrite: See the changelog for known output file differences regarding the new diag manager. The new diag_manager is disabled by default, so these differences will only be present if use_modern_diag is set to true in the diag_manager_nml.
  • BUILD(HDF5): HDF5 version 1.14.3 generates floating point exceptions, and will cause errors if FMS is built with FPE traps enabled. FPE traps are turned on when using the debug target in mkmf.
  • GCC: version 14.1.0 is unsupported due to a bug with strings that has come up previously in earlier versions. This will be caught by the configure script, but will cause compilation errors if using other build systems.
  • INTEL: The -check uninit flag for the Intel Oneapi Fortran compiler (ifx) is unsupported due to a bug causing false positives when using external libraries. If using the -check all flag, -check all,nouninit should be used instead.

Changed

  • DIAG_MANAGER: Changed the name of the yaml output file from "diag_out.yaml" to "diag_manifest.yaml" (#1646)

Added

  • DIAG_MANAGER: Added field to the yaml output file to specify the number of time levels written to a given file (#1648)