It is possible to execute the formatted data ouput directly without using the dialog box. The default file name is nachlauf.bna. To use another batch file, type nachlauf file name (the extension ".bna" is automatically attached). Batch files can be created, viewed and modified with the help of any text editor
Example of a batch file for the formatted data output
FORMatted data output
out_n.txt # Ausgabedatei
255 0 0 0 10 # Difference between last Iterations
1 # Format for no.,x,y,value
i6,f10.2,f10.2,f10.2
3 # Layer number (=0 -> all layers)
1 # With/without (1/0) comment line in the output file
The program ignores the characters behind the sign `#'. This space can be used for individual remarks.
The presented batch file for the formatted data output can be downloaded on our Homepage.
Here you find a detailed
description of the batch file for a formatted data output
1st line: 'FORM' or 'form' for 'Formatierte Ausgabe (Formatted Output)'
2nd line: name of the output file
3rd line (5 flags): data identification number, number of the time step (transient, else = 0), index, output for balance areas (0 = no consideration, -1 = considering all, value = number of the balance area to be considered), for quantity-based data flag for transformation in another unit (else = 10): first character: 1= m³, 2= liter, second charcter: 0= year, 1= month, 2= day, 3= hour, 4= minute, 5= second (i.e. 23 = l/h)
4th line: number of the general format type (1-4)
5th line: output format string
6th line: layer number (for 3D data): >0 = layer number, 0= all layers, else hydrograph node numbers
7th line: flag for the comment lines in the output file (1= yes/0= no)
Data export for ArcInfo