3.3.1. Observations/Locations File

The locations file contains all necessary survey information for forward modeling and the observations file contains all necessary survey information for running the inversion. This information includes the data type, observation locations, frequencies, data and uncertainties.

Note

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

3.3.1.1. MT or ZTEM data

If only MT, ZTEM or apparent resistivity and phase data are being inverted, the observation file is formatted as follows:

DATATYPE \(\;\) A
IGNORE \(\;\) B



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



../../_images/files_data.png

Fig. 3.3 Example data file for MTZ data.

3.3.1.2. Joint MT and ZTEM data

If joint MT and ZTEM data are being inverted, the observation file is formatted as follows:

Note

Frequencies for MT and subsequent ZTEM data do not need to match. However, the number of MT data blocks and ZTEM data blocks must be equal.

3.3.1.3. Parameter Descriptions

  • (A) Data type:. The type of data being forward modeled is specified at the beginning of the file. Example: DATATYPE MTZ. There are 4 options for DATATYPE:

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

    • “MTR” - MT data (expressed in terms of apparent resistivity and phase)

    • “MTT” - ZTEM data (both real and imaginary z-tipper data)

    • “MTB” - A joint dataset combining datatypes MTZ and MTT

  • (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

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

  • (D) Number of receivers: Number of receivers collecting data at the aforementioned frequency for the aforementioned data type. Example: 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.1.4. Data Arrays by Type

3.3.1.4.1. Locations

If forward modeling is being performed, only the (x,y,z) locations are required in each data array, regardless of the data type (MTZ, MTR, MTT, MTB). The data array in this case is N X 3 and each row is formatted as follows:

\[| \; x \; | \; y \; | \; z \; |\]

where \(x\) is Easting, \(y\) is Northing and \(z\) is elevation.

3.3.1.4.2. MT impedance 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:

\[| \; x \; | \; y \; | \; z \; | \;\;\; 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}\)

3.3.1.4.3. MT apparent resistivity and phase data (DATATYPE = MTR):

Each row in the array contains the elements of the impedance tensor at a particular location separated into apparent resistivity and phase, along with the corresponding uncertainties. The units for apparent resistivity are Ohms and those for apparent resistivity are degrees. The columns for this data format are as follows:

\[| \; x \; | \; y \; | \; z \; | \;\;\; Z_{xx} \; data \;\;\; | \;\;\; Z_{xy} \; data \;\;\; | \;\;\; Z_{yx} \; data \;\;\; | \;\;\; Z_{yy} \; data \;\;\; |\]

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

\[| \; \rho_{ij} \; | \; \rho_{ij} \; Unc. \; | \; \phi_{ij} \; | \; \phi_{ij} \; Unc. \; |\]

where

  • \(\rho_{ij}\) is the apparent resistivity of entry i,j of the impedance tensor

  • \(\rho_{ij} \; Unc.\) is the uncertainty on \(\rho_{ij}\)

  • \(\phi_{ij}\) is phase for entry i,j of the impedance tensor

  • \(\phi_{ij} \; Unc.\) is the uncertainty on \(\phi_{ij}\)

3.3.1.4.4. ZTEM data (DATATYPE = MTT):

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:

\[| \; x \; | \; y \; | \; z \; | \;\;\; T_x \; data \;\;\; | \;\;\; T_y \; data \;\;\; |\]

such that each \(T_x \; data\) is comprised of 4 columns:

\[| \; T^\prime_x \; | \; U^\prime_x \; | \; T^{\prime \prime}_x \; | \; U^{\prime \prime}_x \; |\]

where

  • \(T^\prime_x\) is the real component of \(T_x\)

  • \(T^{\prime\prime}_x\) is the imaginary component of \(T_x\)

  • \(U^\prime_x\) is the uncertainty on \(T^\prime_x\)

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

and similarly for \(y\).

Important

  • For MTT data (ZTEM), the first line in the array refers to the base/reference station location. Only the x,y and z locations are required. However, each remaining field must be given a flag value. Example for first row: \(350 \;\; 200 \;\; 0 \;\; i \;\; i \;\; i \;\; i \;\; i \;\; i \;\; i \;\; i\)

3.3.1.4.5. Joint MT and ZTEM data (DATATYPE = MTB):

In this case there are two data arrays, one for the MT data and one for the ZTEM data.

MT data:

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:

\[| \; x \; | \; y \; | \; z \; | \;\;\; Z_{xx} \; data \;\;\; | \;\;\; Z_{xy} \; data \;\;\; | \;\;\; Z_{yx} \; data \;\;\; | \;\;\; Z_{yy} \; data \;\;\; | \; 8 \; flagged \; columns \; |\]

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}\)

ZTEM data:

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:

\[| \; x \; | \; y \; | \; z \; | \; 16 \; flagged \; columns \; | \;\;\; T_x \; data \;\;\; | \;\;\; T_y \; data \;\;\; |\]

such that each \(T_x \; data\) is comprised of 4 columns:

\[| \; T^\prime_x \; | \; U^\prime_x \; | \; T^{\prime \prime}_x \; | \; U^{\prime \prime}_x \; |\]

where

  • \(T^\prime_x\) is the real component of \(T_x\)

  • \(T^{\prime\prime}_x\) is the imaginary component of \(T_x\)

  • \(U^\prime_x\) is the uncertainty on \(T^\prime_x\)

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

and similarly for \(y\).