aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-12 16:17:42 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-12 16:17:42 +0200
commit5cfa9f81db7e1326062f9a4e29b4e4cfd17662e1 (patch)
tree6f0f70a477afb52a09bd21758784586ab14ee246 /param.ccl
Initial commit.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl37
1 files changed, 37 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..3c65ef4
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,37 @@
+SHARES: ADMBase
+
+EXTENDS KEYWORD initial_data
+{
+ "revivedata" :: "Load existing simulation output and interpolate it onto a new grid"
+}
+
+EXTENDS KEYWORD initial_lapse
+{
+ "revivedata" :: "Load existing simulation output and interpolate it onto a new grid"
+}
+
+EXTENDS KEYWORD initial_shift
+{
+ "revivedata" :: "Load existing simulation output and interpolate it onto a new grid"
+}
+
+RESTRICTED:
+STRING load_data_exe ""
+{
+ "" :: ""
+} ""
+
+STRING simdata_path ""
+{
+ "" :: ""
+} ""
+
+REAL load_time ""
+{
+ : :: ""
+} 0.0
+
+INT load_iteration ""
+{
+ : :: ""
+} -1