aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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