aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rwxr-xr-xschedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2b3b5ac..312aef2 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,6 +11,10 @@ if (timelevels == 3)
STORAGE:press[3]
STORAGE:eps[3]
STORAGE:vel[3]
+ if (use_Y_e)
+ {
+ STORAGE:Y_e[3]
+ }
}
else if (timelevels == 2)
{
@@ -18,6 +22,10 @@ else if (timelevels == 2)
STORAGE:press[2]
STORAGE:eps[2]
STORAGE:vel[2]
+ if (use_Y_e)
+ {
+ STORAGE:Y_e[2]
+ }
}
else if (timelevels == 1)
{
@@ -25,6 +33,10 @@ else if (timelevels == 1)
STORAGE:press[1]
STORAGE:eps[1]
STORAGE:vel[1]
+ if (use_Y_e)
+ {
+ STORAGE:Y_e[1]
+ }
}
schedule group HydroBase_Initial AT Initial after ADMBase_InitialData after ADMBase_InitialGauge after IOUtil_RecoverIDFromDatafiles before ADMBase_PostInitial before SetTmunu