Mt2dinvmatlaba Program in Matlab and Fortran For Two Dimensional Magnetotelluric
Mt2dinvmatlaba Program in Matlab and Fortran For Two Dimensional Magnetotelluric
Mt2dinvmatlaba Program in Matlab and Fortran For Two Dimensional Magnetotelluric
Korea Institute of Geoscience and Mineral Resources (KIGAM), Gwahang-no 92, Yuseong-gu, Daejeon 305-350, Republic of Korea
Pukyong National University, 599-1, Daeyeon 3-dong, Nam-gu, Busan 608-737, Republic of Korea
a r t i c l e in f o
a b s t r a c t
Article history:
Received 18 February 2008
Received in revised form
8 October 2008
Accepted 15 October 2008
Keywords:
MT
Mixed language
FEM
Topography
ACB
1. Introduction
In recent decades, there have been many efforts and successes
in developing efcient magnetotelluric (MT) modeling and
inversion algorithms. Although three-dimensional (3D) modeling
and inversion algorithms are now available (Mackie and Madden,
1993; Newman and Alumbaugh, 2000; Zhdanov et al., 2000;
Sasaki, 2004; Siripunvaraporn et al., 2005; Nam et al., 2007), 3D
MT surveys providing adequate coverage are generally very
expensive (Wannamaker, 1999) and 3D numerical modeling and
inversion algorithms need more elaboration for eld data
interpretation (Berdichevsky and Dmitriev, 2002). Consequently,
many of MT surveys are still being done along a single prole
and hence two-dimensional (2D) MT inversion analysis still plays
an important role as a primary interpretation tool in real
applications.
MT 2D modeling and inversion algorithms have now become
very powerful and widely available (deGroot-Hedlin and
Constable, 1990; Ogawa and Uchida, 1996; Siripunvaraporn
and Egbert, 2000; Rodi and Mackie, 2001; Ogawa, 2002)
and some codes are available at Internet web sites such as
Corresponding author. Tel.: +82 42 868 3173; fax: +82 42 868 3358.
http://www.mtnet.info
MATLABs 7 Getting Started. http://www.mathworks.com/access/helpdesk/
help/techdoc/index.html
2
ARTICLE IN PRESS
S.K. Lee et al. / Computers & Geosciences 35 (2009) 17221734
After solving for V in Eq. (1), the corresponding auxiliary elds I and
J required for further calculation of the MT quantities in both modes
are to be obtained by differentiating V with respect to x and z as
@V
tI,
@x
@V
tJ.
@z
3
MATLABs 7 External Interface.
helpdesk/help/techdoc/index.html
(2)
(3)
http://www.mathworks.com/access/
1723
.
Hx
J
Z xy
(4)
Z yx
(5)
Oe
Z
Oe
rN i rNj dS
Z
Oe
gN i N j dS
Z
@Oe
Ni
@V
dl,
@n
(7)
(8)
1 @Ey
constant.
iom @z
(9)
s @z
Z H Hy 0
(10)
Ey 0
iom @z
ZH
(11)
ARTICLE IN PRESS
1724
Am,
(12)
Pm fm l sm,
(13)
fm kd Amk2 ,
(14)
sm kCmk2 ,
(15)
Dm JT J l2 CT C1 JT Dd,
(16)
(17)
(18)
where ra;i and fi are the apparent resistivity and phase at the
surface for the ith combination of the MT station and frequency
parameter, respectively.
The ith sensitivity function or Jacobian with respect to the kth
model parameter is then
!
@ log ra;i
2
@Z i n
rk
,
(19)
Re
Zi
@ log rk
om
@rk
ra;i
@Z i
@Z i
tan fi Re
rk cos2 fi Im
@fi
@rk
@rk
,
(20)
@ log rk
ReZ i
where Z i is the impedance at the surface for the ith combination of the
MT station and frequency parameter, denotes complex conjugate and
@Ei
@H
Zi i
@Z i
@rk
@rk
,
(21)
@rk
Hi
where Ei and Hi are the electric and magnetic elds at the surface
for the ith combination of the MT station and frequency parameter
(Jupp and Vozoff, 1977; Sasaki, 1989).
ARTICLE IN PRESS
S.K. Lee et al. / Computers & Geosciences 35 (2009) 17221734
Progress of Inversion
Field Data
1725
Theoretical Data
z
Air
Earth
Fig. 2. Schematic diagram of an inversion block (thick line) and a nite element
(FE) mesh (thin line) generated by MT2DInvMatlab. An inversion domain will be
set up by expanding from data domain (lled in gray) where MT stations
(triangles) are located, and could be subdivided further into a ner FE mesh to
enhance accuracy of forward calculation. Topography is implemented by moving
nodes of quadrilateral elements along z-axis. Degree of deformation in z direction
decreases gradually from earths surface, both to top and to bottom of a domain to
make sure that at boundary conditions can be applied.
Object Function
Inversion Image
users can check the inversion model while saving all variables of
the inversion as in a standard MATLAB binary MAT format.
When one installs the program MT2DInvMatlab, a subdirectory
of FotranSrc will be created. The subfolder FotranSrc contains
the FORTRAN source les required to build MEX functions, which
are callable C and FORTRAN programs and dynamically linked
subroutines that the MATLAB interpreter can automatically load
and execute.4 In general, it would not be necessary to recompile
and build MEX functions (*.mexw32) written in FORTRAN if one is
using MATLAB version 7.3.0.267 (R2006b) under Windows XP
platform. When one builds MATLAB functions or adds additional
features based on FORTRAN sources, however, it is important to
understand what MEX subroutine is and how variables are passed
between MATLAB and FORTRAN subroutines since they have
different data structures in storing variables. The details on MEX
functions are beyond the scope of this paper, one can nd
numerous references regarding this subject.5 For easy data
transfer between MATLAB and FORTRAN subroutines, we provide
some FORTRAN subroutines in SupportMatlab.for, which can easily
facilitate writing a MEX gateway subroutine.
3.3. Modied Rodis algorithm to obtain auxiliary elds for the case
of a topography model
To calculate the MT impedances, one must obtain auxiliary
elds by differentiating V with respect to z as in Eq. (3). This
process is also important in that we normally interpret eld data
ARTICLE IN PRESS
1726
y
+
z
Fig. 3. Normal and tangential vectors to a topographic surface dened for
calculation of auxiliary elds. Slope y 90 oyo90 is dened as an angle
between tangent of surface and y-axis. Direction of increase in y is indicated as .
(22)
Elevation (m)
100
50
-3000
-2000
-1000
0
Position (m)
1000
2000
120
110
100
Wannamaker's (TE)
Wannamaker's (TM)
MT2DInvMatlab (TE)
MT2DInvMatlab (TM)
90
80
-3000
-2000
-1000
0
Position (m)
1000
2000
3000
Wannamaker's (TE)
Wannamaker's (TM)
MT2DInvMatlab (TE)
MT2DInvMatlab (TM)
47
Phase (degree)
3000
46.5
46
45.5
45
44.5
44
-3000
-2000
-1000
0
Position (m)
1000
2000
3000
Fig. 4. Validity test of 2D MT forward response of MT2DInvMatlab for (a) a model having a co-sinusoidal hill in Wannamaker et al. (1986). (b) Apparent resistivities and (c)
phases are shown for comparisons. Lines represent results of Wannamaker et al. (1986), while symbols do those of MT2DInvMatlab.
ARTICLE IN PRESS
S.K. Lee et al. / Computers & Geosciences 35 (2009) 17221734
1727
Distance (km)
5
10
15
20
25
2
Depth (km)
0
10
100 Ohmm
4
6
8
Distance (km)
5
2
10
15
25 log10 (m)
20
Depth (km)
1.8
1.6
1.4
1.2
8
5
2
Distance (km)
10
15
25 log10 (m)
2.2
20
Depth (km)
1.8
1.6
1.4
1.2
1
Distance (km)
5
2
10
15
25 log10 (m)
20
Depth (km)
1.8
1.6
1.4
1.2
8
Fig. 5. A performance test of MT2DInvMatlab for (a) a topographic model. Topographic structure comprises a hill and a valley, a conductor of 10 Om is located in a host rock
of 100 Om. Vertical exaggeration of plot is 2:1. Triangles denote positions of MT stations. Results are shown for (b) TM mode inversion, (c) TE mode inversion, and (d) joint
inversion of TM and TE mode.
v
vsn
V s1 ; V s2 ; . . . ; V sNx T ,
@V s1
@n
@V s2
@n
;...;
@V sNx
@n
tangential derivatives as
(23)
!T
,
(24)
@V
@x
@V
@z
@x
@n
@x
@t
@z
@n
@z
@t
!1
@V
@n
@V
@t
sin y
cos y
cos y
sin y
1
@V
@n
@V
@t
!
,
(25)
ARTICLE IN PRESS
1728
Distance (km)
0
Depth (km)
5
0
10
15
20
25
10
100
5
5
50 Ohmm
3
4
Distance (km)
Depth (km)
5
0
10
15
20
25 log10 (m)
2
1
1.5
2
3
Distance (km)
10
15
20
Depth (km)
25 log10 (m)
2
1
1.5
2
3
Depth (km)
5
0
Distance (km)
10
15
20
25 log10 (m)
2
1
1.5
2
3
4
Fig. 6. A performance test of MT2DInvMatlab for a model as same as one tested by Sasaki (1989). (a) A conductive layer of 5 Om is embedded in the host medium of 50 Om,
and this layer is disconnected or faulted over the range approximately 911 km. There also exist one conductive and one resistive anomalous bodies beneath the surface.
Triangles denote the positions of MT stations. Results are shown for (b) TM mode inversion, (c) TE mode inversion, and (d) joint inversion of TM and TE mode.
(26)
where
Jg JT J lCT C1 JT .
(27)
M
X
fwij 1 Sij Rij g2 ,
(28)
j1
ARTICLE IN PRESS
S.K. Lee et al. / Computers & Geosciences 35 (2009) 17221734
1729
Distance (km)
Depth (km)
20
20
20
40
60
80
100
120
140
160
10
0
10
20
30
40
Distance (km)
Depth (km)
20
20
20
40
60
80
100
120
140
160
10
0
10
20
30
40
Depth (km)
Distance (km)
20
0
20
40
60
80
100
120
140
160
180 ACB ()
9
10
20
30
40
Fig. 7. Comparison of inversion of TM mode eld data with (a) MT2DInvMatlab developed in this study, and (b) NLCG code provided by commercial software GEOTOOLS
MT. Triangles denote positions of MT stations. Regularization parameters applied at nal iteration by MT2DInvMatlab are shown in (c), which are determined as a spatial
function by parameter resolution analysis, namely ACB algorithm (Yi et al., 2003). Small regularization parameters mean higher resolvable inversion blocks in parameter
resolution analysis sense (Menke, 1989).
logli loglmin
(29)
where SP min and SP max are the minimum and maximum values of
spread function SP i , respectively, and the lmin and lmax are
minimum and maximum values of the regularization parameter lx; z, which must be provided by the user. With this
method, we can automatically set a smaller value lx; z of
the regularization parameter to the highly resolvable model
parameter, which corresponds to a smaller value of the spread
function SP i in the inversion process and vice versa. Users
can choose these minimum and maximum regularization parameters by setting variables LambdaMin and LambdaMax. Otherwise, the regularization parameter will be set with Lambda if the
ACBModel is 0. In the program MT2DInvMatlab, inversion
procedure is embodied in MATLAB functions, nlsqinv2d.m,
nlsqupdate.m, ACBAnalysis.m and ACBWeight.m. One can easily
add and test ones own inversion schemes by simply writing
algorithms of matrix and vector equations in MATLAB and
replacing call to nlsqupdate.m function in nlsqinv2d.m function
with the other appropriate one.
ARTICLE IN PRESS
1730
Distance (km)
20
20
20
40
60
80
100
120
140
160
10
Depth (km)
0
10
20
1
30
40
0
Distance (km)
20
20
20
40
60
80
100
120
140
160
10
Depth (km)
0
10
20
1
30
40
0
Distance (km)
Depth (km)
20
0
20
40
60
80
10
20
30
40
100
120
140
160
180 ACB ()
9
8
7
6
5
4
Fig. 8. Comparison of joint inversion of TE and TM mode eld data with (a) MT2DInvMatlab developed in this study, and (b) NLCG code provided by commercial software
GEOTOOLS MT. Triangles denote positions of MT stations. Regularization parameters applied at nal iteration by MT2DInvMatlab are shown in (c), which are determined as
a spatial function by parameter resolution analysis, namely ACB algorithm (Yi et al., 2003). Small regularization parameters mean higher resolvable inversion blocks in
parameter resolution analysis sense (Menke, 1989).
ARTICLE IN PRESS
S.K. Lee et al. / Computers & Geosciences 35 (2009) 17221734
Distance (km)
60
Distance (km)
20
40
Log10 (Frequency)
40
1.5
1
0.5
0
0.5
1
1.5
2
0
Log10 (Frequency)
20
1.5
1
0.5
0
0.5
1
1.5
2
80
60
40
20
0
20
40
Distance (km)
0
20
40
0
2
Log10a (Ohmm)
Phase (Degree)
Log10a (Ohmm)
Phase (Degree)
1
0
1
Log10 Frequency (Hz)
90
45
0
3
1
0
1
Log10 Frequency (Hz)
60
1.5
1
0.5
0
0.5
1
1.5
2
80
60
40
20
0
Station at 168.755 km
Station at 35.351 km
4
60
1.5
1
0.5
0
0.5
1
1.5
2
Distance (km)
60 80 100 120 140 160 degree
Log10 (Frequency)
Log10 (Frequency)
1731
4
3
2
1
0
1
0
1
Log10 Frequency (Hz)
90
45
0
1
0
1
Log10 Frequency (Hz)
Fig. 9. Comparisons of (a) observed data and (b) predicted model responses of TM mode inversion for eld data with MT2DInvMatlab. Upper panels in (a) and (b) represent
apparent resistivities and lower panels do impedance phases. Sounding curves of observed data with error bars (circles) and predicted model responses (solid lines) at
selected stations, 35.351 and 168.755 km, are shown in (c) and (d). An RMS error of data mist between observed and predicted data is 0.15. Phases are added by 180 in
all plots.
ARTICLE IN PRESS
1732
Distance (km)
60 80 100 120 140 160 log10 (m)
3
2.5
2
1.5
1
20
40
0
Log10 (Frequency)
40
1.5
1
0.5
0
0.5
1
1.5
2
0
Log10 (Frequency)
20
80
1.5
1
0.5
0
0.5
1
1.5
2
60
40
20
0
20
40
1.5
1
0.5
0
0.5
1
1.5
2
Distance (km)
60 80 100 120 140 160 degree
20
40
1.5
1
0.5
0
0.5
1
1.5
2
80
60
40
20
0
3
2.5
2
1.5
1
20
40
0
Log10 (Frequency)
60
80
60
40
20
0
20
40
1.5
1
0.5
0
0.5
1
1.5
2
Distance (km)
60 80 100 120 140 160 degree
1.5
1
0.5
0
0.5
1
1.5
2
Distance (km)
60 80 100 120 140 160 log10 (m)
3
2.5
2
1.5
1
0
Log10 (Frequency)
Log10 (Frequency)
40
1.5
1
0.5
0
0.5
1
1.5
2
0
Log10 (Frequency)
20
Distance (km)
60 80 100 120 140 160 degree
80
1.5
1
0.5
0
0.5
1
1.5
2
Distance (km)
0
Distance (km)
60 80 100 120 140 160 log10 (m)
3
2.5
2
1.5
1
0
Log10 (Frequency)
Log10 (Frequency)
20
40
Distance (km)
60 80 100 120 140 160 degree
80
60
40
20
0
Fig. 10. Comparisons of observed data and predicted model responses of TM mode ((a) and (b)) and TE mode ((c) and (d)) of joint inversion for eld data with
MT2DInvMatlab. Upper panels in (a)(d) represent apparent resistivities and lower panels do impedance phases. TM mode phases are added by 180 to have lower panels
in (a) and (b).
The eld data set for this comparison is one acquired around
the area of the Lachlan Fold Belt in Central Victoria, Australia. The
Lachlan Fold Belt of southeastern Australia is a 700 km wide belt
of deformed, Paleozoic deep and shallow marine sedimentary
rocks, cherts and mac volcanic rocks (VandenBerg et al., 2000). It
is known from surface structural elements that it was formed
by massive telescoping and strike-slip translation within a
continental margin sediment prism along the former eastern
margin of Gondwanaland during the mid-Paleozoic.6 MT surveys
were completed to obtain an electrical conductivity image to
improve current interpretations in the central part of the Lachlan
Fold Belt. The proling line is 180 km long running approximately
eastwest. The total number of MT stations is 53 and a remote
reference (RR) site was located 160 km away from the center of
local eld sites. The MTU-5/A systems of Phoenix Geophysics, Ltd.
were used for MT data acquisition. Because the survey site is
relatively quiet in the EM noise sense, apparent resistivity and
phase data show continuous and reasonable sounding curves at
most sites. RR processing improves the data even better around
the dead band. Overall data quality is very good at almost all sites,
but we edited out some bad data before inversion. Impedance
estimation with RR processing was done with SSMT2000TM
processing software.
A straight 2D line was set up along the direction of 951
counterclockwise from North and the actual MT stations were
http://www.geo.arizona.edu/geo5xx/geo527/LachlanFoldBelt/index.htm
ARTICLE IN PRESS
S.K. Lee et al. / Computers & Geosciences 35 (2009) 17221734
3
2
1
0
3
1
0
1
Log10 Frequency (Hz)
180
90
45
0
90
135
180
3
1
0
1
Log10 Frequency (Hz)
4
3
2
1
0
Phase (Degree)
Phase (Degree)
Station at 31.016 km
Log10a (Ohmm)
Log10a (Ohmm)
Station at 27.53 km
3
2
1
0
2
180
90
45
0
90
135
180
3
1
0
1
Log10 Frequency (Hz)
1
0
1
Log10 Frequency (Hz)
4
3
2
1
0
Phase (Degree)
Phase (Degree)
1
0
1
Log10 Frequency (Hz)
Station at 139.083 km
Log10a (Ohmm)
Log10a (Ohmm)
Station at 99.075 km
1
0
1
Log10 Frequency (Hz)
180
90
45
0
90
135
180
1733
1
0
1
Log10 Frequency (Hz)
1
0
1
Log Frequency (Hz)
180
90
45
0
90
135
180
Fig. 11. Examples of data tting in joint inversion of TM and TE modes. Shown are sounding curves of observed data with error bars (symbols) and predicted model
responses (solid lines) at selected stations, (a) 27.53 km (Station 9), (b) 31.016 km (Station 11), (c) 99.075 km (Station 40), and (d) 139.083 km (Station 49). Rectangles and
solid lines denote TE mode, and circles and solid lines show TM mode, respectively.
ARTICLE IN PRESS
1734
Acknowledgments
This work was supported by the Basic Research Project of Korea
Institute of Geoscience and Mineral Resources (KIGAM) funded by
the Ministry of Knowledge and Economy (MKE) of Korean
Government. One of the authors, Hee Joon Kim, was supported
by a Grant (DJ2-101-1-0-0) from Carbon Dioxide Reduction &
Sequestration Research Center, one of the 21st Century Frontier
Programs funded by the Ministry of Science and Technology of
Korean Government. Authors would like to thank Dr. Tae Jong Lee,
Dr. Toshihiro Uchida, and Professor Jim Cull for approval of use of
eld data for comparison. We would also like to thank Dr. Yuguo Li
and another anonymous reviewer for their constructive comments on our manuscript.
References
Becker, E.B., Carey, G.F., Oden, J.T., 1981. Finite Elements: An Introduction. PrenticeHall Inc., Englewood Cliffs, NJ, 255pp.
Berdichevsky, M.N., Dmitriev, V.I., 2002. Magnetotellurics in the Context of the
Theory of Ill-Posed Problems. Society of Exploration Geophysicists, Tulsa, OK,
215pp.
Chouteau, M., Bouchard, K., 1988. Two-dimensional terrain correction in
magnetotelluric surveys. Geophysics 53, 854862.
deGroot-Hedlin, C., Constable, S., 1990. Occams inversion to generate smooth, twodimensional models from magnetotelluric data. Geophysics 55, 16131624.
Giroux, B., Gloaguen, E., Chouteau, M., 2007. bh_tomoa Matlab borehole georadar
2D tomography package. Computers and Geosciences 33, 126137.
Holcombe, H.T., Jiracek, G.R., 1984. Three-dimensional terrain corrections in
resistivity surveys. Geophysics 49, 439452.
Ingeman-Nielsen, T., Baumgartner, F., 2006. CR1Dmod: a Matlab program to model
1D complex resistivity effects in electrical and electromagnetic surveys.
Computers and Geosciences 32, 14111419.
Irving, J., Knight, R., 2006. Numerical modeling of ground-penetrating radar in 2-D
using MATLAB. Computers and Geosciences 32, 12471258.
Jiracek, G.R., 1990. Near-surface and topographic distortions in electromagnetic
induction. Surveys in Geophysics 11, 163203.
Jupp, D.L.B., Vozoff, K., 1977. Two-dimensional magnetotelluric inversion. Geophysical Journal of the Royal Astronomical Society 50, 333352.
Kelbert, A., Egbert, G.D., 2007. A modular system for EM inversion: Implementation
of NLCG for 3-D magnetotelluric data. In: Eos Transaction American
Geophysical Union, San Francisco, USA, pp. GP33B1254.
Loke, M.H., 2000. Topographic modeling in electrical imaging inversion. In:
Proceedings 62nd Meeting of the European Association of Exploration
Geoscientists, Glasgow, Scotland, pp. 14. hhttp://geoelectrical.com/
topoabs.pdfi (accessed 30.03.09).
Mackie, R.L., Madden, T.R., 1993. Three-dimensional magnetotelluric inversion
using conjugate gradients. Geophysical Journal International 115, 215229.
McGillivray, P.R., Oldenburg, D.W., 1990. Methods for calculating Frechet
derivatives and sensitivities for the non-linear inverse problem: a comparative
study. Geophysical Prospecting 38, 499524.
McGillivray, P.R., Oldenburg, D.W., Ellis, R.G., Habashy, T.M., 1994. Calculation of
sensitivities for the frequency-domain electromagnetic problem. Geophysical
Journal International 116, 14.
Mehanee, S., Zhdanov, M., 2002. Two-dimensional magnetotelluric inversion of
blocky geoelectrical structures. Journal of Geophysical Research 107 (EPM 2),
111.
Menke, W., 1989. Geophysical Data Analysis Discrete Inverse theory, revised ed.
Academic Press Inc, San Diego, CA, 289pp.
Nam, M.J., Kim, H.J., Song, Y., Lee, T.J., Son, J.-S., Suh, J.H., 2007. 3D magnetotelluric
modeling including surface topography. Geophysical Prospecting 55, 277287.
Newman, G.A., Alumbaugh, D.L., 2000. Three-dimensional magnetotelluric inversion using non-linear conjugate gradients. Geophysical Journal International
140, 410424.
Ogawa, Y., Uchida, T., 1996. A two-dimensional magnetotelluric inversion assuming
Gaussian static shift. Geophysical Journal International 126, 6976.
Ogawa, Y., 2002. On two-dimensional modeling of magnetotelluric eld data.
Surveys in Geophysics 23, 251273.
Press, W.H., Teukolsky, S.A., Vetterling, W.T., Flannery, B.P., 1992. Numerical Recipes
in FORTRAN: The Art of Scientic Computing. Cambridge University Press, New
York, 963pp.
Rodi, W.L., 1976. A technique for improving the accuracy of nite element solutions
for magnetotelluric data. Geophysical Journal of the Royal Astronomical
Society 44, 483506.
Rodi, W., Mackie, R.L., 2001. Nonlinear conjugate gradients algorithm for 2D
magnetotelluric inversion. Geophysics 66, 174187.
Sasaki, Y., 1989. Two-dimensional joint inversion of magnetotelluric and
dipoledipole resistivity data. Geophysics 54, 254262.
Sasaki, Y., 2004. Three-dimensional inversion of static-shifted magnetotelluric
data. Earth Planets Space 56, 239248.
Siripunvaraporn, W., Egbert, G., 2000. An efcient data-subspace inversion method
for 2D magnetotelluric data. Geophysics 65, 791803.
Siripunvaraporn, W., Egbert, G., Lenbury, Y., Uyeshima, M., 2005. Three-dimensional magnetotelluric inversion: data space method. Physics of the Earth and
Planetary Interiors 150, 314.
Sundararajan, N., Ramesh Babu, V., Shiva Prasad, N., Srinivas, Y., 2006. VLFPROSa
Matlab code for processing of VLF-EM data. Computers and Geosciences 32,
18061813.
Tikhonov, A.N., Arsenin, V.Y., 1977. Solution of Ill-Posed Problems. Wiley, New York,
258pp.
Uchida, T., 1993. Smooth 2D inversion for magnetotelluric data based on statistical
criterion ABIC. Journal of Geomagnetism and Geoelectricity 45, 841858.
VandenBerg, A.H.M., Willman, C.E., Maher, S., Simons, B.A., Cayley, R.A., Taylor,
D.H., Morand, V.J., Moore, D.H., Radojkovic, A., 2000. The Tasman Fold Belt
System in Victoria. Geological Survey of Victoria, Melbourne, VIC, 462pp.
Wannamaker, P.E., Stodt, J.A., Rijo, L., 1986. Two-dimensional topographic
responses in magnetotellurics modeled using nite elements. Geophysics 51,
21312144.
Wannamaker, P.E., 1999. Affordable magnetotellurics interpretation in natural
environments. In: Oristaglio, M., Spies, B. (Eds.), Three-Dimensional Electromagnetics. Society of Exploration Geophysicists, Tulsa pp. 349374.
Yi, M.-J., Kim, J.-H., Chung, S.-H., 2003. Enhancing the resolving power of leastsquares inversion with active constraint balancing. Geophysics 68, 931941.
Zhdanov, M.S., Fang, S., Hursan, G., 2000. Electromagnetic inversion using quasilinear approximation. Geophysics 65, 15011513.
Zhdanov, M.S., 2002. Geophysical Inverse Theory and Regularization Problems.
Elsevier, Amsterdam, The Netherlands, 609pp.