h1

h2

h3

h4

h5
h6
000841017 001__ 841017
000841017 005__ 20230411161806.0
000841017 0247_ $$2HBZ$$aHT021233659
000841017 0247_ $$2Laufende Nummer$$a41202
000841017 0247_ $$2datacite_doi$$a10.18154/RWTH-2022-01402
000841017 037__ $$aRWTH-2022-01402
000841017 041__ $$aEnglish
000841017 082__ $$a550
000841017 1001_ $$0P:(DE-588)125157713X$$aKeller, Johannes Joachim$$b0$$urwth
000841017 245__ $$aEnsemble Kalman filtering for parameter estimation in groundwater flow modeling : implementation and robust comparison of filter variants within the SHEMAT-Suite stochastic mode$$cvorgelegt von Johannes Joachim Keller, Master of Science$$honline
000841017 246_3 $$aEnsemble Kalman Filter zur Parameterschätzung bei der Grundwasserflussmodellierung : Implementierung und Vergleich von Filtervarianten im SHEMAT-Suite Stochastic Mode$$yGerman
000841017 260__ $$aAachen$$bRWTH Aachen University$$c2020
000841017 260__ $$c2022
000841017 300__ $$a1 Online-Ressource : Illustrationen
000841017 3367_ $$02$$2EndNote$$aThesis
000841017 3367_ $$0PUB:(DE-HGF)11$$2PUB:(DE-HGF)$$aDissertation / PhD Thesis$$bphd$$mphd
000841017 3367_ $$2BibTeX$$aPHDTHESIS
000841017 3367_ $$2DRIVER$$adoctoralThesis
000841017 3367_ $$2DataCite$$aOutput Types/Dissertation
000841017 3367_ $$2ORCID$$aDISSERTATION
000841017 500__ $$aVeröffentlicht auf dem Publikationsserver der RWTH Aachen University 2022
000841017 502__ $$aDissertation, Rheinisch-Westfälische Technische Hochschule Aachen, 2020$$bDissertation$$cRheinisch-Westfälische Technische Hochschule Aachen$$d2020$$gFak05$$o2020-12-08
000841017 5203_ $$aDie Modellierung von Grundwasserströmung ist ein wichtiger Aspekt vieler Anwendungsbereiche der Geowissenschaften. Ein Beispiel eines solchen Anwendungsbereichs ist die Modellierung und numerische Simulation geothermischer Systeme. Bei einer numerischen Simulation im geothermischen Anwendungsbereich werden Grundwasserströmung und Wärmeausbreitung gekoppelt berechnet. Ein weiteres Anwendungsbeispiel ist die Überwachung von Schadstofftransport in Grundwasserleitern. In diesem Fall werden Grundwasserströmung und Massentransport gekoppelt berechnet. Damit die Modellierung einer Grundwasserströmung möglichst aussagekräftig ist, bedarf es der Unsicherheitsquantifizierung, insbesondere der Kenntnis der Permeabilitäten des porösen Mediums, durch welches die Flüssigkeit, in den meisten Fällen Wasser, fließt. In dieser Doktorarbeit wird ein Softwarepaket vorgestellt, welches die Anwendung des Ensemble Kalman Filters (EnKF) für die Permeabilitätsschätzung ermöglicht. Der EnKF ist eine Methode zur Datenassimilierung und Parameterschätzung in rechenintensiven, nicht-linearen numerischen Simulationen. Die Ergebnisse dieser Arbeit wollen Hinweise zur effizienten Nutzung wachsender Computerressourcen auf dem Gebiet der Permeabilitätsabschätzung und der Grundwasserflussschätzung geben. In der Mehrzahl der wissenschaftlichen Disziplinen ist die Unsicherheitsquantifizierung von großer Bedeutung. Durch wachsende Computerleistung wird Unsicherheitsquantifizierung auch bei bisher zu aufwändigen Berechnungen möglich. Aus einer Reihe von Gründen ist die Unsicherheitsquantifizierung besonders wichtig zur Permeabilitätsabschätzung und bei Grundwasserströmungssimulationen: (1) Es gibt normalerweise viele ungenau bestimmte Größen in Untergrundmodellen, die einen Einfluss auf die Bestimmung der Grundwasserströmung ausüben, (2) Untergrundmodelle sind typischerweise groß und (3) folglich müssen kleine Ensemblegrößen für Sampling-Methoden zur Unsicherheitsquantifizierung ausreichen. In dieser Arbeit, wird eine Software vorgestellt, mit der die Sampling-Methode Ensemble Kalman Filter (EnKF) zur Parameterschätzung verwendet werden kann. Außerdem können mit der Software EnKF-Methoden verglichen werden. EnKF-Methoden werden im Rahmen der wissenschaftlichen Software SHEMAT-Suite so implementiert, dass die Implementierung wissenschaftliche Prinzipien erfüllen soll, z.B. Reproduzierbarkeit und Falsifizierbarkeit. Beim Vergleich von EnKF-Verfahren wird gezeigt, dass Zufallszahlen einen nicht zu vernachlässigenden Einfluss auf derartige Vergleiche haben. Schließlich wird der PP-EnKF eingeführt, eine EnKF-Variante zur Unterdrückung ungewünschter Korrelationen, die durch kleine Ensemblegrößen bei der Benutzung des EnKF entstehen.$$lger
000841017 520__ $$aModeling groundwater flow is important for many scientific and commercial applications related to the geosciences. Two such applications are the simulation of geothermal systems where a combination of flow and heat is simulated, and monitoring contaminant transport where a combination of flow and species transport is simulated. All such applications have in common that uncertainty quantification is essential, in particular the correct modeling of permeabilities of the porous medium through which the fluid, often water, flows. This thesis presents a framework for applying the ensemble Kalman filter (EnKF) for permeability estimation. The EnKF is a method for data assimilation and parameter estimation adapted to large-scale, non-linear models. In the first part of the thesis, the focus is on the numerical code SHEMAT-Suite. SHEMAT-Suite is described, in particular the workflow for ensuring error-free and reproducible implementation that was implemented during this thesis. This concerns two parts of the software: the groundwater flow simulation and the EnKF update. A special focus is laid on the stochastic mode of SHEMAT-Suite. During this thesis, the existing software that allowed the usage of a potentially damped EnKF was completely refactored. This included among other tasks: a module implementation of the methods, a remodeling of the input file of the stochastic mode to match the main input file of the software, and, finally, including numerous error messages. Additionally, the suite of EnKF methods that is used in the remainder of this thesis was implemented in the same modular way. In the future, the modular implementation facilitates adding EnKF methods and robustly comparing the existing EnKF methods. In the remainder of this thesis, I use this framework for investigating possible inaccuracies related to the EnKF and groundwater flow simulation. First, the influence of the sampling error stemming from random seed initialization is analyzed in a comparison of EnKF variants. Secondly, the pilot point EnKF is introduced. The pilot point EnKF is a novel EnKF method that is good at suppressing unwanted spurious correlations that may occur when using EnKF methods for parameter estimation. The results of this thesis provide insights for the robust and efficient usage of growing computer resources for permeability estimation and groundwater flow estimation. In the majority of scientific disciplines, quantifying uncertainties is of high importance and, due to improving computer performance, uncertainty quantification becomes feasible for previously too computationally intensive simulations. For permeability estimation and groundwater flow simulation, quantifying uncertainty is particularly essential for a number of reasons. (1) There are usually many uncertain influences in subsurface models used for groundwater flow, (2) subsurface models are typically large-scale, and, (3) as a consequence, small ensemble sizes have to suffice for ensemble-based uncertainty quantification methods. In this work, a framework for using ensemble Kalman filters (EnKF) for parameter estimation is presented. In this framework, the EnKF methods are implemented as part of the scientific software SHEMAT-Suite in such a way that the implementation supports scientific principles, such as reproducibility and falsifiability. By comparing performances of EnKF methods, it is shown that the random seed has a non-negligible influence on these performance comparisons. Finally, the PP-EnKF is introduced, an EnKF variant tailored towards suppressing spurious correlations that result from undersampling in the EnKF.$$leng
000841017 588__ $$aDataset connected to Lobid/HBZ
000841017 591__ $$aGermany
000841017 653_7 $$aEnsemble Kalman Filter
000841017 653_7 $$aGrundwasserflussmodellierung
000841017 653_7 $$aParameterschätzung
000841017 653_7 $$aUnsicherheitsquantifizierung
000841017 653_7 $$aensemble Kalman filter
000841017 653_7 $$agroundwater modeling
000841017 653_7 $$aparameter estimation
000841017 653_7 $$auncertainty quantification
000841017 7001_ $$0P:(DE-82)682768$$aHendricks Franssen, Harrie-Jan$$b1$$eThesis advisor$$urwth
000841017 7001_ $$0P:(DE-82)IDM00766$$aClauser, Christoph$$b2$$eThesis advisor$$urwth
000841017 7001_ $$0P:(DE-82)IDM00455$$aKowalski, Julia$$b3$$eThesis advisor$$urwth
000841017 7001_ $$aNowak, Wolfgang$$b4$$eThesis advisor
000841017 8564_ $$uhttps://publications.rwth-aachen.de/record/841017/files/841017.pdf$$yOpenAccess
000841017 8564_ $$uhttps://publications.rwth-aachen.de/record/841017/files/841017_source.zip$$yRestricted
000841017 909CO $$ooai:publications.rwth-aachen.de:841017$$popenaire$$popen_access$$pVDB$$pdriver$$pdnbdelivery
000841017 9101_ $$0I:(DE-588b)36225-6$$6P:(DE-82)IDM00766$$aRWTH Aachen$$b2$$kRWTH
000841017 9101_ $$0I:(DE-588b)36225-6$$6P:(DE-82)IDM00455$$aRWTH Aachen$$b3$$kRWTH
000841017 9141_ $$y2020
000841017 915__ $$0StatID:(DE-HGF)0510$$2StatID$$aOpenAccess
000841017 9201_ $$0I:(DE-82)532820_20140620$$k532820$$lLehr- und Forschungsgebiet Wissenschaftliches Rechnen in terrestrischen Systemen (FZ Jülich)$$x0
000841017 9201_ $$0I:(DE-82)530000_20140620$$k530000$$lFachgruppe für Geowissenschaften und Geographie$$x1
000841017 9201_ $$0I:(DE-82)080052_20160101$$k080052$$lE.ON Energy Research Center$$x2
000841017 961__ $$c2022-05-12T14:08:12.139956$$x2022-02-07T11:02:00.059001$$z2022-05-12T14:08:12.139956
000841017 9801_ $$aFullTexts
000841017 980__ $$aI:(DE-82)080052_20160101
000841017 980__ $$aI:(DE-82)530000_20140620
000841017 980__ $$aI:(DE-82)532820_20140620
000841017 980__ $$aUNRESTRICTED
000841017 980__ $$aVDB
000841017 980__ $$aphd