The NCEP general interpolation library (iplib) contains Fortran 90 subprograms to be used for interpolating between nearly all (rectilinear) grids used at NCEP. For more detailed documentation see README.iplib.
Compilers: GNU | Intel | Clang | AppleClang | PGI
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install /path/to/NCEPLIBS-ip
make -j2
make install
Testing requires pFUnit.
cmake -DENABLE_TESTS=ON -DCMAKE_PREFIX_PATH="/path/to/pfunit;/path/to/NCEPLIBS" /path/to/NCEPLIBS-ip
make -j2
make test
3.3.0