8.6 Noddy Block Model File Formats
| TOC | Program Guide | Geological Modelling | Geological Visualisations | Geophysical Modelling |Geophysical Visualisations | Tools | File Formats | Tutorials | Index | Bugs |
The Noddy Block Model now consists of a variable number of files all coordinated by a header file, with suffix '.g00' . Depending on whether deformable anisotropy and/or remanence are defined, files with suffixes up to ".g12" may currently be created by the Save Block Model-> Noddy Block Model menu item in the Tools menu. The individual suffices .g00 to .g12 contain column-row-layer (top layer first) ordered information as follows:
File suffix |
File Type |
.g00 |
header file for Noddy Block Format |
.g01 |
density values for each voxel |
.g02 |
susceptibility values for each voxel |
.g03 |
remanence declination for each voxel |
.g04 |
remanence inclination for each voxel |
.g05 |
remanence strength for each voxel |
.g06 |
magnetic anisotropy dip for each voxel |
.g07 |
magnetic anisotropy dip direction for each voxel |
.g08 |
magnetic anisotropy pitch for each voxel |
.g09 |
magnetic anisotropy strength of x-axis for each voxel |
.g10 |
magnetic anisotropy strength of y-axis for each voxel |
.g11 |
magnetic anisotropy strength of z-axis for each voxel |
.g12 |
look up table index of rock type (LUT in header file) |
Not all files will be generated by any given calculation, in fact they cannot all be created at once. For example, if deformable remanence is selected, files .g00, .g01, .g03, .g04 and.g05 will be created. If neither deformable remanence or anisotropy is selected, .g00, .g01 and .g12 will be the only files created.
Voxel models from other packages may be imported by first converting the format to the Vulcan format, which is simple but excessively large, or by directly creating a Noddy Block Model file set (.g00 and .g12 files only are required). The format for the .g00 header file is as follows, and can be easily copied and edited.
VERSION = 3.71
FILE PREFIX = manual
DATE = 01/01/90
TIME = 12:00:00
UPPER SW CORNER (X Y Z) = 0.0 0.0 5000.0
LOWER NE CORNER (X Y Z) = 10500.0 7500.0 10500.0
NUMBER OF LAYERS = 11
LAYER 1 DIMENSIONS (X Y) = 21 15
LAYER 2 DIMENSIONS (X Y) = 21 15
LAYER 3 DIMENSIONS (X Y) = 21 15
LAYER 4 DIMENSIONS (X Y) = 21 15
LAYER 5 DIMENSIONS (X Y) = 21 15
LAYER 6 DIMENSIONS (X Y) = 21 15
LAYER 7 DIMENSIONS (X Y) = 21 15
LAYER 8 DIMENSIONS (X Y) = 21 15
LAYER 9 DIMENSIONS (X Y) = 21 15
LAYER 10 DIMENSIONS (X Y) = 21 15
LAYER 11 DIMENSIONS (X Y) = 21 15
NUMBER OF CUBE SIZES = 11
CUBE SIZE FOR LAYER 1 = 500
CUBE SIZE FOR LAYER 2 = 500
CUBE SIZE FOR LAYER 3 = 500
CUBE SIZE FOR LAYER 4 = 500
CUBE SIZE FOR LAYER 5 = 500
CUBE SIZE FOR LAYER 6 = 500
CUBE SIZE FOR LAYER 7 = 500
CUBE SIZE FOR LAYER 8 = 500
CUBE SIZE FOR LAYER 9 = 500
CUBE SIZE FOR LAYER 10 = 500
CUBE SIZE FOR LAYER 11 = 500
CALCULATION RANGE = 0
INCLINATION OF EARTH MAG FIELD = -67.00
INTENSITY OF EARTH MAG FIELD = 63000.00
DECLINATION OF VOL. WRT. MAG NORTH = 0.00
DENSITY CALCULATED = Yes
SUSCEPTIBILITY CALCULATED = Yes
REMANENCE CALCULATED = No
ANISOTROPY CALCULATED = No
INDEXED DATA FORMAT = Yes
NUM ROCK TYES = 7
ROCK DEFINITION = 1
Density = 4.000000
Sus = 0.001600
ROCK DEFINITION = 2
Density = 3.000000
Sus = 0.001500
ROCK DEFINITION = 3
Density = 2.800000
Sus = 0.001400
ROCK DEFINITION = 4
Density = 2.600000
Sus = 0.001300
ROCK DEFINITION = 5
Density = 2.400000
Sus = 0.001200
ROCK DEFINITION = 6
Density = 2.200000
Sus = 0.001100
ROCK DEFINITION = 7
Density = 2.000000
Sus = 0.001000