@@ -75,4 +75,4 @@ To install these libraries, follow the download links provided in the list and p
The PRISMA pipeline uses the [NRLMSIS 2.0](https://ccmc.gsfc.nasa.gov/models/NRLMSIS~2.0/) empirical model to define the state of the atmospheric (density and temperature) within the solution of the dynamic evolution of the meteoroid in the atmosphere (see the [dynamic_model.pro] page).
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.
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).
\ No newline at end of file
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).