Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@kgerheiser kgerheiser released this 04 Jan 15:58
· 313 commits to develop since this release
4265a72

We are pleased to announce the release of version 4.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

  • Combined the ip and ip2 libraries. Existing interfaces remain the same, but they are now in a Fortran module. Add use ip_mod to access ip/ip2 routines (see #38).
  • Compiler will be more strict about proper typke/kind/rank passed to subroutines.
  • The individual tests from ip/ip2 pass along with the regression tests from UFS_UTILS.
  • Converted documentation to Doxygen. See #22

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