Revision 8f2682aa0174859f4d4590a933bf0a89b5a2324b authored by Eh Tan on 16 August 2007, 21:36:18 UTC, committed by Eh Tan on 16 August 2007, 21:36:18 UTC
The checkpoint file is called [datafile].chkpt.[rank].[step] and is outputed with 
an interval of controller.checkpointFrequency.

To read back the checkpoint file, set solver.ic.restart=on. The old checkpoint
file, [datafile_old].chkpt.[rank].[solution_cycles_init] will be read in. 

The old way of restarting (read in temperature from the velo files) will still
be available through solver.ic.tic_method=-1.

Setting solver.tracer.ic_method=2 will read the old *.tracer.* files as before,
but the composition field will be calculated according to the tracers, not read
from the *.comp_el.* files. The parameter solver.tracer.reset_initial_composition 
becomes obsolete.

1 parent 7c82fa3
History
File Mode Size
Exchanger
CitcomSmodule.c -rw-r--r-- 1.9 KB
CitcomSmodule.h -rw-r--r-- 1.3 KB
Makefile.am -rw-r--r-- 2.1 KB
advdiffu.c -rw-r--r-- 3.5 KB
advdiffu.h -rw-r--r-- 1.8 KB
bindings.c -rw-r--r-- 9.9 KB
bindings.h -rw-r--r-- 1.2 KB
exceptions.c -rw-r--r-- 1.1 KB
exceptions.h -rw-r--r-- 1.2 KB
getProperty.h -rw-r--r-- 2.9 KB
initial_conditions.c -rw-r--r-- 4.9 KB
initial_conditions.h -rw-r--r-- 2.3 KB
mesher.c -rw-r--r-- 2.2 KB
mesher.h -rw-r--r-- 1.5 KB
misc.c -rw-r--r-- 10.0 KB
misc.h -rw-r--r-- 3.9 KB
outputs.c -rw-r--r-- 3.0 KB
outputs.h -rw-r--r-- 1.7 KB
setProperties.c -rw-r--r-- 28.6 KB
setProperties.h -rw-r--r-- 3.3 KB
stokes_solver.c -rw-r--r-- 7.4 KB
stokes_solver.h -rw-r--r-- 3.1 KB

back to top