Difference between revisions of "Tool Box"

From Planets
Jump to: navigation, search
(Continuing Simulations)
(Continuing Simulations)
Line 17: Line 17:
  
 
== Continuing Simulations ==
 
== 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.  
 
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.  
Line 29: Line 28:
 
and running a simulation with these will in fact resume the simulation from where the
 
and running a simulation with these will in fact resume the simulation from where the
 
previous run ended.
 
previous run ended.
 +
 +
=== bash scripts ===
  
 
== Visualization software ==
 
== Visualization software ==

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

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.

bash scripts

Visualization software

Panoply

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

ncview

paraview

planetoplot

python scripts

TO BE COMPLETED