Pub Date : 2024-05-21DOI: 10.1007/s10712-024-09834-y
Jan Horák, Richard Hewitt, Julien Thiesson, Roman Křivánek, Alžběta Danielisová, Martin Janovský
Integration of different kinds of data is an important issue in archaeological prospection. However, the current methodological approaches are underdeveloped and rarely use the data to their maximum potential. Common approaches to integration in the geophysical sciences are mostly just various forms of comparison. We argue that true integration should involve the mathematical manipulation of input data such that the original values of the input data are changed, or that new variables are produced. To address this important research gap, we present an innovative approach to the analysis of geochemical and geophysical datasets in prospection-focused disciplines. Our approach, which we refer to as “multiscalar integration” to differentiate it from simpler methods, involves the application of mathematical methods and tools to process the data in a unified way. To demonstrate our approach, we focus on integrating geophysical data (magnetometry) with geochemical data (elemental content). Our approach comprises three main stages: Quantification of the data deviation from random distributions, linear modelling of geophysical and geochemical data and integration based on weighting of the different elements derived in previous steps. All the steps of the workflow can be also applied separately and independently as needed or preferred. Our approach is implemented in the R environment for statistical computing. All data, functions and scripts used in the work are available from open access repositories (Zenodo.org and Github.com) so that others can test, modify and apply our proposed methods to new cases and problems. Our approach has the following advantages: (1) It allows the rapid exploration of multiple data sources in an unified way; (2) it can increase the utility of geochemical data across diverse prospection disciplines; (3) it facilitates the identification of links between geochemical and geophysical data (or generally, between point-based and raster data); (4) it innovatively integrates various datasets by weighting the information provided by each; (5) it is simple to apply following a step-by-step framework; (6) the code and workflow is fully open to allow for customization, improvements and additions.
{"title":"Multiscalar Integration of Dense and Sparse Spatial Data: an Archaeological Case Study with Magnetometry and Geochemistry","authors":"Jan Horák, Richard Hewitt, Julien Thiesson, Roman Křivánek, Alžběta Danielisová, Martin Janovský","doi":"10.1007/s10712-024-09834-y","DOIUrl":"10.1007/s10712-024-09834-y","url":null,"abstract":"<div><p>Integration of different kinds of data is an important issue in archaeological prospection. However, the current methodological approaches are underdeveloped and rarely use the data to their maximum potential. Common approaches to integration in the geophysical sciences are mostly just various forms of comparison. We argue that true integration should involve the mathematical manipulation of input data such that the original values of the input data are changed, or that new variables are produced. To address this important research gap, we present an innovative approach to the analysis of geochemical and geophysical datasets in prospection-focused disciplines. Our approach, which we refer to as “multiscalar integration” to differentiate it from simpler methods, involves the application of mathematical methods and tools to process the data in a unified way. To demonstrate our approach, we focus on integrating geophysical data (magnetometry) with geochemical data (elemental content). Our approach comprises three main stages: Quantification of the data deviation from random distributions, linear modelling of geophysical and geochemical data and integration based on weighting of the different elements derived in previous steps. All the steps of the workflow can be also applied separately and independently as needed or preferred. Our approach is implemented in the <i>R</i> environment for statistical computing. All data, functions and scripts used in the work are available from open access repositories (Zenodo.org and Github.com) so that others can test, modify and apply our proposed methods to new cases and problems. Our approach has the following advantages: (1) It allows the rapid exploration of multiple data sources in an unified way; (2) it can increase the utility of geochemical data across diverse prospection disciplines; (3) it facilitates the identification of links between geochemical and geophysical data (or generally, between point-based and raster data); (4) it innovatively integrates various datasets by weighting the information provided by each; (5) it is simple to apply following a step-by-step framework; (6) the code and workflow is fully open to allow for customization, improvements and additions.</p></div>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"45 4","pages":"1011 - 1045"},"PeriodicalIF":4.9,"publicationDate":"2024-05-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141074112","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-05-20DOI: 10.1007/s10712-024-09837-9
Shijun Cheng, Randy Harsuko, Tariq Alkhalifah
Machine learning-based seismic processing models are typically trained separately to perform seismic processing tasks (SPTs) and, as a result, require plenty of high-quality training data. However, preparing training data sets is not trivial, especially for supervised learning (SL). Despite the variability in seismic data across different types and regions, some general characteristics are shared, such as their sinusoidal nature and geometric texture. To learn the shared features and thus, quickly adapt to various SPTs, we develop a unified paradigm for neural network-based seismic processing, called Meta-Processing, that uses limited training data for meta learning a common network initialization, which offers universal adaptability features. The proposed Meta-Processing framework consists of two stages: meta-training and meta-testing. In the former, each SPT is treated as a separate task and the training dataset is divided into support and query sets. Unlike conventional SL methods, here, the neural network (NN) parameters are updated by a bilevel gradient descent from the support set to the query set, iterating through all tasks. In the meta-testing stage, we also utilize limited data to fine-tune the optimized NN parameters in an SL fashion to conduct various SPTs, such as denoising, interpolation, ground-roll attenuation, image enhancement, and velocity estimation, aiming to converge quickly to ideal performance. Extensive numerical experiments are conducted to assess the effectiveness of Meta-Processing on both synthetic and real-world data. The findings reveal that our approach leads to a substantial improvement in the convergence speed and predictive performance of the NN.
{"title":"Meta-Processing: A robust framework for multi-tasks seismic processing","authors":"Shijun Cheng, Randy Harsuko, Tariq Alkhalifah","doi":"10.1007/s10712-024-09837-9","DOIUrl":"10.1007/s10712-024-09837-9","url":null,"abstract":"<div><p>Machine learning-based seismic processing models are typically trained separately to perform seismic processing tasks (SPTs) and, as a result, require plenty of high-quality training data. However, preparing training data sets is not trivial, especially for supervised learning (SL). Despite the variability in seismic data across different types and regions, some general characteristics are shared, such as their sinusoidal nature and geometric texture. To learn the shared features and thus, quickly adapt to various SPTs, we develop a unified paradigm for neural network-based seismic processing, called Meta-Processing, that uses limited training data for meta learning a common network initialization, which offers universal adaptability features. The proposed Meta-Processing framework consists of two stages: meta-training and meta-testing. In the former, each SPT is treated as a separate task and the training dataset is divided into support and query sets. Unlike conventional SL methods, here, the neural network (NN) parameters are updated by a bilevel gradient descent from the support set to the query set, iterating through all tasks. In the meta-testing stage, we also utilize limited data to fine-tune the optimized NN parameters in an SL fashion to conduct various SPTs, such as denoising, interpolation, ground-roll attenuation, image enhancement, and velocity estimation, aiming to converge quickly to ideal performance. Extensive numerical experiments are conducted to assess the effectiveness of Meta-Processing on both synthetic and real-world data. The findings reveal that our approach leads to a substantial improvement in the convergence speed and predictive performance of the NN.</p></div>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"45 4","pages":"1081 - 1116"},"PeriodicalIF":4.9,"publicationDate":"2024-05-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141074110","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-05-10DOI: 10.1007/s10712-024-09839-7
Carla Braitenberg, Alberto Pastorutti
Seamount eruptions alter the bathymetry and can occur undetected due to lack of explosive character. We review documented eruptions to define whether they could be detected by a future satellite gravity mission. We adopt the noise level in acquisitions of multi-satellite constellations as in the MOCAST+ study, with a proposed payload of a quantum technology gradiometer and clock. The review of underwater volcanoes includes the Hunga Tonga Hunga Ha’apai (HTHH) islands for which the exposed surface changed during volcanic unrests of 2014/2015 and 2021/2022. The Fani Maoré submarine volcanic eruption of 2018–2021 produced a new seamount 800 m high, emerging from a depth of 3500 m, and therefore not seen above sea surface. We review further documented submarine eruptions and estimate the upper limit of the expected gravity changes. We find that a MOCAST+ type mission should allow us to detect the subsurface mass changes generated by deep ocean submarine volcanic activity for volume changes of 6.5 km3 upwards, with latency of 1 year. This change is met by the HTHH and Fani Maoré volcanoes.
{"title":"Detectability of Seamount Eruptions Through a Quantum Technology Gravity Mission MOCAST+: Hunga Tonga, Fani Maoré and Other Smaller Eruptions","authors":"Carla Braitenberg, Alberto Pastorutti","doi":"10.1007/s10712-024-09839-7","DOIUrl":"10.1007/s10712-024-09839-7","url":null,"abstract":"<div><p>Seamount eruptions alter the bathymetry and can occur undetected due to lack of explosive character. We review documented eruptions to define whether they could be detected by a future satellite gravity mission. We adopt the noise level in acquisitions of multi-satellite constellations as in the MOCAST+ study, with a proposed payload of a quantum technology gradiometer and clock. The review of underwater volcanoes includes the Hunga Tonga Hunga Ha’apai (HTHH) islands for which the exposed surface changed during volcanic unrests of 2014/2015 and 2021/2022. The Fani Maoré submarine volcanic eruption of 2018–2021 produced a new seamount 800 m high, emerging from a depth of 3500 m, and therefore not seen above sea surface. We review further documented submarine eruptions and estimate the upper limit of the expected gravity changes. We find that a MOCAST+ type mission should allow us to detect the subsurface mass changes generated by deep ocean submarine volcanic activity for volume changes of 6.5 km<sup>3</sup> upwards, with latency of 1 year. This change is met by the HTHH and Fani Maoré volcanoes.</p></div>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"45 4","pages":"1331 - 1361"},"PeriodicalIF":4.9,"publicationDate":"2024-05-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10712-024-09839-7.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140903017","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-05-07DOI: 10.1007/s10712-024-09838-8
Norman G. Loeb, Seung-Hee Ham, Richard P. Allan, Tyler J. Thorsen, Benoit Meyssignac, Seiji Kato, Gregory C. Johnson, John M. Lyman
Satellite observations from the Clouds and the Earth’s Radiant Energy System show that Earth’s energy imbalance has doubled from 0.5 ± 0.2 Wm−2 during the first 10 years of this century to 1.0 ± 0.2 Wm−2 during the past decade. The increase is the result of a 0.9 ± 0.3 Wm−2 increase absorbed solar radiation (ASR) that is partially offset by a 0.4 ± 0.25 Wm−2 increase in outgoing longwave radiation (OLR). Despite marked differences in ASR and OLR trends during the hiatus (2000–2010), transition-to-El Niño (2010–2016) and post-El Niño (2016–2022) periods, trends in net top-of-atmosphere flux (NET) remain within 0.1 Wm−2 per decade of one another, implying a steady acceleration of climate warming. Northern and southern hemisphere trends in NET are consistent to 0.06 ± 0.31 Wm−2 per decade due to a compensation between weak ASR and OLR hemispheric trend differences of opposite sign. We find that large decreases in stratocumulus and middle clouds over the sub-tropics and decreases in low and middle clouds at mid-latitudes are the primary reasons for increasing ASR trends in the northern hemisphere (NH). These changes are especially large over the eastern and northern Pacific Ocean, and coincide with large increases in sea-surface temperature (SST). The decrease in cloud fraction and higher SSTs over the NH sub-tropics lead to a significant increase in OLR from cloud-free regions, which partially compensate for the NH ASR increase. Decreases in middle cloud reflection and a weaker reduction in low-cloud reflection account for the increase in ASR in the southern hemisphere, while OLR changes are weak. Changes in cloud cover in response to SST increases imply a feedback to climate change yet a contribution from radiative forcing or internal variability cannot be ruled out.
{"title":"Observational Assessment of Changes in Earth’s Energy Imbalance Since 2000","authors":"Norman G. Loeb, Seung-Hee Ham, Richard P. Allan, Tyler J. Thorsen, Benoit Meyssignac, Seiji Kato, Gregory C. Johnson, John M. Lyman","doi":"10.1007/s10712-024-09838-8","DOIUrl":"https://doi.org/10.1007/s10712-024-09838-8","url":null,"abstract":"<p>Satellite observations from the Clouds and the Earth’s Radiant Energy System show that Earth’s energy imbalance has doubled from 0.5 ± 0.2 Wm<sup>−2</sup> during the first 10 years of this century to 1.0 ± 0.2 Wm<sup>−</sup><sup>2</sup> during the past decade. The increase is the result of a 0.9 ± 0.3 Wm<sup>−2</sup> increase absorbed solar radiation (ASR) that is partially offset by a 0.4 ± 0.25 Wm<sup>−2</sup> increase in outgoing longwave radiation (OLR). Despite marked differences in ASR and OLR trends during the hiatus (2000–2010), transition-to-El Niño (2010–2016) and post-El Niño (2016–2022) periods, trends in net top-of-atmosphere flux (NET) remain within 0.1 Wm<sup>−2</sup> per decade of one another, implying a steady acceleration of climate warming. Northern and southern hemisphere trends in NET are consistent to 0.06 ± 0.31 Wm<sup>−2</sup> per decade due to a compensation between weak ASR and OLR hemispheric trend differences of opposite sign. We find that large decreases in stratocumulus and middle clouds over the sub-tropics and decreases in low and middle clouds at mid-latitudes are the primary reasons for increasing ASR trends in the northern hemisphere (NH). These changes are especially large over the eastern and northern Pacific Ocean, and coincide with large increases in sea-surface temperature (SST). The decrease in cloud fraction and higher SSTs over the NH sub-tropics lead to a significant increase in OLR from cloud-free regions, which partially compensate for the NH ASR increase. Decreases in middle cloud reflection and a weaker reduction in low-cloud reflection account for the increase in ASR in the southern hemisphere, while OLR changes are weak. Changes in cloud cover in response to SST increases imply a feedback to climate change yet a contribution from radiative forcing or internal variability cannot be ruled out.</p>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"20 1","pages":""},"PeriodicalIF":4.6,"publicationDate":"2024-05-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140845199","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-05-03DOI: 10.1007/s10712-023-09818-4
Michal Šprlák, Martin Pitoňák
Integral transformations represent an important mathematical tool for gravitational field modelling. A basic assumption of integral transformations is the global data coverage, but availability of high-resolution and accurate gravitational data may be restricted. Therefore, we decompose the global integration into two parts: (1) the effect of the near zone calculated by the numerical integration of data within a spherical cap and (2) the effect of the far zone due to data beyond the spherical cap synthesised by harmonic expansions. Theoretical and numerical aspects of this decomposition have frequently been studied for isotropic integral transformations on the sphere, such as Hotine’s, Poisson’s, and Stokes’s integral formulas. In this article, we systematically review the mathematical theory of the far-zone effects for the spherical integral formulas, which transform the disturbing gravitational potential or its purely radial derivatives into observable quantities of the gravitational field, i.e. the disturbing gravitational potential and its radial, horizontal, or mixed derivatives of the first, second, or third order. These formulas are implemented in a MATLAB software and validated in a closed-loop simulation. Selected properties of the harmonic expansions are investigated by examining the behaviour of the truncation error coefficients. The mathematical formulations presented here are indispensable for practical solutions of direct or inverse problems in an accurate gravitational field modelling or when studying statistical properties of integral transformations.
{"title":"Far-Zone Effects for Spherical Integral Transformations I: Formulas for the Radial Boundary Value Problem and its Derivatives","authors":"Michal Šprlák, Martin Pitoňák","doi":"10.1007/s10712-023-09818-4","DOIUrl":"10.1007/s10712-023-09818-4","url":null,"abstract":"<div><p>Integral transformations represent an important mathematical tool for gravitational field modelling. A basic assumption of integral transformations is the global data coverage, but availability of high-resolution and accurate gravitational data may be restricted. Therefore, we decompose the global integration into two parts: (1) the effect of the near zone calculated by the numerical integration of data within a spherical cap and (2) the effect of the far zone due to data beyond the spherical cap synthesised by harmonic expansions. Theoretical and numerical aspects of this decomposition have frequently been studied for isotropic integral transformations on the sphere, such as Hotine’s, Poisson’s, and Stokes’s integral formulas. In this article, we systematically review the mathematical theory of the far-zone effects for the spherical integral formulas, which transform the disturbing gravitational potential or its purely radial derivatives into observable quantities of the gravitational field, i.e. the disturbing gravitational potential and its radial, horizontal, or mixed derivatives of the first, second, or third order. These formulas are implemented in a MATLAB software and validated in a closed-loop simulation. Selected properties of the harmonic expansions are investigated by examining the behaviour of the truncation error coefficients. The mathematical formulations presented here are indispensable for practical solutions of direct or inverse problems in an accurate gravitational field modelling or when studying statistical properties of integral transformations.</p></div>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"45 3","pages":"977 - 1009"},"PeriodicalIF":4.9,"publicationDate":"2024-05-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10712-023-09818-4.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140845016","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-05-03DOI: 10.1007/s10712-024-09833-z
Sebastian Bathiany, Robbin Bastiaansen, Ana Bastos, Lana Blaschke, Jelle Lever, Sina Loriani, Wanda De Keersmaecker, Wouter Dorigo, Milutin Milenković, Cornelius Senf, Taylor Smith, Jan Verbesselt, Niklas Boers
As the Earth system is exposed to large anthropogenic interferences, it becomes ever more important to assess the resilience of natural systems, i.e., their ability to recover from natural and human-induced perturbations. Several, often related, measures of resilience have been proposed and applied to modeled and observed data, often by different scientific communities. Focusing on terrestrial ecosystems as a key component of the Earth system, we review methods that can detect large perturbations (temporary excursions from a reference state as well as abrupt shifts to a new reference state) in spatio-temporal datasets, estimate the recovery rate after such perturbations, or assess resilience changes indirectly from stationary time series via indicators of critical slowing down. We present here a sequence of ideal methodological steps in the field of resilience science, and argue how to obtain a consistent and multi-faceted view on ecosystem or climate resilience from Earth observation (EO) data. While EO data offers unique potential to study ecosystem resilience globally at high spatial and temporal scale, we emphasize some important limitations, which are associated with the theoretical assumptions behind diagnostic methods and with the measurement process and pre-processing steps of EO data. The latter class of limitations include gaps in time series, the disparity of scales, and issues arising from aggregating time series from multiple sensors. Based on this assessment, we formulate specific recommendations to the EO community in order to improve the observational basis for ecosystem resilience research.
{"title":"Ecosystem Resilience Monitoring and Early Warning Using Earth Observation Data: Challenges and Outlook","authors":"Sebastian Bathiany, Robbin Bastiaansen, Ana Bastos, Lana Blaschke, Jelle Lever, Sina Loriani, Wanda De Keersmaecker, Wouter Dorigo, Milutin Milenković, Cornelius Senf, Taylor Smith, Jan Verbesselt, Niklas Boers","doi":"10.1007/s10712-024-09833-z","DOIUrl":"https://doi.org/10.1007/s10712-024-09833-z","url":null,"abstract":"<p>As the Earth system is exposed to large anthropogenic interferences, it becomes ever more important to assess the resilience of natural systems, i.e., their ability to recover from natural and human-induced perturbations. Several, often related, measures of resilience have been proposed and applied to modeled and observed data, often by different scientific communities. Focusing on terrestrial ecosystems as a key component of the Earth system, we review methods that can detect large perturbations (temporary excursions from a reference state as well as abrupt shifts to a new reference state) in spatio-temporal datasets, estimate the recovery rate after such perturbations, or assess resilience changes indirectly from stationary time series via indicators of critical slowing down. We present here a sequence of ideal methodological steps in the field of resilience science, and argue how to obtain a consistent and multi-faceted view on ecosystem or climate resilience from Earth observation (EO) data. While EO data offers unique potential to study ecosystem resilience globally at high spatial and temporal scale, we emphasize some important limitations, which are associated with the theoretical assumptions behind diagnostic methods and with the measurement process and pre-processing steps of EO data. The latter class of limitations include gaps in time series, the disparity of scales, and issues arising from aggregating time series from multiple sensors. Based on this assessment, we formulate specific recommendations to the EO community in order to improve the observational basis for ecosystem resilience research.</p>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"107 1","pages":""},"PeriodicalIF":4.6,"publicationDate":"2024-05-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140845207","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-04-29DOI: 10.1007/s10712-024-09840-0
Feng Cheng
This paper delivers an in-depth bibliometric analysis of distributed acoustic sensing (DAS) research within the realm of geophysics, covering the period from 2012 to 2023 and drawing on data from the Web of Science. By employing bibliographic and structured network analysis methods, including the use of Bibliometrix and VOSviewer®, the study highlights the most influential scholars, leading institutions, and pivotal research contributions that have significantly shaped the field of DAS in geophysics. The research delves into key collaborative dynamics, unraveling them through co-authorship network analysis, and delves into thematic developments and trajectories via comprehensive co-citation and keyword co-occurrence network analyses. These analyses elucidate the most robust and prominent areas within DAS research. A critical insight gained from this study is the rise of ‘photonic seismology’ as an emerging interdisciplinary domain, exemplifying the fusion of photonic sensing techniques with seismic science. This paper also discusses certain limitations inherent in the study and concludes with implications for future research.
本文对地球物理学领域的分布式声学传感(DAS)研究进行了深入的文献计量分析,研究时间跨度为 2012 年至 2023 年,数据来源于 Web of Science。通过采用书目和结构化网络分析方法(包括使用 Bibliometrix 和 VOSviewer®),该研究突出了对地球物理学中的分布式声学传感(DAS)领域产生重大影响的最有影响力的学者、领先机构和关键研究成果。该研究深入探讨了关键的合作动态,通过共同作者网络分析揭示了这些动态,并通过全面的共同引用和关键词共现网络分析深入探讨了专题发展和轨迹。这些分析阐明了 DAS 研究中最活跃、最突出的领域。从这项研究中获得的一个重要启示是 "光子地震学 "作为一个新兴的跨学科领域的崛起,体现了光子传感技术与地震科学的融合。本文还讨论了研究中固有的某些局限性,最后提出了对未来研究的启示。
{"title":"Photonic Seismology: A New Decade of Distributed Acoustic Sensing in Geophysics from 2012 to 2023","authors":"Feng Cheng","doi":"10.1007/s10712-024-09840-0","DOIUrl":"10.1007/s10712-024-09840-0","url":null,"abstract":"<div><p>This paper delivers an in-depth bibliometric analysis of distributed acoustic sensing (DAS) research within the realm of geophysics, covering the period from 2012 to 2023 and drawing on data from the Web of Science. By employing bibliographic and structured network analysis methods, including the use of Bibliometrix and VOSviewer<sup>®</sup>, the study highlights the most influential scholars, leading institutions, and pivotal research contributions that have significantly shaped the field of DAS in geophysics. The research delves into key collaborative dynamics, unraveling them through co-authorship network analysis, and delves into thematic developments and trajectories via comprehensive co-citation and keyword co-occurrence network analyses. These analyses elucidate the most robust and prominent areas within DAS research. A critical insight gained from this study is the rise of ‘photonic seismology’ as an emerging interdisciplinary domain, exemplifying the fusion of photonic sensing techniques with seismic science. This paper also discusses certain limitations inherent in the study and concludes with implications for future research.</p></div>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"45 4","pages":"1205 - 1243"},"PeriodicalIF":4.9,"publicationDate":"2024-04-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140814771","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
The wave reflection and transmission (R/T) coefficients in fluid-saturated porous media with the effect of effective pressure are rarely studied, despite the ubiquitous presence of in situ pressure in the subsurface Earth. To fill this knowledge gap, we derive exact R/T coefficient equations for a plane wave incident obliquely at the interface between the dissimilar pressured fluid-saturated porous half-spaces described by the theory of poro-acoustoelasticity (PAE). The central result of the classic PAE theory is first reviewed, and then a dual-porosity model is employed to generalize this theory by incorporating the impact of nonlinear crack deformation. The new velocity equations of generalized PAE theory can describe the nonlinear pressure dependence of fast P-, S- and slow P-wave velocities and have a reasonable agreement with the laboratory measurements. The general boundary conditions associated with membrane stiffness are used to yield the exact pressure-dependent wave R/T coefficient equations. We then model the impacts of effective pressure on the angle and frequency dependence of wave R/T coefficients and synthetic seismic responses in detail and compare our equations to the previously reported equations in zero-pressure case. It is inferred that the existing R/T coefficient equations for porous media may be misleading, since they lack consideration for inevitable in situ pressure effects. Modeling results also indicate that effective pressure and membrane stiffness significantly affect the amplitude variation with offset characteristics of reflected seismic signatures, which emphasizes the significance of considering the effects of both in practical applications related to the observed seismic data. By comparing the modeled R/T coefficients to the results computed with laboratory measured velocities, we preliminarily confirm the validity of our equations. Our equations and results are relevant to hydrocarbon exploration, in situ pressure detection and geofluid discrimination in high-pressure fields.
尽管地球表面下的原位压力无处不在,但在有效压力作用下,流体饱和多孔介质中的波反射和透射(R/T)系数却鲜有研究。为了填补这一知识空白,我们推导了斜向入射到不同压力的流体饱和多孔半空间界面上的平面波的精确 R/T 系数方程,该界面由孔声弹性(PAE)理论描述。首先回顾了经典 PAE 理论的核心结果,然后采用双孔隙模型,通过纳入非线性裂缝变形的影响来推广这一理论。广义 PAE 理论的新速度方程可以描述快速 P 波、S 波和慢速 P 波速度的非线性压力依赖性,并与实验室测量结果具有合理的一致性。利用与膜刚度相关的一般边界条件,可得出与压力相关的精确波 R/T 系数方程。然后,我们详细模拟了有效压力对波 R/T 系数和合成地震响应的角度和频率依赖性的影响,并将我们的方程与之前报告的零压力情况下的方程进行了比较。结果推断,现有的多孔介质 R/T 系数方程可能会产生误导,因为它们没有考虑不可避免的原位压力效应。建模结果还表明,有效压力和膜刚度会显著影响反射地震信号的振幅随偏移量变化的特征,这强调了在与观测地震数据相关的实际应用中考虑这两者影响的重要性。通过比较建模的 R/T 系数与实验室测量速度的计算结果,我们初步证实了我们的方程的有效性。我们的方程和结果与碳氢化合物勘探、原位压力探测和高压油田的地质流体识别有关。
{"title":"Pressure Effects on Plane Wave Reflection and Transmission in Fluid-Saturated Porous Media","authors":"Fubin Chen, Zhaoyun Zong, Reza Rezaee, Xingyao Yin","doi":"10.1007/s10712-024-09829-9","DOIUrl":"10.1007/s10712-024-09829-9","url":null,"abstract":"<div><p>The wave reflection and transmission (R/T) coefficients in fluid-saturated porous media with the effect of effective pressure are rarely studied, despite the ubiquitous presence of in situ pressure in the subsurface Earth. To fill this knowledge gap, we derive exact R/T coefficient equations for a plane wave incident obliquely at the interface between the dissimilar pressured fluid-saturated porous half-spaces described by the theory of poro-acoustoelasticity (PAE). The central result of the classic PAE theory is first reviewed, and then a dual-porosity model is employed to generalize this theory by incorporating the impact of nonlinear crack deformation. The new velocity equations of generalized PAE theory can describe the nonlinear pressure dependence of fast P-, S- and slow P-wave velocities and have a reasonable agreement with the laboratory measurements. The general boundary conditions associated with membrane stiffness are used to yield the exact pressure-dependent wave R/T coefficient equations. We then model the impacts of effective pressure on the angle and frequency dependence of wave R/T coefficients and synthetic seismic responses in detail and compare our equations to the previously reported equations in zero-pressure case. It is inferred that the existing R/T coefficient equations for porous media may be misleading, since they lack consideration for inevitable in situ pressure effects. Modeling results also indicate that effective pressure and membrane stiffness significantly affect the amplitude variation with offset characteristics of reflected seismic signatures, which emphasizes the significance of considering the effects of both in practical applications related to the observed seismic data. By comparing the modeled R/T coefficients to the results computed with laboratory measured velocities, we preliminarily confirm the validity of our equations. Our equations and results are relevant to hydrocarbon exploration, in situ pressure detection and geofluid discrimination in high-pressure fields.</p></div>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"45 4","pages":"1245 - 1290"},"PeriodicalIF":4.9,"publicationDate":"2024-04-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140814369","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Different observation data are utilized to obtain a unified geophysical model based on the correlations of underground geological bodies in joint inversions. By specifying a type of Gramian constraints, Gramian as a coupling term can link geophysical models through relationships of physical properties or structural similarities. Considering the complex relationships of physical properties of underground geological bodies, we proposed an adaptive zoning method to automatically divide the whole inversion area into subregions with different relationships of physical properties and to determine the number and range of subregions that utilized correlation between geophysical data before joint inversions. On this basis, we considered the use of a combination of Gramian coupling terms rather than one term to link petrophysical and structural domains during joint inversions. Synthetic tests showed that the algorithm is capable of having a robust estimate of the spatial distribution and relationships between density and magnetization intensity of geological bodies. The idea was also applied to the ore concentration area in the middle and lower reaches of the Yangtze River to obtain the three-dimensional (3-D) distribution model of magnetite-bearing rocks within 5 km underground, which corresponds well with the existing shallow ore sites and demonstrates the existence of available deep resources in the study area.
{"title":"Joint Inversion Method of Gravity and Magnetic Data with Adaptive Zoning Using Gramian in Both Petrophysical and Structural Domains","authors":"Tingyi Wang, Guoqing Ma, Qingfa Meng, Taihan Wang, Zhexin Jiang","doi":"10.1007/s10712-024-09832-0","DOIUrl":"10.1007/s10712-024-09832-0","url":null,"abstract":"<div><p>Different observation data are utilized to obtain a unified geophysical model based on the correlations of underground geological bodies in joint inversions. By specifying a type of Gramian constraints, Gramian as a coupling term can link geophysical models through relationships of physical properties or structural similarities. Considering the complex relationships of physical properties of underground geological bodies, we proposed an adaptive zoning method to automatically divide the whole inversion area into subregions with different relationships of physical properties and to determine the number and range of subregions that utilized correlation between geophysical data before joint inversions. On this basis, we considered the use of a combination of Gramian coupling terms rather than one term to link petrophysical and structural domains during joint inversions. Synthetic tests showed that the algorithm is capable of having a robust estimate of the spatial distribution and relationships between density and magnetization intensity of geological bodies. The idea was also applied to the ore concentration area in the middle and lower reaches of the Yangtze River to obtain the three-dimensional (3-D) distribution model of magnetite-bearing rocks within 5 km underground, which corresponds well with the existing shallow ore sites and demonstrates the existence of available deep resources in the study area.</p></div>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"45 4","pages":"1291 - 1330"},"PeriodicalIF":4.9,"publicationDate":"2024-04-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140814380","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2024-04-24DOI: 10.1007/s10712-024-09836-w
Luping Qu, Wenyong Pan, Kristopher Innanen, Marie Macquet, Donald Lawton
As an emerging seismic acquisition technology, distributed acoustic sensing (DAS) has drawn significant attention in earth science for long-term and cost-effective monitoring of underground activities. Field seismic experiments with optical fibers in a vertical seismic profile (VSP) configuration were conducted at the Newell County Facility of Carbon Management Canada in Alberta, Canada, for ({text{CO}}_2) injection and storage monitoring. Seismic full-waveform inversion (FWI) represents one promising approach for high-resolution imaging of subsurface model properties. In this study, anisotropic FWI with variable density is applied to the DAS-recorded walk-away VSP data for characterizing the subsurface velocity, anisotropy, and density structures, serving as baseline models for future time-lapse studies at the pilot site. Synthetic inversion experiments suggest that, without accounting for anisotropy, the inverted density structures by isotropic FWI are damaged by strong trade-off artifacts. Anisotropic FWI can provide more accurate P-wave velocity, density, and valuable anisotropy models. Field data applications are then performed to validate the effectiveness and superiority of the proposed methods. Compared to the inversion outputs of isotropic FWI, the inverted P-wave velocity by anisotropic FWI matches trend variation of the well log more closely. In the inverted density model, the ({text{CO}}_2) injection formation can be clearly resolved. The inverted anisotropy parameters provide informative references to interpret the structures and lithology around the target ({text{CO}}_2) injection zone.
作为一种新兴的地震采集技术,分布式声学传感技术(DAS)在地球科学领域备受关注,可用于对地下活动进行长期、经济有效的监测。在加拿大阿尔伯塔省的加拿大碳管理公司纽厄尔县设施,使用垂直地震剖面(VSP)配置的光纤进行了野外地震实验,用于注入和储存监测({text{CO}}_2)。地震全波形反演(FWI)是对地下模型特性进行高分辨率成像的一种可行方法。在本研究中,各向异性全波形反演(FWI)与可变密度被应用于 DAS 记录的走航式 VSP 数据,以描述地下速度、各向异性和密度结构的特征,作为试验场未来延时研究的基线模型。合成反演实验表明,如果不考虑各向异性,各向同性全波成像反演的密度结构就会受到强烈的权衡假象的破坏。各向异性 FWI 可以提供更准确的 P 波速度、密度和有价值的各向异性模型。随后进行了野外数据应用,以验证所提方法的有效性和优越性。与各向异性 FWI 的反演结果相比,各向异性 FWI 反演的 P 波速度与测井曲线的变化趋势更加吻合。在反演的密度模型中,可以清晰地分辨出注入层。反演的各向异性参数为解释目标注入区周围的结构和岩性提供了信息参考。
{"title":"Feasibility Study of Anisotropic Full-Waveform Inversion with DAS Data in a Vertical Seismic Profile Configuration at the Newell County Facility, Alberta, Canada","authors":"Luping Qu, Wenyong Pan, Kristopher Innanen, Marie Macquet, Donald Lawton","doi":"10.1007/s10712-024-09836-w","DOIUrl":"10.1007/s10712-024-09836-w","url":null,"abstract":"<div><p>As an emerging seismic acquisition technology, distributed acoustic sensing (DAS) has drawn significant attention in earth science for long-term and cost-effective monitoring of underground activities. Field seismic experiments with optical fibers in a vertical seismic profile (VSP) configuration were conducted at the Newell County Facility of Carbon Management Canada in Alberta, Canada, for <span>({text{CO}}_2)</span> injection and storage monitoring. Seismic full-waveform inversion (FWI) represents one promising approach for high-resolution imaging of subsurface model properties. In this study, anisotropic FWI with variable density is applied to the DAS-recorded walk-away VSP data for characterizing the subsurface velocity, anisotropy, and density structures, serving as baseline models for future time-lapse studies at the pilot site. Synthetic inversion experiments suggest that, without accounting for anisotropy, the inverted density structures by isotropic FWI are damaged by strong trade-off artifacts. Anisotropic FWI can provide more accurate P-wave velocity, density, and valuable anisotropy models. Field data applications are then performed to validate the effectiveness and superiority of the proposed methods. Compared to the inversion outputs of isotropic FWI, the inverted P-wave velocity by anisotropic FWI matches trend variation of the well log more closely. In the inverted density model, the <span>({text{CO}}_2)</span> injection formation can be clearly resolved. The inverted anisotropy parameters provide informative references to interpret the structures and lithology around the target <span>({text{CO}}_2)</span> injection zone.</p></div>","PeriodicalId":49458,"journal":{"name":"Surveys in Geophysics","volume":"45 4","pages":"1117 - 1142"},"PeriodicalIF":4.9,"publicationDate":"2024-04-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140642670","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"地球科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}