3.3.5. Observations File

Important

E3DMT version 2 is able to invert field data from survey files that follow the E3DMT version 1 format as well as a newly developed version 2 format.

3.3.5.1. Version 1

The E3DMT version 1 observations file contains the survey information, field observations and data uncertainties.

3.3.5.1.1. Format

Note

  • Bolded entries are fixed flags recognized by the Fortran codes and blue hyperlinked entries are values/regular expressions specified by the user

  • Each unique data type, frequency and set of observation locations corresponds to a unique “transmitter”; e.g. 2 transmitters must be specified if the same data are collected at the same locations at 2 different frequencies.

  • Each block contains DATATYPE, FREQUENCY, N_RECV and the data array

The lines of a data file with one or more transmitters are formatted as follows:

N_TRX \(\;\) A
IGNORE \(\;\) B

DATATYPE \(\;\) C
FREQUENCY \(\;\) D
N_RECV \(\;\) E

DATATYPE \(\;\) C
FREQUENCY \(\;\) D
N_RECV \(\;\) E

\(\;\;\;\;\;\;\;\; \vdots\)

DATATYPE \(\;\) C
FREQUENCY \(\;\) D
N_RECV \(\;\) E


../../_images/files_data.png

Fig. 3.10 Example data file for MTZ data.

3.3.5.1.2. Parameter Descriptions

  • (A) Number of transmitters: In line 1, the number of transmitters/groups of natural source EM data is specified. Example: N_TRX 3

  • (B) Flag to ignore data entries: A regular expression is entered, signifying data in the data structure which is ignored during the inversion. Example: !IGNORE -0. Therefore we do no need to invert all components of the impedance tensor or transfer function.

  • (C) Data type:. For the data corresponding to each transmitter, this line sets the type of data. Example: DATATYPE MTZ. There are 4 options for DATATYPE:

    • “MTZ” - MT data (Both real and imaginary impedance tensor data)

    • “MTT” - ZTEM data (Hx and Hy constant at first receiver location and first receiver station defines base station)

    • “MTE” - ZTEM data where Hx, Hy are calculated at the base station from the initial model

    • “MTH” - ZTEM data (reference is at the data points - no base station)

Important

  • When modeling MT and ZTEM data simultaneously, you must choose either type MTZ and MTT or MT and MTE or MTZ and MTH; e.g. you cannot have MTT, MTE and MTH in the same observations file.

  • (D) Frequency: Frequency at which the corresponding set of field observations are made. Example: FREQUENCY 1.0000E+002.

  • (E) Number of receivers: Number of receivers collecting data at the aforementioned frequency for the aforementioned data type. Example: N_RECV 900.

  • Data Array: Contains the locations and field observations for the data specified by data type. The number of lines in this array is equal to the number of receivers. The number of columns depends on the type of data specified. The columns for defined for each array are show below.

3.3.5.1.3. Data Arrays by Type

MT data (DATATYPE = MTZ):

Each row in the array contains the elements of the impedance tensor at a particular location separated into real and imaginary components, along with the corresponding uncertainties. The units for MT data are (V/A). The columns for this data format are as follows:

\[| \; Easting \; | \; Northing \; | \; Elevation \; | \;\;\; Z_{xx} \; data \;\;\; | \;\;\; Z_{xy} \; data \;\;\; | \;\;\; Z_{yx} \; data \;\;\; | \;\;\; Z_{yy} \; data \;\;\; |\]

such that each \(Z_{ij} \; data\) is comprised of 4 columns:

\[| \; Z^\prime_{ij} \; | \; U^\prime_{ij} \; | \; Z^{\prime \prime}_{ij} \; | \; U^{\prime \prime}_{ij} \; |\]

where

  • \(Z^\prime_{ij}\) is the real component of entry i,j of the impedance tensor

  • \(Z^{\prime\prime}_{ij}\) is the imaginary component of entry i,j of the impedance tensor

  • \(U^\prime_{ij}\) is the uncertainty on \(Z^\prime_{ij}\)

  • \(U^{\prime\prime}_{ij}\) is the uncertainty on \(Z^{\prime\prime}_{ij}\)

Important

For standard MT data, X = Northing, Y = Easting and Z = Down; which this code uses! Thus \(Z_{xy}\) is essentially the ratio of the electric field along the Northing and the magnetic field along the Easting. For more, see the theory section.

ZTEM data (DATATYPE = MTT, MTE or MTH):

Each row in the array contains the elements of the transfer function at a particular location separated into real and imaginary components, along with the corresponding uncertainties. Data values and uncertainties are unitless with no normalization factor. The columns for this data format are as follows:

