aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-11 15:05:33 +0100
committerAnton Khirnov <anton@khirnov.net>2023-01-11 15:05:33 +0100
commit86957ab86e822262cce3bcb81f6c3e3cbaf907e6 (patch)
treec8069512632e0fffb91c5b763baae7479de87ae9 /param.ccl
parent5cfa9f81db7e1326062f9a4e29b4e4cfd17662e1 (diff)
Add documentationHEADmaster
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 3c65ef4..5e70614 100644
--- a/param.ccl
+++ b/param.ccl
@@ -18,20 +18,20 @@ EXTENDS KEYWORD initial_shift
RESTRICTED:
STRING load_data_exe ""
{
- "" :: ""
+ "" :: "Path to the binary that will provide that data"
} ""
STRING simdata_path ""
{
- "" :: ""
+ "" :: "Path to stored simulation data"
} ""
REAL load_time ""
{
- : :: ""
+ : :: "Simulation time at which to restore the data"
} 0.0
INT load_iteration ""
{
- : :: ""
+ : :: "Simulation iteration at which to restore the data"
} -1