Difference between revisions of "Tool Box"
From Planets
(→zrecast) |
(→bash scripts) |
||
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, | |
+ | these files (which are of the same format as the start files) can later be used as initial states | ||
+ | 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 == | == Visualization software == |
Revision as of 09:03, 11 May 2022
Contents
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. As shown in figure 5.1, these files (which are of the same format as the start files) can later be used as initial states 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
ncview
paraview
planetoplot
python scripts
TO BE COMPLETED