aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-06-22 17:18:12 +0000
committerrhaas <rhaas@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-06-22 17:18:12 +0000
commit323497aef47512b4fdf138ac6d0e36b1bef7adfb (patch)
tree5a97128fc0ebd803b9e10ea2e17c303166dcaed4 /param.ccl
parentb7f6e4f941dabfa1f05b79e8ed04eef8a12638e6 (diff)
EOS_Omni: add table reader test
This adds a test (plus sample hdf5 table) using a small routine EOS_OMNI_dumptable to output the read in data as ASCII into a user selected file. Code and table kindly provided by Evan O'Connor. Small changes afterwards by Roland Haas. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@63 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl15
1 files changed, 14 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 7a2db1c..cc98523 100644
--- a/param.ccl
+++ b/param.ccl
@@ -66,7 +66,20 @@ BOOLEAN do_energy_shift "shift energies around?" STEERABLE=ALWAYS
{
} "yes"
-STRING nuceos_table_name "nuceos table name (hdf5)" STEERABLE=ALWAYS
+BOOLEAN dump_nuceos_table "Dump table in ASCII at beginning" STEERABLE=RECOVER
+{
+} "No"
+
+STRING dump_nuceos_table_name "nuceos dump table name (ASCII)" STEERABLE=RECOVER
+{
+ .* :: "Can be anything"
+} "blah.asc"
+
+STRING nuceos_table_name "nuceos table name (hdf5)"
{
.* :: "Can be anything"
} "blah.h5"
+
+shares: IO
+
+USES STRING out_dir \ No newline at end of file