aglo

DCIP2D:
FILES: model.con and model.chg


 

Previous Page (topo.dat) | Next Page (w.dat)

This format is used in all "model" files defining a conductivity or chargeability model. That is, starting models, reference models, final models in either the DC resistivity or IP forward modelling or inversion have the same structure. Each file contains the cell values of the model. The number of cells in the x and z directions are specified in this file but the lengths and widths of cells are defined in fdmesh.dat.

The extension `.con' identifies a conductivity model and `.chg' identifies a chargeability model. Although these extensions are not mandatory for input files, the inversion programs attach such extensions to the final model. The file structure for model.con or model.chg is as follows:


NX NZ V1,1 V2,1 ... VNX,1 : V1,NZ V2,NZ ... VNX,NZ

NX
number of cells in the x-direction.
NZ
number of cells in the z-direction.
Vi,j
cell values.

The model is stored in a row format with V1,1 being the top left cell. Each row of the model, V1,Z ... VNX,Z can be broken down into two or more lines in the file, however, each row must start on a new line.

In the presence of topography, the cells above the surface specified by topo.dat represent the air and, therefore, are not part of the model. For simplicity, however, the files model.con and model.chg must include those cells as defined by the file fdmesh.dat. These cells in the model file will be ignored when the model is input to a program. To distinguish these cells, the user can assign a special value to them, for instance, a very small value (say 10-10) for conductivity and a negative value for the chargeability model. These cells in the output model files from the inversion programs have a conductivity value equal to 10-8 times the mean conductivity value immediately beneath the surface and a chargeability value of -1030.


Example of model.con file:

The following is a file defining a model with 4 columns and 3 rows.

4  3
.01 .23 .20 .46
.64 .32 .54 .19
.64 .33 .21 .85

Previous Page (topo.dat) | Next Page (w.dat)