Skip to content

BoiVuong-NOAA/NCEPLIBS-ip

 
 

Repository files navigation

Interpolation Library

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.

Prerequisites

Compilers: GNU | Intel | Clang | AppleClang | PGI

Installing

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install /path/to/NCEPLIBS-ip
make -j2
make install

Testing

Testing requires pFUnit.

cmake -DENABLE_TESTS=ON -DCMAKE_PREFIX_PATH="/path/to/pfunit;/path/to/NCEPLIBS" /path/to/NCEPLIBS-ip
make -j2
make test

Version

3.3.0

Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 88.8%
  • Shell 6.6%
  • C 2.0%
  • CMake 1.4%
  • Other 1.2%