From 310f0ea48d18866b773136aed11200b6eda6378b Mon Sep 17 00:00:00 2001 From: eschnett <> Date: Thu, 1 Mar 2001 11:40:00 +0000 Subject: Initial revision darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz --- CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl (limited to 'CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl') diff --git a/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl b/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl new file mode 100644 index 000000000..bfc9fd9b0 --- /dev/null +++ b/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl @@ -0,0 +1,27 @@ +# Schedule definitions for thorn CarpetIOFlexIO +# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl,v 1.3 2003/12/01 13:15:52 cott Exp $ + +schedule CarpetIOFlexIO_Startup at STARTUP after IOUtil_Startup +{ + LANG: C +} "Startup routine" + +schedule CarpetIOFlexIO_ReadData at INITIAL +{ + LANG: C + OPTIONS: global +} "Read initial data from file" + +schedule CarpetIOFlexIO_EvolutionCheckpoint at CHECKPOINT +{ + LANG: C + OPTIONS: global +} "Do checkpointing" + +if (! CCTK_Equals (recover, "no") && *recover_file) +{ + schedule CarpetIOFlexIO_RecoverParameters at RECOVER_PARAMETERS + { + LANG:C + } "Parameter recovery routine" +} -- cgit v1.2.3