aboutsummaryrefslogtreecommitdiff
path: root/test/recoverML.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/recoverML.par')
-rw-r--r--test/recoverML.par54
1 files changed, 40 insertions, 14 deletions
diff --git a/test/recoverML.par b/test/recoverML.par
index 27a192c..54f0c79 100644
--- a/test/recoverML.par
+++ b/test/recoverML.par
@@ -12,21 +12,36 @@ IO::out_dir = $parfile
IO::parfile_write = "no"
ActiveThorns = "Carpet CarpetLib"
+carpet::domain_from_coordbase = "true"
driver::ghost_size = 3
-driver::global_nx = 19
-driver::global_ny = 31
-driver::global_nz = 19
-
-ActiveThorns = "Boundary CartGrid3D CoordBase RotatingSymmetry180 Slab SymBase"
-grid::domain = "bitant"
-grid::avoid_origin = "false"
-grid::type = "byrange"
-grid::xmin = -0.6
-grid::ymin = -3.0
-grid::zmin = -0.6
-grid::xmax = 3.0
-grid::ymax = 3.0
-grid::zmax = 3.0
+
+ActiveThorns = "Boundary CartGrid3D CoordBase RotatingSymmetry180 Slab SymBase ReflectionSymmetry"
+grid::domain = "full"
+grid::avoid_origin = "false"
+grid::type = "coordbase"
+CoordBase::domainsize = "minmax"
+CoordBase::spacing = "numcells"
+CoordBase::xmin = 0.0
+CoordBase::ymin = -3.0
+CoordBase::zmin = 0.0
+CoordBase::xmax = 3.0
+CoordBase::ymax = 3.0
+CoordBase::zmax = 3.0
+CoordBase::ncells_x = 19
+CoordBase::ncells_y = 31
+CoordBase::ncells_z = 19
+
+ReflectionSymmetry::reflection_z = "yes"
+ReflectionSymmetry::avoid_origin_z = "no"
+
+CoordBase::boundary_size_x_lower = 3
+CoordBase::boundary_size_y_lower = 3
+CoordBase::boundary_size_z_lower = 3
+CoordBase::boundary_size_x_upper = 3
+CoordBase::boundary_size_y_upper = 3
+CoordBase::boundary_size_z_upper = 3
+CoordBase::boundary_shiftout_x_lower = 1
+CoordBase::boundary_shiftout_z_lower = 1
ActiveThorns = "ADMBase ADMCoupling StaticConformal CoordGauge SpaceMask Exact ADMMacros ML_BSSN_O2 ML_BSSN_O2_Helper GenericFD TmunuBase NewRad MoL"
ADMBase::initial_lapse = "exact"
@@ -41,6 +56,8 @@ Exact::exact_model = "Kerr/Kerr-Schild"
Exact::Kerr_KerrSchild__mass = 1.0
Exact::Kerr_KerrSchild__spin = 0.6
+ML_BSSN_O2::my_initial_boundary_condition = "extrapolate-gammas"
+ML_BSSN_O2::my_rhs_boundary_condition = "NewRad"
# These are necessary
ML_BSSN_O2::ML_log_confac_bound = "none"
ML_BSSN_O2::ML_metric_bound = "none"
@@ -52,6 +69,14 @@ ML_BSSN_O2::ML_dtlapse_bound = "none"
ML_BSSN_O2::ML_shift_bound = "none"
ML_BSSN_O2::ML_dtshift_bound = "none"
+ML_BSSN_O2::harmonicN = 1 # 1+log
+ML_BSSN_O2::LapseAdvectionCoeff = 1
+
+# the default of 3 fails in Recovery since Carpet tries to time-interpolate the
+# third timelevel for which is had allocated no metadata, see Carpet issue #626
+ML_BSSN_O2::timelevels = 2 # unigrid run
+
+
ActiveThorns = "Time"
Time::dtfac = 0.25
@@ -80,6 +105,7 @@ IO::recover = "manual"
IO::recover_dir = "../../../arrangements/EinsteinAnalysis/AHFinderDirect/test/checkpointML"
IO::recover_file = "checkpoint.chkpt.it_1"
+
########################################
ActiveThorns = "SphericalSurface"