From df8bb95c19fd2476e762daa0f4880fea475e3b34 Mon Sep 17 00:00:00 2001 From: pollney Date: Fri, 13 Dec 2002 15:39:01 +0000 Subject: Modified output so that data is appended after checkpoint, rather than deleting any existing files. * Starting a run from scratch will still wipe out any files that already exist in the output directory, as is usual for cactus 1d data. * If you do a horizon find on the timestep when you are also checkpointing, then you'll end up with a duplicate point in the output, as the horizon is found again at restart. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@320 89daf98e-ef62-4674-b946-b8ff9de2216c --- schedule.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 4cbf7e7..1e17003 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -20,6 +20,11 @@ schedule AHFinder_ParamCheck at PARAMCHECK LANG: Fortran } "Check for physical or conformal metric" +schedule AHFinder_InitOutput at CCTK_INITIAL +{ + LANG: Fortran +} "Create output files, write headers" + if (ahf_active) { STORAGE: hole1_bounds,hole2_bounds,hole3_bounds,ahf_centroid -- cgit v1.2.3