Path: blob/devel/elmerice/Solvers/Documentation/Calving3D_lset.md
3206 views
Solver/User Function Calving3D_lset
General Information
Solver/User Function Fortran File: Calving3D_lset.F90
Solver/User Function Name: Calving3D_lset
Required Output Variable(s): Calving Lset
Required Input Variable(s): Stress for the auxiliary solver ProjectCalving.
Calving Stress Variable Name = String "Stress"
Optional Output Variable(s):
Optional Input Variable(s): Binary crevasse field in he auxiliary solver ProjectCalving
Save Crevasse Field = Logical True
Solver Keywords: Keywords in the solver:
Calving Search Distance = Real 3000.0. The distance upstream crevasses are searched for.
PlaneMesh Grid Size = Real 40.0. The element size of the 2D crevasse map.
Lateral Calving Margins = Logical True. Account for the lateral margins when validating crevasses. See calving algorithm overview for more details.
Crevasse Penetration = Real 1.0. Define the proportion of the ice column that needs to be crevassed to induce calving (value between 0-1).
Project Calving Equation Name = String "CalvingProjection". Point to the auxiliary solver.
Isosurface Equation Name = String "Calving Isosurface". Point to the auxiliary solver.
Front Advance Solver = String "Front Advance". Point to the FrontAdvance solver. This is required so the fjord margins can be accounted for.
General Description
This solver produces a level set or signed distance variable where the zero contour indicates the new terminus using the crevasse depth calving law. An overview of how the calving 3D solvers fit together is described in Calving.md. Further details of the new calving algorithm can be found here.
Additional subsection 1 {e.g. Geographical Restriction}
Requires two auxiliary solvers as outlined in the example below. ProjectCalving and Calving Isosurface. Additionally, to save the 2D crevasse mesh a extra call of the result output solver is required.
Known Bugs and Limitations
None known so far.
SIF Contents
The required keywords in the SIF file for this solver/USF are:
Examples
An example using the full calving algorithm can be found here [ELMER_TRUNK]/elmerice/Tests/Calving3D_lset
References
Iain Wheel PhD thesis - DOI: https://doi.org/10.17630/sta/611. Full calving algorithm detailed here.