aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-02-29 22:45:27 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2008-02-29 22:45:27 -0600
commit765661c0a8a480dbb2a05c0a4ea97b609d8ec7a1 (patch)
treef288c5c29bf698f1a8e5a7d369d93804be3c651a /Carpet/Carpet/param.ccl
parent18f653b07145c5fccdf22a5cd7dc876411916144 (diff)
Add new parameter Carpet::grid_coordinates_filename
Add a new parameter Carpet::grid_coordinates_filename which specifies a file name to which the grid structure is output after regridding. This is similar to the existing parameter Carpet::grid_structure_filename, except that the output is in terms of coordinates, which is easier to interpret.
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index db2ad25e0..ab643e276 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -449,6 +449,11 @@ STRING grid_structure_filename "File name to output grid structure to (empty = n
".*" :: "must be a legal file name"
} ""
+STRING grid_coordinates_filename "File name to output grid coordinates to (empty = no output)" STEERABLE=recover
+{
+ ".*" :: "must be a legal file name"
+} ""
+
private: