mirror of
https://github.com/HongjianFang/DSurfTomo.git
synced 2025-05-08 00:01:14 +08:00

add model uncertainty estimation with random models, also indent all the code to make them a little bit easy to read bug fix about shift when output the velocity model
24 lines
1.3 KiB
Plaintext
24 lines
1.3 KiB
Plaintext
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
|
|
c INPUT PARAMETERS
|
|
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
|
|
surfdataTB.dat c: data file
|
|
18 18 9 c: nx ny nz (grid number in lat lon and depth direction)
|
|
25.2 121.35 c: goxd gozd (upper left point,[lat,lon])
|
|
0.015 0.017 c: dvxd dvzd (grid interval in lat and lon direction)
|
|
25i c: nsrc*maxf
|
|
4.0 0.0 c: weight damp
|
|
3 c: nsublayer (numbers of sublayers for each grid interval:grid --> layer)
|
|
0.5 2.8 c: minimum velocity, maximum velocity
|
|
10 c: maxiter (iteration number)
|
|
0.2 c: sparsity fraction
|
|
26 c: kmaxRc (followed by periods)
|
|
0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0
|
|
0 c: kmaxRg
|
|
0 c: kmaxLc
|
|
0 c: kmaxLg
|
|
0 c: synthetic flag(0:real data,1:synthetic)
|
|
0.02 c: noiselevel
|
|
2.5 c: threshold
|
|
1 c: modest (1: estimate model variation, 0: no estimation)
|
|
30 c: number of random models
|