aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index e1001c5..dc1c4ce 100755
--- a/param.ccl
+++ b/param.ccl
@@ -42,11 +42,23 @@ KEYWORD initial_Y_e "Initial value for Y_e"
"read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
} "none"
+KEYWORD initial_Abar "Initial value for Abar"
+{
+ "none" :: "inactive"
+ "zero" :: "initially set to zero"
+ "read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
+} "none"
+
KEYWORD Y_e_evolution_method "Evolution method for Y_e"
{
"none" :: "Evolution for Y_e is disabled"
} "none"
+KEYWORD Abar_evolution_method "Evolution method for Abar"
+{
+ "none" :: "Evolution for Abar is disabled"
+} "none"
+
KEYWORD temperature_evolution_method "Evolution method for temperature"
{
"none" :: "Evolution for temperature is disabled"