-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathHOWTO_reference_ASKI.bib
More file actions
46 lines (42 loc) · 6.27 KB
/
HOWTO_reference_ASKI.bib
File metadata and controls
46 lines (42 loc) · 6.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@Comment --------------------------------------------------------------
@Comment This BibTex file contains BibTex entries (downloaded from
@Comment the journals websites) of all peer-reviewed journal
@Comment publications about ASKI or its inversion method.
@Comment If you use ASKI for your own research, please cite one of
@Comment these as appropriate.
@Comment --------------------------------------------------------------
@Comment Schumacher et al. 2016 (GJI)
@Comment http://dx.doi.org/10.1093/gji/ggv505
@article{Schumacher01022016,
author = {Schumacher, F. and Friederich, W. and Lamara, S.},
title = {A flexible, extendable, modular and computationally efficient approach to scattering-integral-based seismic full waveform inversion},
volume = {204},
number = {2},
pages = {1100-1119},
year = {2016},
doi = {10.1093/gji/ggv505},
abstract ={We present a new conceptual approach to scattering-integral-based seismic full waveform inversion (FWI) that allows a flexible, extendable, modular and both computationally and storage-efficient numerical implementation. To achieve maximum modularity and extendability, interactions between the three fundamental steps carried out sequentially in each iteration of the inversion procedure, namely, solving the forward problem, computing waveform sensitivity kernels and deriving a model update, are kept at an absolute minimum and are implemented by dedicated interfaces. To realize storage efficiency and maximum flexibility, the spatial discretization of the inverted earth model is allowed to be completely independent of the spatial discretization employed by the forward solver. For computational efficiency reasons, the inversion is done in the frequency domain. The benefits of our approach are as follows: (1) Each of the three stages of an iteration is realized by a stand-alone software program. In this way, we avoid the monolithic, unflexible and hard-to-modify codes that have often been written for solving inverse problems. (2) The solution of the forward problem, required for kernel computation, can be obtained by any wave propagation modelling code giving users maximum flexibility in choosing the forward modelling method. Both time-domain and frequency-domain approaches can be used. (3) Forward solvers typically demand spatial discretizations that are significantly denser than actually desired for the inverted model. Exploiting this fact by pre-integrating the kernels allows a dramatic reduction of disk space and makes kernel storage feasible. No assumptions are made on the spatial discretization scheme employed by the forward solver. (4) In addition, working in the frequency domain effectively reduces the amount of data, the number of kernels to be computed and the number of equations to be solved. (5) Updating the model by solving a large equation system can be done using different mathematical approaches. Since kernels are stored on disk, it can be repeated many times for different regularization parameters without need to solve the forward problem, making the approach accessible to Occam's method. Changes of choice of misfit functional, weighting of data and selection of data subsets are still possible at this stage. We have coded our approach to FWI into a program package called ASKI (Analysis of Sensitivity and Kernel Inversion) which can be applied to inverse problems at various spatial scales in both Cartesian and spherical geometries. It is written in modern FORTRAN language using object-oriented concepts that reflect the modular structure of the inversion procedure. We validate our FWI method by a small-scale synthetic study and present first results of its application to high-quality seismological data acquired in the southern Aegean.},
URL = {http://gji.oxfordjournals.org/content/204/2/1100.abstract},
eprint = {http://gji.oxfordjournals.org/content/204/2/1100.full.pdf+html},
journal = {Geophysical Journal International}
}
@Comment Schumacher et al. 2016 (SoftX)
@Comment http://dx.doi.org/10.1016/j.softx.2016.10.005
@article{Schumacher2016252,
title = "ASKI: A modular toolbox for scattering-integral-based seismic full waveform inversion and sensitivity analysis utilizing external forward codes ",
journal = "SoftwareX ",
volume = "5",
number = "",
pages = "252 - 259",
year = "2016",
note = "",
issn = "2352-7110",
doi = "http://dx.doi.org/10.1016/j.softx.2016.10.005",
url = "http://www.sciencedirect.com/science/article/pii/S2352711016300346",
author = "Florian Schumacher and Wolfgang Friederich",
keywords = "ASKI",
keywords = "Seismic full waveform inversion",
keywords = "Waveform sensitivity kernels",
keywords = "Object-oriented programming ",
abstract = "Abstract Due to increasing computational resources, the development of new numerically demanding methods and software for imaging Earth’s interior remains of high interest in Earth sciences. Here, we give a description from a user’s and programmer’s perspective of the highly modular, flexible and extendable software package ASKI–Analysis of Sensitivity and Kernel Inversion–recently developed for iterative scattering-integral-based seismic full waveform inversion. In ASKI, the three fundamental steps of solving the seismic forward problem, computing waveform sensitivity kernels and deriving a model update are solved by independent software programs that interact via file output/input only. Furthermore, the spatial discretizations of the model space used for solving the seismic forward problem and for deriving model updates, respectively, are kept completely independent. For this reason, \{ASKI\} does not contain a specific forward solver but instead provides a general interface to established community wave propagation codes. Moreover, the third fundamental step of deriving a model update can be repeated at relatively low costs applying different kinds of model regularization or re-selecting/weighting the inverted dataset without need to re-solve the forward problem or re-compute the kernels. Additionally, \{ASKI\} offers the user sensitivity and resolution analysis tools based on the full sensitivity matrix and allows to compose customized workflows in a consistent computational environment. \{ASKI\} is written in modern Fortran and Python, it is well documented and freely available under terms of the \{GNU\} General Public License (http://www.rub.de/aski). "
}