@@ -76,3 +76,8 @@ The PRISMA pipeline uses the [NRLMSIS 2.0](https://ccmc.gsfc.nasa.gov/models/NRL
...
@@ -76,3 +76,8 @@ The PRISMA pipeline uses the [NRLMSIS 2.0](https://ccmc.gsfc.nasa.gov/models/NRL
NRLMSIS 2.0 is a major, reformulated upgrade of the previous version, [NRLMSISE-00](https://ccmc.gsfc.nasa.gov/models/NRLMSIS~00/).
NRLMSIS 2.0 is a major, reformulated upgrade of the previous version, [NRLMSISE-00](https://ccmc.gsfc.nasa.gov/models/NRLMSIS~00/).
To run this part of the code, you should build your own executable and place it (and other relevant files needed for the execution) in the `atmosphere/nrlmsis2.0` directory in the workspace.
To run this part of the code, you should build your own executable and place it (and other relevant files needed for the execution) in the `atmosphere/nrlmsis2.0` directory in the workspace.
This executable has to be named `msis20_windows.exe` for a Microsoft Windows platform or `msis20_linux.exe` for a Linux platform (the version for MacOS is not yet implemented in the pipeline).
This executable has to be named `msis20_windows.exe` for a Microsoft Windows platform or `msis20_linux.exe` for a Linux platform (the version for MacOS is not yet implemented in the pipeline).
Refer to the [Atmosphere](Atmosphere) page for more details.
NOTE: The MSIS 2.0 license is extremely restrictive.
The PRISMA pipeline just provides an IDL interface for the execution of the model, and it is freely available.
Users must respect the underlying MSIS 2.0 license.