Notes about the flow-line SSA¶
Using the same notation as in the rest of the manual, the flow-line case the shallow shelf approximation reads
Here
Let
We can easily integrate this, getting
Note
This is a non-linear first-order ODE for the ice velocity
An observation¶
Consider a boundary-value problem for the velocity
Now consider a similar BVP on
Because (68) is a first-order ODE, the solutions
Note
This implies that the velocity
Discrete analog of this property¶
Let
Discretizing (68) on this grid results in a non-linear system
with
Let
The property we would like our discretization to have is this:
If
is the solution of and solves , then for all .
Note that the first
Discretization¶
Let
The standard approach within the domain is to use centered finite differences and linear interpolation to approximate staggered-grid values, i.e. averaging values at immediate regular grid point neighbors:
Interior¶
Ice front¶
Let
The implementation of the stress boundary condition at the ice front amounts to adding one more equation (see (64)):
We can then combine (72) with (71) (with
Choosing FD approximations¶
Assuming that the ice front is at
If we assume that the ice front is at
Assuming that the ice front is at
If we assume that the ice front is at
Note that the second equation in (75) is the same as
(74), but with the index shifted by
The goal
We want to choose FD approximations
We propose using constant extrapolation to approximate
This gives us the following approximation of derivatives:
After substituting (70) this becomes
Note
The ice front case in (77) is the one half
of the standard one-sided finite-difference approximation of
Checking if (76) is the right choice
Consider the first equation in (75) and note that it
corresponds to the case in which
Multiplying by
Now consider the second equation in (75). Note that here
Put together, (78) and (79) read as follows:
Substituting the second equation into the first produces
Compare (81) to (79). Note that they are the same, except for the index shift. In other words, (81) is the same as (74), as desired.
This confirms that finite difference approximations (76) and (77) result in a discretization with the property we seek:
modeled ice velocity at a given location
along a flow-line ice shelf is not sensitive to geometry perturbations downstream from .
Previous | Up | Next |