aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 389d481..1e109dd 100755
--- a/param.ccl
+++ b/param.ccl
@@ -34,6 +34,7 @@ KEYWORD initial_Y_e "Initial value for Y_e"
{
"none" :: "inactive"
"one" :: "initially set to one"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD Y_e_evolution_method "Evolution method for Y_e"
@@ -57,18 +58,21 @@ KEYWORD initial_Bvec "Initial value for Bvec"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD initial_Avec "Initial value for Avec"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD initial_Aphi "Initial value for Aphi"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD Bvec_evolution_method "Evolution method for Bvec"
@@ -87,12 +91,14 @@ KEYWORD initial_temperature "Initial value for temperature"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD initial_entropy "Initial value for entropy"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"