[Commits] [svn:einsteintoolkit] incoming/PITTNullCode/SphericalHarmonicReconGen/ (Rev. 104)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Fri Dec 27 16:09:03 CST 2013


User: rhaas
Date: 2013/12/27 04:09 PM

Modified:
 /PITTNullCode/SphericalHarmonicReconGen/
  param.ccl

Log:
 make parameters steerable

File Changes:

Directory: /PITTNullCode/SphericalHarmonicReconGen/
===================================================

File [modified]: param.ccl
Delta lines: +17 -17
===================================================================
--- PITTNullCode/SphericalHarmonicReconGen/param.ccl	2013-11-22 19:43:28 UTC (rev 103)
+++ PITTNullCode/SphericalHarmonicReconGen/param.ccl	2013-12-27 22:09:03 UTC (rev 104)
@@ -3,7 +3,7 @@
 
 private:
 
-KEYWORD format "Boundary data file format"
+KEYWORD format "Boundary data file format" STEERABLE=RECOVER
 {
   ASCII      :: "standard ASCII format: lm-modes and spheres are stored in a 2d array (gnuplot style) for a given timestep"
   DAT        :: "optimized ASCII format: all variables and lm-modes are stored in one row for a given timestep"
@@ -39,7 +39,7 @@
 } 4
 
 
-BOOLEAN time_interpolate "Interpolate coefficients to different dt?"
+BOOLEAN time_interpolate "Interpolate coefficients to different dt?" STEERABLE=RECOVER
 {
 } no
 
@@ -55,12 +55,12 @@
 } 0.0
 
 
-BOOLEAN verbose "turn verbosity on/off"
+BOOLEAN verbose "turn verbosity on/off" STEERABLE=ALWAYS
 {
 } no
 
 
-INT cached_timesteps "Number of timesteps that shall be read in advance and cached in memory for faster access."
+INT cached_timesteps "Number of timesteps that shall be read in advance and cached in memory for faster access." STEERABLE=RECOVER
 {
   0:* :: "anything positive"
 } 0
@@ -73,67 +73,67 @@
 } Goldberg67
 
 
-CCTK_REAL dt_tolerance "A minimum tolerance for which timesteps are considered being identical"
+CCTK_REAL dt_tolerance "A minimum tolerance for which timesteps are considered being identical" STEERABLE=ALWAYS
 {
   0:* :: "Small and positive"
 } 1e-9
 
-STRING file "The boundary data file. If this string is empty, we assume that the user provided files for each quantity individually (parameters below)"
+STRING file "The boundary data file. If this string is empty, we assume that the user provided files for each quantity individually (parameters below)" STEERABLE=RECOVER
 {
  ""	:: "a valid filename"
 } ""
 
-STRING path "the directory that contains the input files, leave blank if filenames contain directory paths already"
+STRING path "the directory that contains the input files, leave blank if filenames contain directory paths already" STEERABLE=RECOVER
 {
  ""	:: "a path name"
 } ""
 
-STRING file_lapse[3] "filename for the lapse, its radial derivative, and its time derivative"
+STRING file_lapse[3] "filename for the lapse, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"
 
-STRING file_shiftx[3] "filename for the x-component of shift, its radial derivative, and its time derivative"
+STRING file_shiftx[3] "filename for the x-component of shift, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"
 
-STRING file_shifty[3] "filename for the y-component of shift, its radial derivative, and its time derivative"
+STRING file_shifty[3] "filename for the y-component of shift, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"
 
-STRING file_shiftz[3] "filename for the z-component of shift, its radial derivative, and its time derivative"
+STRING file_shiftz[3] "filename for the z-component of shift, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"
 
-STRING file_gxx[3] "filename for the xx-component of the 3-metric, its radial derivative, and its time derivative"
+STRING file_gxx[3] "filename for the xx-component of the 3-metric, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"
 
-STRING file_gxy[3] "filename for the xy-component of the 3-metric, its radial derivative, and its time derivative"
+STRING file_gxy[3] "filename for the xy-component of the 3-metric, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"
 
-STRING file_gxz[3] "filename for the xz-component of the 3-metric, its radial derivative, and its time derivative"
+STRING file_gxz[3] "filename for the xz-component of the 3-metric, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"
 
-STRING file_gyy[3] "filename for the yy-component of the 3-metric, its radial derivative, and its time derivative"
+STRING file_gyy[3] "filename for the yy-component of the 3-metric, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"
 
-STRING file_gyz[3] "filename for the yz-component of the 3-metric, its radial derivative, and its time derivative"
+STRING file_gyz[3] "filename for the yz-component of the 3-metric, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"
 
-STRING file_gzz[3] "filename for the zz-component of the 3-metric, its radial derivative, and its time derivative"
+STRING file_gzz[3] "filename for the zz-component of the 3-metric, its radial derivative, and its time derivative" STEERABLE=RECOVER
 {
  ".*"	:: "a filename"
 } "metric_Decomp.asc"



More information about the Commits mailing list