Skip to content

Commit b47a538

Browse files
committed
fixes
1 parent d6ddc3e commit b47a538

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

demos/assimilating_point_data/assimilating_point_data.py.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Assimilating point data
33

44
.. rst-class:: emphasis
55

6-
This example is taken from work done by Reuben Nixon-Hill et al. in :cite:`Nixon-Hill:2024`, and was written up by Leo Collins. The paper contains an additional example of assimilating point data in a model of the Larsen C ice shelf using the `Icepack <https://icepack.github.io/>`_ library :cite:`Shapero:2021`, which is built on Firedrake.
6+
This example is taken from work done by Reuben Nixon-Hill et al. in :cite:`nixonhill2023consistent`, and was written up by Leo Collins. The paper contains an additional example of assimilating point data in a model of the Larsen C ice shelf using the `Icepack <https://icepack.github.io/>`_ library :cite:`Shapero:2021`, which is built on Firedrake.
77

88

99
This demo will show how to use Firedrake-adjoint to assimilate point data into a PDE model.
@@ -72,7 +72,7 @@ This is done by the interpolation operator
7272
\end{align}
7373
7474
Unknown thermal conductivity
75-
--------------------
75+
----------------------------
7676

7777
As a concrete example, we consider the steady-state heat equation
7878

@@ -227,8 +227,3 @@ We can compare our result to :obj:`!q_true` by calculating the error between :ob
227227

228228
A python script version of this demo can be found :demo:`here <assimilating_point_data.py>`.
229229

230-
.. rubric:: References
231-
232-
.. bibliography:: demo_references.bib
233-
:filter: docname in docnames
234-

docs/source/_static/bibliography.bib

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,3 +379,15 @@ @misc{Sun2019
379379
url = {https://arxiv.org/abs/1903.08243},
380380
year = {2019}
381381
}
382+
383+
@article{Shapero:2021,
384+
author = {Shapero, D. R. and Badgeley, J. A. and Hoffman, A. O. and Joughin, I. R.},
385+
title = {icepack: a new glacier flow modeling package in Python, version 1.0},
386+
journal = {Geoscientific Model Development},
387+
volume = {14},
388+
year = {2021},
389+
number = {7},
390+
pages = {4593--4616},
391+
url = {https://gmd.copernicus.org/articles/14/4593/2021/},
392+
doi = {10.5194/gmd-14-4593-2021}
393+
}

docs/source/advanced_tut.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ element systems.
3131
Auxiliary space patch relaxation multigrid for H(curl).<demos/hcurl_riesz_star.py>
3232
Steady Boussinesq problem with integral constraints.<demos/boussinesq.py>
3333
Preconditioning using fast diagonalisation.<demos/fast_diagonalisation_poisson.py>
34+
Assimilating point data.<demos/assimilating_point_data.py>

0 commit comments

Comments
 (0)