NRLMSISE-00 ATMOSPHERE MODEL
Unofficial C++ port of the NRLMSISE-00 Model 2001 empirical atmosphere model.
This version of the code has been derived from the C source code of NRLMSISE-00 (version 2019-07-09), which in turn has been derived from the official NRLMSISE-00 version 2.0 Fortran release.
The following changes have been made:
git clone "https://github.com/alesmorse/nrlmsise-00.git"
cd nrlmsise-00
cmake -S . -B ./_build
cd _build
make testsudo make installThe sudo is there to give you the required permissions to install into your system directories (usually /usr/local).