aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:11:28 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:11:28 +0000
commit4112b118acdcffdad4590b4aba56674fa37bc6ed (patch)
tree912dc6639b0fc2e37da02dc19bbc61ef7f6091fc
parent1cbc5dec0c5306bcc44559c1f794f23e819c22be (diff)
GRHydro: make atmosphere threshold steerable on recovery
From: Christian David Ott <cott@zwicky.(none)> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@559 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 84d6245..726ee35 100644
--- a/param.ccl
+++ b/param.ccl
@@ -482,12 +482,12 @@ REAL tau_rel_min "A minimum relative tau (taumin = maxtau(t=0) * tau_rel_min) be
0: :: ""
} 1.e-10
-REAL rho_abs_min "A minimum rho below which evolution is turned off (atmosphere). If negative, the relative minimum will be used instead."
+REAL rho_abs_min "A minimum rho below which evolution is turned off (atmosphere). If negative, the relative minimum will be used instead." STEERABLE=recover
{
-1.0: :: ""
} -1.0
-REAL rho_rel_min "A minimum relative rho (rhomin = centden * rho_rel_min) below which evolution is turned off (atmosphere). Only used if rho_abs_min < 0.0"
+REAL rho_rel_min "A minimum relative rho (rhomin = centden * rho_rel_min) below which evolution is turned off (atmosphere). Only used if rho_abs_min < 0.0" STEERABLE=recover
{
0: :: ""
} 1.e-9