aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/par
diff options
context:
space:
mode:
authortradke <schnetter@cct.lsu.edu>2004-12-03 13:40:00 +0000
committertradke <schnetter@cct.lsu.edu>2004-12-03 13:40:00 +0000
commit924731274c8fad79433b6853d808b97ed520530d (patch)
treed073edc34b281c5bd659c5742ded5a0120116e67 /Carpet/CarpetIOHDF5/par
parent489e93d3206ca06730f10a9dc7b04dabdf475682 (diff)
CarpetIOHDF5: deprecate all parameters with '3D' in their names
CarpetIOHDF5 does output for grid variables of any dimensions, not only 3D. Therefore parameters with '3D' in their names have been marked deprecated now and should not be used anymore. They are still valid though but you will get a level-1 warning if you still use them. At some point in the future those deprecated parameters will be removed. So you should eventually fix your parameter files to substitute their occurances by their newly introduced counterparts (parameters of the same name but without the '3D'). CarpetIOHDF5/src/util/ contains a small perl script which can be applied to parfiles to automatically substitute old parameter names: ~/cactus/arrangements/Carpet/CarpetIOHDF5/src/util> ./SubstituteDeprecatedParameters.pl This perl script automatically substitutes deprecated parameter names in a parfile. Usage: ./SubstituteDeprecatedParameters.pl <parameter file> darcs-hash:20041203134032-3fd61-5d49fdff6c13f19772c6b441d5d558708dd88c71.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/par')
-rw-r--r--Carpet/CarpetIOHDF5/par/CarpetWaveToy-TwoComponents.par2
-rw-r--r--Carpet/CarpetIOHDF5/par/CarpetWaveToyCheckpointTest.par2
2 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetIOHDF5/par/CarpetWaveToy-TwoComponents.par b/Carpet/CarpetIOHDF5/par/CarpetWaveToy-TwoComponents.par
index fe849a229..b1999e040 100644
--- a/Carpet/CarpetIOHDF5/par/CarpetWaveToy-TwoComponents.par
+++ b/Carpet/CarpetIOHDF5/par/CarpetWaveToy-TwoComponents.par
@@ -56,4 +56,4 @@ IO::out_dir = "scratch"
IO::parfile_write = "no"
IOBasic::outInfo_vars = "wavetoy::phi"
-IOHDF5::out3D_vars = "wavetoy::phi"
+IOHDF5::out_vars = "wavetoy::phi"
diff --git a/Carpet/CarpetIOHDF5/par/CarpetWaveToyCheckpointTest.par b/Carpet/CarpetIOHDF5/par/CarpetWaveToyCheckpointTest.par
index 57cf0e59b..fc8b7c3fd 100644
--- a/Carpet/CarpetIOHDF5/par/CarpetWaveToyCheckpointTest.par
+++ b/Carpet/CarpetIOHDF5/par/CarpetWaveToyCheckpointTest.par
@@ -38,6 +38,6 @@ IOASCII::out3D_every = 12
# Checkpoint
IO::checkpoint_every = 12
IO::checkpoint_keep = 2
+IO::verbose = "full"
IOHDF5::checkpoint = "yes"
-IOHDF5::verbose = "yes"