Tool Box

From Planets
Revision as of 09:12, 11 May 2022 by Martin.turbet (talk | contribs) (Continuing Simulations)

Jump to: navigation, search

Pre-processing Tools

newstart

start2archive

visualization tools

other third party scripts and tools

TO BE COMPLETED

Post-processing tools

zrecast

TO BE COMPLETED

mass stream function

TO BE COMPLETED

Continuing Simulations

bash scripts

At the end of a simulation, the model generates restart files (files 'restart.nc' and 'restartfi.nc') which contain the final state of the model. The 'restart.nc' and 'restartfi.nc' files have the same format as the 'start.nc' and 'startfi.nc' files, respectively.

These files can in fact be used as initial states using the following renaming:

for a new simulation. The restart files just need to be renamed: mv restart.nc start.nc mv restartfi.nc startfi.nc and running a simulation with these will in fact resume the simulation from where the previous run ended.

Visualization software

Panoply

Screenshot of panoply showing here LMD Generic results for the exoplanet TRAPPIST-1e

ncview

paraview

planetoplot

python scripts

TO BE COMPLETED