The output for ArcInfo can also be called up directly without the graphical user interface via the command line, provided a suitable batch file *.bna is available in the directory. To do this, navigate to the directory in which the calculation is to be carried out. If you enter nachlauf and confirm with the Enter key, a calculation is started with the module NACHLAUF. The default batch file name is nach.bna. This file is searched for in the directory. However, a different batch file can also be specified with the nachlauf filename call (the extension ".bna" is automatically appended if required). The batch files can be created or modified manually using any editor.
Example of a batch file for element data for ArcInfo
ARCElement data output
data # File names (.bru,.pkt,.umr)
data # .tab: table with number, data
61 3 0 0 # Permeability Layer time step index
Example of a batch file for node data for ArcInfo
ARCK node data output
data # File names (.bru,.pkt,.umr)
201 3 0 0 # Potential head Layer time step index
The program ignores the characters behind the sign `#'. This space can be used for individual remarks.
The presented batch file for the data output in ArcInfo format can be downloaded on our Homepage.
Here you find a detailed description of the batch file for ArcInfo output
1st line: 'ARCK' or 'ARCE' for 'ARC/INFO node or element data output'
2nd line: name of the output files without extension
3rd line:
Case of element data: name of the output file for table output
Case of node data: data identification number, layer number (for 2D models = 1), number of time step (transient), index
Data output in Shapefile format