aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rwxr-xr-xschedule.ccl18
1 files changed, 12 insertions, 6 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8e3b45d..b6f4ec6 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -7,18 +7,24 @@
if (timelevels == 3)
{
- STORAGE:hydrobase_prim_scalar_var[3]
- STORAGE:hydrobase_prim_vector_var[3]
+ STORAGE:rho[3]
+ STORAGE:press[3]
+ STORAGE:eps[3]
+ STORAGE:vel[3]
}
else if (timelevels == 2)
{
- STORAGE:hydrobase_prim_scalar_var[2]
- STORAGE:hydrobase_prim_vector_var[2]
+ STORAGE:rho[2]
+ STORAGE:press[2]
+ STORAGE:eps[2]
+ STORAGE:vel[2]
}
else if (timelevels == 1)
{
- STORAGE:hydrobase_prim_scalar_var[1]
- STORAGE:hydrobase_prim_vector_var[1]
+ STORAGE:rho[1]
+ STORAGE:press[1]
+ STORAGE:eps[1]
+ STORAGE:vel[1]
}
schedule group HydroBase_Initial AT Initial after ADMBase_InitialData after ADMBase_InitialGauge after IOUtil_RecoverIDFromDatafiles before ADMBase_PostInitial before SetTmunu