From 04923dd0a2f573c2422d9528135923e336fd1107 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 15 Nov 2011 11:59:53 -0500 Subject: CarpetIOASCII: Add new "compact" output format Add support for a more compact output format with fewer columns and lines, enabled by IOASCII::compact_format=yes. --- Carpet/CarpetIOASCII/test/coords.par | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Carpet/CarpetIOASCII/test/coords.par (limited to 'Carpet/CarpetIOASCII/test/coords.par') diff --git a/Carpet/CarpetIOASCII/test/coords.par b/Carpet/CarpetIOASCII/test/coords.par new file mode 100644 index 000000000..a35d59066 --- /dev/null +++ b/Carpet/CarpetIOASCII/test/coords.par @@ -0,0 +1,43 @@ +ActiveThorns = " + Carpet + CarpetIOASCII + CarpetLib + CarpetReduce + CartGrid3D + CoordBase + IOUtil + LoopControl + SphericalSurface + SymBase +" + +IO::out_dir = $parfile + +Carpet::global_nx = 7 +Carpet::global_ny = 8 +Carpet::global_nz = 9 + +SphericalSurface::nsurfaces = 1 + +IOASCII::one_file_per_group = yes +IOASCII::compact_format = no +IO::out_every = 1 + +IOASCII::out0D_vars = " + grid::r + Carpet::timing + Carpet::timing_procs + SphericalSurface::sf_radius[0] +" +IOASCII::out1D_vars = " + grid::r + Carpet::timing_procs + SphericalSurface::sf_radius[0] +" +IOASCII::out2D_vars = " + grid::r + SphericalSurface::sf_radius[0] +" +IOASCII::out3D_vars = " + grid::r +" -- cgit v1.2.3