https://github.com/geodynamics/citcoms
Raw File
Tip revision: 0473ed5e226f2a1bc702fb1c6f1210ee721ddc33 authored by Rene Gassmoeller on 03 November 2022, 16:37:30 UTC
Merge pull request #10 from ljhwang/patch-1
Tip revision: 0473ed5
restart.cfg

[CitcomS.solver]
datafile = yyy
datadir_old = .           ; the directory of old checkpoint files
datafile_old = zzz        ; the prefix of old checkpoint files


[CitcomS.solver.ic]
restart = on              ; read old checkpoint files
solution_cycles_init = 2  ; restart from which time step

back to top