Difference between revisions of "Tool Box"
From Planets
(→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. | + | 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. | 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
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. 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
ncview
paraview
planetoplot
python scripts
TO BE COMPLETED