\[| \; Easting \; | \; Northing \; | \; Elevation \; | \;\;\; T_{zx} \; data \;\;\; | \;\;\; T_{zy} \; data \;\;\; |\]

such that each \(T_{zx} \; data\) is comprised of 4 columns:

\[| \; T^\prime_{zx} \; | \; U^\prime_{zx} \; | \; T^{\prime \prime}_{zx} \; | \; U^{\prime \prime}_{zx} \; |\]

where

  • \(T^\prime_{zx}\) is the real component of \(T_{zx}\)

  • \(T^{\prime\prime}_{zx}\) is the imaginary component of \(T_{zx}\)

  • \(U^\prime_{zx}\) is the uncertainty on \(T^\prime_{zx}\)

  • \(U^{\prime\prime}_{zx}\) is the uncertainty on \(T^{\prime\prime}_{zx}\)

and similarly for \(y\).

Important

For standard natural source data, X = Northing, Y = Easting and Z = Down; which this code uses! Thus \(T_{zx}\) is the transfer function related to an incident plane wave whose electric field is polarized along the Northing direction; which produces magnetic fields with components in the Easting direction. For more, see the theory section.

Important

  • If MT and/or ZTEM data are being modeled, the frequencies do not need to match nor do the locations for each frequency.

  • For MTT and MTE data (ZTEM), the first line in the array refers to the base/reference station location. Only the Easting, Northing and elevation is required. However, each remaining field must be given a flag value of “i”. Example for first row: \(350 \;\; 200 \;\; 0 \;\; i \;\; i \;\; i \;\; i \;\; i \;\; i \;\; i \;\; i\)

  • For MTH data (ZTEM), measurements Hx, Hy and Hz are taken at different locations. Data and uncertainty values are required for all rows.

  • For MTT and MTE data (ZTEM), the first line in the array refers to the base/reference station location. Thus if there are \(N\) receiver locations specified for a given array with data type “MTT”, the inversion will output \(N-1\) rows of predicted data in the predicted data files.

  • For MTH data (ZTEM), measurements Hx, Hy and Hz are taken at the same location. Thus if there are \(N\) receiver locations specified for a given array with data type “MTH”, the inversion model will output \(N\) rows of predicted data in the predicted data files.

3.3.5.2. Version 2

This file is input when inverting field-collected data. This file contains the survey information, field observations and data uncertainties. Download MT data file example . Download ZTEM data file example .

Important

  • Recall that we are using a labeling convention for fields such that X = Northing, Y = Easting and Z = Down.

  • If a flag value of ‘-99’ is entered as an uncertainty, the corresponding data value is not fit during the inversion. Therefore, we can omit inverting the diagonal elements of the impedance tensor.

3.3.5.2.1. Format

The lines of a data observations file are as follows:

DATATYPE dflag
Data Array 1

DATATYPE dflag
Data Array 2

\(\;\;\;\;\;\;\;\; \vdots\)

DATATYPE dflag
Data Array N



  • dflag: Specifies whether the following data array is MT or ZTEM data. To specify for each block, use the flag MT or ZTEM. Multiple MT or ZTEM data blocks can be used. Therefore, joint inversion is possible with this code.

3.3.5.2.1.1. MT Data Array

The indicies used to define MT data arrays are as follows:



f_ind \(\;\) Ey_ind \(\;\) Ex_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) 1 \(\; [Z_{xx} \; data] \; [Z_{xy} \; data] \; [Z_{yx} \; data] \; [Z_{yy} \; data]\)
f_ind \(\;\) Ey_ind \(\;\) Ex_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) 1 \(\; [Z_{xx} \; data] \; [Z_{xy} \; data] \; [Z_{yx} \; data] \; [Z_{yy} \; data]\)
f_ind \(\;\) Ey_ind \(\;\) Ex_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) 1 \(\; [Z_{xx} \; data] \; [Z_{xy} \; data] \; [Z_{yx} \; data] \; [Z_{yy} \; data]\)
\(\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; \vdots\)
f_ind \(\;\) Ey_ind \(\;\) Ex_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) 1 \(\; [Z_{xx} \; data] \; [Z_{xy} \; data] \; [Z_{yx} \; data] \; [Z_{yy} \; data]\)


such that each \([Z_{ij} \; data]\) is comprised of 4 columns:

\[| \; Z^\prime_{ij} \; | \; U^\prime_{ij} \; | \; Z^{\prime \prime}_{ij} \; | \; U^{\prime \prime}_{ij} \; |\]

