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
CitcomS
bin
etc
examples
lib
module
tests
visual
.gitignore -rw-r--r-- 345 bytes
AUTHORS -rw-r--r-- 220 bytes
COPYING -rw-r--r-- 17.6 KB
ChangeLog -rw-r--r-- 354.5 KB
INSTALL -rw-r--r-- 9.1 KB
Makefile.am -rw-r--r-- 1.4 KB
NEWS -rw-r--r-- 4.1 KB
README -rw-r--r-- 354 bytes
configure.ac -rw-r--r-- 5.4 KB
setup.py -rw-r--r-- 997 bytes

README

back to top