aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOScalar/test/coords4.par
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-05-10 17:24:01 -0700
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:21 +0100
commit5423868946cacd84bcdb73f7c14fbe22b6dcb4d8 (patch)
tree85457afc79eb6435f98f77b9e66d07cf8fdf9240 /Carpet/CarpetIOScalar/test/coords4.par
parentbd4b8d171051335103d50e29ed0a660bb9631c48 (diff)
CarpetIOScalar: add test cases for all combinations of
one_file_per_group and all_reductions_in_one_file
Diffstat (limited to 'Carpet/CarpetIOScalar/test/coords4.par')
-rw-r--r--Carpet/CarpetIOScalar/test/coords4.par31
1 files changed, 31 insertions, 0 deletions
diff --git a/Carpet/CarpetIOScalar/test/coords4.par b/Carpet/CarpetIOScalar/test/coords4.par
new file mode 100644
index 000000000..d8b6b3b5d
--- /dev/null
+++ b/Carpet/CarpetIOScalar/test/coords4.par
@@ -0,0 +1,31 @@
+ActiveThorns = "
+ AEILocalInterp
+ Carpet
+ CarpetInterp
+ CarpetIOScalar
+ CarpetLib
+ CarpetReduce
+ CartGrid3D
+ CoordBase
+ IOUtil
+ LoopControl
+ SymBase
+"
+
+IO::out_dir = $parfile
+
+Carpet::global_nx = 7
+Carpet::global_ny = 8
+Carpet::global_nz = 9
+
+Cactus::cctk_itlast = 0
+
+IO::out_every = 1
+IOScalar::one_file_per_group = yes
+IOScalar::all_reductions_in_one_file = yes
+
+IOScalar::outScalar_reductions = "average iaverage norm_inf inorm1 inorm2 maximum minimum norm1 norm2"
+
+IOScalar::outScalar_vars = "
+ grid::coordinates
+"