Skip to content

Commit 813efbf

Browse files
committed
initial commit of all data and scripts
0 parents  commit 813efbf

84 files changed

Lines changed: 4075 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ERT/E1-profile/E1.ohm

Lines changed: 660 additions & 0 deletions
Large diffs are not rendered by default.

ERT/E1-profile/E1_Topo_3D.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
274298.311 4180531.672 1221.67536238301
2+
274295.954 4180534.189 1221.2773643582
3+
274293.361 4180536.373 1221.10951721589
4+
274290.217 4180541.641 1221.37511402848
5+
274286.144 4180547.433 1222.64887790061
6+
274281.127 4180550.754 1221.50370042645
7+
274274.673 4180555.422 1221.70257836835
8+
274270.666 4180560.414 1221.67332740521
9+
274266.09 4180564.647 1221.6242771805
10+
274264.681 4180571.929 1221.8743466796
11+
274263.492 4180577.08 1221.88208349083
12+
274263.144 4180581.993 1222.1517608428
13+
274261.719 4180587.498 1222.54486238393
14+
274256.986 4180591.457 1223.24665480328
15+
274253.74 4180595.733 1223.37869958348
16+
274250.862 4180600.751 1222.43909184502
17+
274246.373 4180602.941 1222.54100047035
18+
274243.822 4180605.59 1222.56097498205
19+
274238.642 4180608.924 1222.85497934403
20+
274235.038 4180612.18 1222.68084407744
21+
274225.626 4180616.494 1223.53082477504
22+
274222.683 4180617.398 1224.22104333924
23+
274214.848 4180618.819 1221.72131107896
24+
274205.757 4180619.097 1221.15238774167
25+
274201.626 4180620.281 1221.03326256455
26+
274195.245 4180620.768 1221.07276399029
27+
274188.192 4180621.198 1220.58205353954
28+
274183.408 4180622.412 1220.42576754898
29+
274178.284 4180624.354 1220.16131011434
30+
274170.985 4180624.933 1219.89122400154
31+
274165.787 4180625.437 1219.86218683869
32+
274158.912 4180625.147 1219.88548322987
33+
274151.208 4180624.055 1219.03673002783
34+
274146.597 4180624.586 1219.00866237158
35+
274143.522 4180625.83 1218.95770923358
36+
274136.9 4180628.145 1219.12456351465
37+
274129.958 4180628.425 1218.46393576138
38+
274124.089 4180628.985 1218.08135323501
39+
274118.172 4180628.25 1218.03192960473
40+
274114.567 4180628.696 1217.95910927576
41+
274107.567 4180626.422 1217.28886545469
42+
274099.716 4180627.352 1217.36954226623

ERT/E1-profile/E1_inv.cfg

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
DATAFILE=E1.ohm
2+
DIMENSION=2
3+
#
4+
###################### Mesh options
5+
PARADX=0.25 # size (in electrode spacings) of cells at the surface
6+
PARA2DQUALITY=34.0 # defines how fast the mesh is growing (33-fast,35-slow)
7+
#PARADEPTH=100 # sets model depth, otherwise this is determined automatically
8+
#PARABOUNDARY=5 # size of boundary around electrodes (in %)
9+
PARAMAXCELLSIZE=5 # maximum cell size in m^2
10+
INTERFACE=G1_Beta_profile.txt # includes a known line in model
11+
#PARAGEOMETRY=do.sh # user-defined parameterisation producing mesh/mesh.poly
12+
#
13+
################## Inversion options
14+
RECALCJACOBIAN=1 # recalc jacobian in every inversion step
15+
#LAMBDA=20 # (global) regularisation strength
16+
#LAMBDAOPT=1 # optimise regularisation by means of L-curve
17+
#LAMBDADECREASE=1 # change of regularisation in each iteration by factor
18+
ROBUSTDATA=1 # robust (L1) data reweighting
19+
BLOCKYMODEL=1 # enhance contrasts by robust (L1) methods
20+
#REGIONFILE= # region-wise properties (overruns options below)
21+
#ZWEIGHT=0.1 # vertical constraints (1=isotropic, 0.1-0.01=quite layered)
22+
#LOWERBOUND=0 # lower resistivity bound (0=default)
23+
#UPPERBOUND=0 # upper resistivity bound (0=deactivated)
24+
#MAXITER=20 # restricts maximum number of iterations
25+
#
26+
################### Error weighting
27+
#INPUTERRLEVEL=3 # error level in percent
28+
#INPUTERRVOLTAGE=100e-6 # voltage error (in V)
29+
#OVERRIDEERROR=1 # estimate error new even if one is in file
30+
#
31+
################## data filtering
32+
KMIN=-9e99 # minimum geometric factor
33+
KMAX=9e99 # maximum geometric factor
34+
RMIN=0 # minimum apparent resistivity
35+
RMAX=9e99 # maximum apparent resistivity
36+
IPMIN=-9e99 # minimum apparent phase
37+
IPMAX=9e99 # maximum apparent phase
38+
ERRMAX=9e99 # maximum error estimate
39+
#
40+
################## plot options
41+
cMin=300 # minimum color level
42+
cMax=3000 # maximum color level

0 commit comments

Comments
 (0)