From 5cfa9f81db7e1326062f9a4e29b4e4cfd17662e1 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 12 Apr 2018 16:17:42 +0200 Subject: Initial commit. --- param.ccl | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') 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 -- cgit v1.2.3