where

  • \(Z^\prime_{ij}\) is the real component of entry i,j of the impedance tensor

  • \(Z^{\prime\prime}_{ij}\) is the imaginary component of entry i,j of the impedance tensor

  • \(U^\prime_{ij}\) is the uncertainty on \(Z^\prime_{ij}\)

  • \(U^{\prime\prime}_{ij}\) is the uncertainty on \(Z^{\prime\prime}_{ij}\)

Important

For standard MT data, X = Northing, Y = Easting and Z = Down; which this code uses! Thus \(Z_{xy}\) is essentially the ratio of the electric field along the Northing and the magnetic field along the Easting. For more, see the theory section.

Below we show an example of a observations file for MT data.

../../_images/dobs2.png

Fig. 3.11 Observed data file for MT data.

3.3.5.2.1.2. Mobile MT Data Array

The indicies used to define Expert Geophysics mobile MT data arrays are as follows:



f_ind \(\;\) Ey_ind \(\;\) Ex_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) 1 \(\; \sigma_a \; uncert\)
f_ind \(\;\) Ey_ind \(\;\) Ex_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) 1 \(\; \sigma_a \; uncert\)
f_ind \(\;\) Ey_ind \(\;\) Ex_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) 1 \(\; \sigma_a \; uncert\)
\(\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; \vdots\)
f_ind \(\;\) Ey_ind \(\;\) Ex_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) 1 \(\; \sigma_a \; uncert\)


where

  • \(\sigma_a\) are apparent conductivity measurements, and

  • \(uncert\) are the associated uncertainties

Below we show an example of a observations file for MT data.

../../_images/dobs2_mmt.png

Fig. 3.12 Observed data file for MobileMT data.

3.3.5.2.1.3. ZTEM Data Array

The indicies used to define ZTEM data arrays are as follows:



f_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) Hz_ind \(\;\) 1 \(\; [T_{zx} \; data] \; [T_{zy} \; data]\)
f_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) Hz_ind \(\;\) 1 \(\; [T_{zx} \; data] \; [T_{zy} \; data]\)
f_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) Hz_ind \(\;\) 1 \(\; [T_{zx} \; data] \; [T_{zy} \; data]\)
\(\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; \vdots\)
f_ind \(\;\) Hy_ind \(\;\) Hx_ind \(\;\) Hz_ind \(\;\) 1 \(\; [T_{zx} \; data] \; [T_{zy} \; data]\)


such that each \(T_{zx} \; data\) is comprised of 4 columns:

\[| \; T^\prime_{zx} \; | \; U^\prime_{zx} \; | \; T^{\prime \prime}_{zx} \; | \; U^{\prime \prime}_{zx} \; |\]

where

  • \(T^\prime_{zx}\) is the real component of \(T_{zx}\)

  • \(T^{\prime\prime}_{zx}\) is the imaginary component of \(T_{zx}\)

  • \(U^\prime_{zx}\) is the uncertainty on \(T^\prime_{zx}\)

  • \(U^{\prime\prime}_{zx}\) is the uncertainty on \(T^{\prime\prime}_{zx}\)

and similarly for \(T_{zy}\).

Important

For standard natural source data, X = Northing, Y = Easting and Z = Down; which this code uses! Thus \(T_{zx}\) is the transfer function related to an incident plane wave whose electric field is polarized along the Northing direction; which produces magnetic fields with components in the Easting direction. For more, see the theory section.

Below we show an example of a observations file for ZTEM data.

../../_images/dobs2_ztem.png

Fig. 3.13 Observed data file for ZTEM data.

3.3.5.2.2. Parameter Descriptions

  • f_ind: The index corresponding to the desired frequency within the frequencies file.

  • Ex_ind: The index corresponding to the desired receiver within the receiver file that measures the X (Northing) component of the electric field (Ex).

  • Ey_ind: The index corresponding to the desired receiver within the receiver file that measures the Y (Easting) component of the electric field (Ey).

  • Hx_ind: The index corresponding to the desired receiver within the receiver file that measures the X (Northing) component of the magnetic field (Hx).

  • Hy_ind: The index corresponding to the desired receiver within the receiver file that measures the Y (Easting) component of the magnetic field (Hy).

  • Hz_ind: The index corresponding to the desired receiver within the receiver file that measures the Z (Downward) component of the magnetic field (Hz).

  • 1: As of May 2018, a flag value of 1 is entered here. In future iterations of the code, this entry may be related to additional functionality.