Preprints
https://doi.org/10.48550/arXiv.2304.06058
https://doi.org/10.48550/arXiv.2304.06058
27 Jun 2023
 | 27 Jun 2023
Status: this preprint is open for discussion.

Consistent Point Data Assimilation in Firedrake and Icepack

Reuben W. Nixon-Hill, Daniel Shapero, Colin J. Cotter, and David A. Ham

Abstract. When estimating quantities and fields that are difficult to measure directly, such as the fluidity of ice, from point data sources, such as satellite altimetry, it is important to solve a numerical inverse problem that is formulated with Bayesian consistency. Otherwise, the resultant probability density function for the difficult to measure quantity or field will not be appropriately clustered around the truth. In particular, the inverse problem should be formulated by evaluating the numerical solution at the true point locations for direct comparison with the point data source. If the data are first fitted to a gridded or meshed field on the computational grid or mesh, and the inverse problem formulated by comparing the numerical solution to the fitted field, the benefits of additional point data values below the grid density will be lost. We demonstrate, with examples in the fields of groundwater hydrology and glaciology, that a consistent formulation can increase the accuracy of results and aid discourse between modellers and observationalists.

To do this, we bring point data into the finite element method ecosystem as discontinuous fields on meshes of disconnected vertices. Point evaluation can then be formulated as a finite element interpolation operation (dual-evaluation). This new abstraction is well-suited to automation, including automatic differentiation. We demonstrate this through implementation in Firedrake, which generates highly optimised code for solving Partial Differential Equations (PDEs) with the finite element method. Our solution integrates with dolfin-adjoint/pyadjoint, allowing PDE-constrained optimisation problems, such as data assimilation, to be solved through forward and adjoint mode automatic differentiation.

Reuben W. Nixon-Hill et al.

Status: open (until 20 Oct 2023)

Comment types: AC – author | RC – referee | CC – community | EC – editor | CEC – chief editor | : Report abuse

Reuben W. Nixon-Hill et al.

Reuben W. Nixon-Hill et al.

Viewed

Since the preprint corresponding to this journal article was posted outside of Copernicus Publications, the preprint-related metrics are limited to HTML views.

Total article views: 121 (including HTML, PDF, and XML)
HTML PDF XML Total BibTeX EndNote
119 0 2 121 3 3
  • HTML: 119
  • PDF: 0
  • XML: 2
  • Total: 121
  • BibTeX: 3
  • EndNote: 3
Views and downloads (calculated since 27 Jun 2023)
Cumulative views and downloads (calculated since 27 Jun 2023)

Viewed (geographical distribution)

Since the preprint corresponding to this journal article was posted outside of Copernicus Publications, the preprint-related metrics are limited to HTML views.

Total article views: 115 (including HTML, PDF, and XML) Thereof 115 with geography defined and 0 with unknown origin.
Country # Views %
  • 1
1
 
 
 
 
Latest update: 30 Sep 2023
Download
Short summary
Scientists often use models to study complex processes, like the movement of ice sheets, and compare them to measurements for estimating hard-to-measure quantities. We highlight an approach that ensures accurate results from point data sources (such as height measurements) by evaluating the numerical solution at true point locations. This method improves accuracy, can aid communication between scientists, and is well suited for integration with specialised software that automates the processes.