aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl79
1 files changed, 79 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 7611fa5..4b6e856 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,6 +5,11 @@
#These parameters are to switch on the finder, and to control how
#often and when to start looking for horizons.
+
+#################################
+### RESTRICTED PARAMETERS ###
+#################################
+
restricted:
BOOLEAN ahf_active "Activate AHFinder?" STEERABLE = ALWAYS
@@ -16,6 +21,75 @@ BOOLEAN ahf_persists "Do the finder grid functions stay around?"
} "no"
+# Parameters for excision. These parameters are not supposed
+# to be set in the parameter file. Instead, they are modified
+# by the finder at run time (not very kosher, but it works).
+
+REAL dhole1_xmin "Lower x bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_ymin "Lower y bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_zmin "Lower z bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_xmax "Upper x bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_ymax "Upper y bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole1_zmax "Upper z bound of excised region 1"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_xmin "Lower x bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_ymin "Lower y bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_zmin "Lower z bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_xmax "Upper x bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_ymax "Upper y bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+REAL dhole2_zmax "Upper z bound of excised region 2"
+{
+: :: "Any value"
+} 0.0
+
+
+##############################
+### PRIVATE PARAMETERS ###
+##############################
+
private:
BOOLEAN ahf_find3 "Searching for 3 surfaces?"
@@ -399,6 +473,7 @@ REAL ahf_shiftcoeff "Coefficient for shift"
} 0.0
+
####################################
### PARAMETERS FROM OTHER THORNS ###
####################################
@@ -431,3 +506,7 @@ EXTENDS KEYWORD shift "Which shift condition to use"
"ahfinder" :: "Set the shift after finding horizon"
} ""
+BOOLEAN use_mask ""
+{
+} ""
+