Extremal_Run#

Run simulation at fixed stress.

  1. Run file["/Thermal/snapshots"].attrs["preparation"] events and take snapshot.

  2. Run file["/Thermal/avalanches/idx"].shape[1] events, and record:

    1. Sequence of failing blocks:

      • time t

      • flat index of failing block idx

    2. Snapshot.

  3. Run file["/Thermal/snapshots"].attrs["interval"] events and take snapshot.

  4. Repeat from 1.

usage: Extremal_Run [-h] [--develop] [-v] [--buffer asSeconds]
                    [--walltime asSeconds] [--save-duration asSeconds]
                    [-n int]
                    Path

Positional Arguments#

file

Input/output file

Named Arguments#

--develop

Allow uncommitted

Default: False

-v, --version

show program’s version number and exit

--buffer

Write interval to write partial (restartable) data

Default: 1800

--walltime

Walltime at which to stop

Default: 9223372036854775807

--save-duration

Duration to reserve for saving data

Default: 0

-n, --snapshots

Total #snapshots to sample (save storage by using a multiple of 16)

Default: 112

See also: depinning_creep_2024.Extremal.Run()