Write tabulated 1D or 2D ascii data files. More...
#include "pluto.h"
Functions | |
void | WriteTabArray (Output *output, char *filename, Grid *grid) |
WriteTabArray() provides ascii output for 2-D and 1-D data in tabulated multi-column format:
. . . . . . . . . . . . . . . x1(i) x2(j) var_1(i,j) var_2(i,j) var_3(i,j) ... . . . . . . . . . . . . . . .
Blocks with different x2 coordinates are separated by a blank row. One file (with all variables) per output is written to disk. This format does not work in parallel mode and can be used for simple serial runs.