Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 889 Bytes

File metadata and controls

35 lines (24 loc) · 889 Bytes

GEMINI3D MSIS

ci

High-level MSIS interface allowing selection of MSIS versions. Default MSISE00, optional MSIS 2.x, which has its own license.

Build

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