aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/par/iof5-refined-cell.par
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-06-27 09:49:19 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 19:54:44 +0000
commit661f5a7eb9550830a0b4b11b7825157d24c34b79 (patch)
treeddd9dbabe5d73ba2ffd91f7980deca99ad14aae3 /CarpetDev/CarpetIOF5/par/iof5-refined-cell.par
parent4edfe4fe4281e25c0196387a1940fb4227b388df (diff)
CarpetIOF5: Provide standard Cactus output interface
Provide standard Cactus output interface. Begin to implement checkpointing (support for dim!=3 variables still missing).
Diffstat (limited to 'CarpetDev/CarpetIOF5/par/iof5-refined-cell.par')
-rw-r--r--CarpetDev/CarpetIOF5/par/iof5-refined-cell.par58
1 files changed, 58 insertions, 0 deletions
diff --git a/CarpetDev/CarpetIOF5/par/iof5-refined-cell.par b/CarpetDev/CarpetIOF5/par/iof5-refined-cell.par
new file mode 100644
index 000000000..75dc0c17b
--- /dev/null
+++ b/CarpetDev/CarpetIOF5/par/iof5-refined-cell.par
@@ -0,0 +1,58 @@
+ActiveThorns = "
+ Boundary
+ Carpet
+ CarpetIOF5
+ CarpetLib
+ CarpetRegrid2
+ CartGrid3D
+ CoordBase
+ F5
+ Formaline
+ GSL
+ HDF5
+ InitBase
+ IOUtil
+ LoopControl
+ SymBase
+"
+
+
+
+Cactus::cctk_run_title = "IOF5"
+Cactus::cctk_full_warnings = yes
+Cactus::highlight_warning_messages = no
+
+Cactus::cctk_itlast = 1024
+
+IO::out_dir = $parfile
+
+Carpet::domain_from_coordbase = yes
+CartGrid3D::type = "coordbase"
+CoordBase::domainsize = "minmax"
+CoordBase::xmin = -1.0
+CoordBase::ymin = -1.0
+CoordBase::zmin = -1.0
+CoordBase::xmax = +1.0
+CoordBase::ymax = +1.0
+CoordBase::zmax = +1.0
+CoordBase::dx = 0.25
+CoordBase::dy = 0.25
+CoordBase::dz = 0.25
+CoordBase::boundary_staggered_x_lower = yes
+CoordBase::boundary_staggered_y_lower = yes
+CoordBase::boundary_staggered_z_lower = yes
+CoordBase::boundary_staggered_x_upper = yes
+CoordBase::boundary_staggered_y_upper = yes
+CoordBase::boundary_staggered_z_upper = yes
+
+Carpet::refinement_centering = "cell"
+Carpet::max_refinement_levels = 10
+CarpetRegrid2::num_centres = 1
+CarpetRegrid2::num_levels_1 = 3
+CarpetRegrid2::radius_1[1] = 0.5
+CarpetRegrid2::radius_1[2] = 0.2
+
+InitBase::initial_data_setup_method = "init_all_levels"
+
+CarpetIOF5::out_every = 256
+CarpetIOF5::out_vars = "grid::coordinates"