High-level MSIS interface allowing selection of MSIS versions. Default MSISE00, optional MSIS 2.x, which has its own license.
Under directory "build/" provides
- executable: bin/msis_setup executable and
- library: lib/msis_ifc
cmake -B build --install-prefix=$HOME/mylibs
cmake --build build
# optional
ctest --test-dir build
cmake --install build
By default the "msis_setup" executable is created, that requires h5fortran + HDF5. To build just the MSIS library interface without using HDF5:
cmake -Bbuild -Dmsis_BUILD_UTILS=off
cmake --build build