interrupting lyapunov mentioned in README

This commit is contained in:
Ian Jauslin 2025-01-31 21:59:41 -05:00
parent 06e5b0e0da
commit d1992eca70

View File

@ -164,14 +164,15 @@ should be a `;` sperated list of `key=value` pairs. The possible keys are
# Interrupting and resuming the computation # Interrupting and resuming the computation
The `enstrophy` computation can be interrupted by sending Nstrophy the `SIGINT` The `enstrophy` and `lyapunov` computations can be interrupted by sending
signal (e.g. by pressing `Ctrl-C`.) When Nstrophy receives the `SIGINT` signal, Nstrophy the `SIGINT` signal (e.g. by pressing `Ctrl-C`.) When Nstrophy
it finishes its current step and writes the value of uk, either to `savefile` receives the `SIGINT` signal, it finishes its current step and writes the value
if such a file was specified on the command line (using the `-s` flag), or to of uk, either to `savefile` if such a file was specified on the command line
`stderr`. In addition, when a `savefile` is specified it writes the command (using the `-s` flag), or to `stderr`. In addition, when a `savefile` is
that needs to be used to resume the computation (which essentially just sets specified it writes the command that needs to be used to resume the computation
the appropriate `starting_time` and `init:file:<savefile>` parameters. The data (which essentially just sets the appropriate `starting_time` and
written to the `savefile` is binary. `init:file:<savefile>` parameters). The data written to the `savefile` is
binary.
# License # License