Chapter 9. Communicating with Other Programs |
In the case where use of the clipboard is too cumbersome or repetitive, the output file themselves can be accessed. The files are in binary format. The concentration file contains a stream of eight byte floating point numbers..
The numbers are grouped first by the parameters at a node first, then rows of nodes in the Y direction, followed by rows of nodes in the X direction, then time. For example, if the aquifer was the size of two nodes in both the X and Y directions with two parameters spanned over two time periods, the order of values would be:
Table 9.1 *.bgo Output File layout
Parameter | Y Coordinate | X Coordinate | Time Period |
1 | 1 | 1 | 1 |
2 | 1 | 1 | 1 |
1 | 2 | 1 | 1 |
2 | 2 | 1 | 1 |
1 | 1 | 2 | 1 |
2 | 1 | 2 | 1 |
1 | 2 | 2 | 1 |
2 | 2 | 2 | 1 |
1 | 1 | 1 | 2 |
2 | 1 | 1 | 2 |
1 | 2 | 1 | 2 |
2 | 2 | 1 | 2 |
1 | 1 | 2 | 2 |
2 | 1 | 2 | 2 |
1 | 2 | 2 | 2 |
2 | 2 | 2 | 2 |
Future versions of BUGS SCRATCHPAD may include export utilities that will port to multiple formats.
User's Manual | Home | Contents | Prev. | Next |
� Copyright 1998, BUGBYTES, Inc. All Rights Reserved. BUGBYTES, BUGS and the Bug logo are trademarks of BUGBYTES, Inc. All other product names are trademarks, registered trademarks, or service marks of their respective owners.
Last Updated October 1, 2001