Releases: NOAA-EMC/NCEPLIBS-nemsio
Version 2.5.4
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
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
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
Remove transitive linking of dependencies due downstream build issues
v2.5.0
Remove make build
v2.4.0
Update CMake config and build
Add PFUnit
Add Github Actions for CI and testing