1*59599516SKenneth E. Jansen5 # Number of restart files to read 2*59599516SKenneth E. Jansen1 # Accumulate error field? (0/1) 3*59599516SKenneth E. Jansen2 # Accumulate phase_average field? (0/n phase average fields) 4*59599516SKenneth E. Jansen1 # copy vorticity field? (0/1) 5*59599516SKenneth E. Jansen1 # copy dwal? (0/1) 6*59599516SKenneth E. Jansen104 4 7*59599516SKenneth E. Jansen108 4 8*59599516SKenneth E. Jansen112 4 9*59599516SKenneth E. Jansen116 4 10*59599516SKenneth E. Jansen120 4 11*59599516SKenneth E. Jansen 12*59599516SKenneth E. Jansen### What follows is a short manual and is not read by AcuStat ### 13*59599516SKenneth E. JansenThis Script is primary used to accumulate the statistics from the ybar field and write the solution from the last time step. 14*59599516SKenneth E. JansenThis script can also handle additional fiels. In summary, it writes the following fields: 15*59599516SKenneth E. Jansen 1) solution of the last time step; 16*59599516SKenneth E. Jansen 2) accumulated ybar field; 17*59599516SKenneth E. Jansen 3) If requested (optional), accumulated error field. 18*59599516SKenneth E. Jansen 4) If requested (optional), accumulated phase average fields. 19*59599516SKenneth E. Jansen 5) If requested (optional), vorticity field (from the last time step). 20*59599516SKenneth E. Jansen 6) If requested (optional), dwal field (from the last time step). 21*59599516SKenneth E. JansenThe next lines contain the time steps series for restart files along with the associated number of time steps inside the ybar, error and yphavg fields 22