aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-08-01 20:35:47 +0000
committerrhaas <rhaas@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2012-08-01 20:35:47 +0000
commitde20507ab6fe25e257b5b5abb8edaff6084ba959 (patch)
tree3eca91473d99b45546f15bb8c90bd8d6d3a4a5d0
parent323497aef47512b4fdf138ac6d0e36b1bef7adfb (diff)
make more parameters steerable
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@64 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
-rw-r--r--param.ccl24
1 files changed, 12 insertions, 12 deletions
diff --git a/param.ccl b/param.ccl
index cc98523..77ef4de 100644
--- a/param.ccl
+++ b/param.ccl
@@ -4,54 +4,54 @@
restricted:
# poly EOS
-REAL poly_gamma "Adiabatic Index for poly EOS"
+REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER
{
: :: ""
} 2.0
-REAL poly_gamma_ini "Initial Adiabatic Index for poly EOS"
+REAL poly_gamma_ini "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER
{
: :: ""
} 2.0
-REAL poly_k "Polytropic constant in c=G=Msun=1"
+REAL poly_k "Polytropic constant in c=G=Msun=1" STEERABLE=RECOVER
{
: :: ""
} 100.0
# gamma-law EOS
-REAL gl_gamma "Adiabatic Index for gamma-law EOS"
+REAL gl_gamma "Adiabatic Index for gamma-law EOS" STEERABLE=RECOVER
{
: :: ""
} 2.0
-REAL gl_k "Polytropic constant in c=G=Msun=1 for gamma-law EOS"
+REAL gl_k "Polytropic constant in c=G=Msun=1 for gamma-law EOS" STEERABLE=RECOVER
{
: :: ""
} 100.0
# hybrid EOS
-REAL hybrid_gamma1 "subnuclear adiabatic Index for hybrid EOS"
+REAL hybrid_gamma1 "subnuclear adiabatic Index for hybrid EOS" STEERABLE=RECOVER
{
: :: ""
} 1.325
-REAL hybrid_gamma2 "subnuclear adiabatic Index for hybrid EOS"
+REAL hybrid_gamma2 "subnuclear adiabatic Index for hybrid EOS" STEERABLE=RECOVER
{
: :: ""
} 2.5
-REAL hybrid_gamma_th "Thermal gamma for hybrid EOS"
+REAL hybrid_gamma_th "Thermal gamma for hybrid EOS" STEERABLE=RECOVER
{
: :: ""
} 1.5
-REAL hybrid_k1 "Polytropic constant in c=G=Msun=1 for hybrid EOS"
+REAL hybrid_k1 "Polytropic constant in c=G=Msun=1 for hybrid EOS" STEERABLE=RECOVER
{
: :: ""
} 0.4640517
-REAL hybrid_rho_nuc "Density at which to switch between gammas; c=G=Msun=1"
+REAL hybrid_rho_nuc "Density at which to switch between gammas; c=G=Msun=1" STEERABLE=RECOVER
{
: :: ""
} 3.238607e-4
@@ -75,11 +75,11 @@ 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)"
+STRING nuceos_table_name "nuceos table name (hdf5)" STEERABLE=RECOVER
{
.* :: "Can be anything"
} "blah.h5"
shares: IO
-USES STRING out_dir \ No newline at end of file
+USES STRING out_dir