Skip to content

Releases: NOAA-EMC/NCEPLIBS-nemsio

Version 2.5.4

28 Oct 18:48
48bda6f
Compare
Choose a tag to compare

We are pleased to announce the release of version 2.5.4 of NCEPLIBS-nemsio.

The nemsio library performs I/O for the NCEP models using NEMS. This is part of the NCEPLIBS project.

For complete documentation see https://noaa-emc.github.io/NCEPLIBS-nemsio/.

New This Release

  • Make MPI optional so Nemsio can be built serially (see #59)

The full list of changes can be found at: https://github.com/NOAA-EMC/NCEPLIBS-nemsio/projects/3

Version 2.5.3

21 Sep 14:13
0bb4bab
Compare
Choose a tag to compare

We are pleased to announce the release of version 2.5.3 of NCEPLIBS-nemsio.

The nemsio library performs I/O for the NCEP models using NEMS. This is part of the NCEPLIBS project.

For complete documentation see https://noaa-emc.github.io/NCEPLIBS-nemsio/.

New This Release

  • Converted to use new, combined w3emc library, instead of w3nco. (See #33).
  • Improved doxygen documentation build. (See #51, #52).
  • Removed pfUnit test framework. (See #29).

The full list of changes can be found at: https://github.com/NOAA-EMC/NCEPLIBS-nemsio/projects/2

v2.5.2

01 Sep 17:35
2237fe4
Compare
Choose a tag to compare

Fix for GCC 10

Remove -mkl and free-form flags (code was already free-form)

Settable flags with CMAKE_<lang>_FLAGS

Clean-up compiler detection logic

v2.5.1

30 Jun 17:00
6278632
Compare
Choose a tag to compare

Remove transitive linking of dependencies due downstream build issues

v2.5.0

26 Jun 20:09
e422268
Compare
Choose a tag to compare

Remove make build

v2.4.0

26 Jun 17:30
ca52350
Compare
Choose a tag to compare

Update CMake config and build

Add PFUnit

Add Github Actions for CI and testing