# Schedule definitions for thorn CarpetIOHDF5 # $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/schedule.ccl,v 1.5 2004/03/12 00:13:25 cott Exp $ schedule CarpetIOHDF5Startup at STARTUP after IOUtil_Startup { LANG: C } "Startup routine" schedule CarpetIOHDF5ReadData at INITIAL { LANG: C OPTIONS: global } "Read initial data from file" schedule CarpetIOHDF5_EvolutionCheckpoint at CHECKPOINT { LANG: C OPTIONS: meta } "Do checkpointing" if (! CCTK_Equals (recover, "no") && *recover_file) { schedule CarpetIOHDF5_RecoverParameters at RECOVER_PARAMETERS { LANG:C OPTIONS: meta } "Parameter recovery routine" }