Difference between revisions of "Tool Box"

From Planets
Jump to: navigation, search
(bash scripts)
(Continuing Simulations)
Line 19: Line 19:
 
=== bash scripts ===
 
=== 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. As shown in figure 5.1,
+
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 (which are of the same format as the start files) can later be used as initial states
+
 
 +
These files can in fact be used as initial states using the following renaming:
 +
 
 
for a new simulation.
 
for a new simulation.
 
The restart files just need to be renamed:
 
The restart files just need to be renamed:

Revision as of 09:12, 11 May 2022

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