Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@AlexanderRichert-NOAA AlexanderRichert-NOAA released this 23 Jan 01:55
· 13 commits to develop since this release
cfbcd25

We are pleased to announce the release of version 5.0.0 of NCEPLIBS-ip.

The NCEP general interpolation library contains Fortran 90 subprograms to be used for interpolating between nearly all (rectilinear) grids used at NCEP.

For more detailed documentation see https://noaa-emc.github.io/NCEPLIBS-ip/.

New This Release

  • This releases merges the functionality of NCEPLIBS-sp library (as of v2.5.0) into NCEPLIBS-ip (#93). The subroutines from the sp library can be accessed in the same way as before, i.e., simply link to ip v5.0.0 and they will be available without the need for use statements (this will change in the next release, where former sp functionality will be accessed through Fortran modules). In most cases, codes using NCEPLIBS-sp should be able to remove any sp-related module loads or CMake find_library or find_package calls and use NCEPLIBS-ip v5.0.0 instead without further code modification. Note that NCEPLIBS-sp documentation has been merged into the updated NCEPLIBS-ip documentation.
  • Fixed a bug that was causing issues for building tests with multiple make threads. (#209)

For a full list of changes in this release, see https://github.com/NOAA-EMC/NCEPLIBS-ip/projects/8

What's Changed

Full Changelog: v4.4.0...v5.0.0