You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/calibrate/calibration.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ info = DocInfo.Info()
7
7
8
8
Let's see how to calibrate a glacial flow Decapode model's parameters to fit some data. We want to solve the inverse problem, i.e. given a model and some data, find a set of parameters that causes the output of the model to match the given data as closely as possible.
9
9
10
-
We'll be using a 2D version of the Halfar glacial flow model, for more explanation see the [glacial flow docs page.](../ice_dynamics/ice_dynamics.md).
10
+
We'll be using a 2D version of the Halfar glacial flow model, for more explanation see the [glacial flow docs page](../ice_dynamics/ice_dynamics.md).
11
11
12
12
In order to set up the inverse problem, we first need our model and some reference data. So, we'll set up the 2D glacial flow model and get some data from it. In this case we'll be fitting our model parameters to data from the model itself. In general the data we want to fit to will not be from the model, but for demonstration purposes this works well.
13
13
@@ -187,14 +187,16 @@ First, let's solve the ODE with sparsity not used.
0 commit comments