Path: blob/devel/elmerice/Solvers/Documentation/Flotation.md
3206 views
Solver Flotation
General Information
Solver Fortran File: Flotation.F90
Solver Name: Flotation
Required Output Variable(s):
Zb (or Variable name prescribed by Bottom Surface Name)
Zs (or Variable name prescribed by Top Surface Name)
Required Input Variable(s): H (or Variable name prescribed by Thickness Variable Name)
Optional Output Variable(s):
GroundedMask
sftgif,sftgrf,sftflf
Optional Input Variable(s): bedrock
History
Rev. 698263163: add computation of area fractions
New Solver Keyword " compute ice area fractions = Logical"
General Description
Description
The aim of this solver is to apply the flotation criterion to compute the top and bottom surface elevation, knowing the ice thickness. In general it will be used with the SSA Solver and Thickness Solver
The bottom surface elevation is computed as:
where
is the ice thickness,
is the (sea) water level elevation,
is the mean ice density
is the (sea) water density.
If the bedrock variable is present,
The top surface elevation is then simply given as
If the GroundedMask variable is present:
GroundedMask=1 where (grounded ice)
GroundedMask=-1 where (floating ice)
GroundedMask=0 at the grounding line (list of nodes where but the nodes belong to at least one grounded (all nodes grounded) and one floating (at least one node floating) element
IF compute ice area fractions = TRUE, compute the element area fractions sftgif (land_ice_area_fraction), sftgrf (grounded_ice_sheet_area_fraction), sftflf (floating_ice_shelf_area_fraction). No sub-scheme is used so values are 0._dp or 1._dp. An element is considered floating if at least one node is floating, otherwise it is grounded. If the solution for the Thickness is limited, then if all nodal H == Lower Limit, all teh area fractions are set to 0.
Remarks
It might be interesting to compute the top and bottom surface elevation rate of change; this can be done using internal Elmer functionality with the keyword,e.g. Zs Calculate Velocity = Logical True in the solver where Zs is created as an exported variable. See ElmerSolver Manual, section 13.4 Exported and derived variables
SIF contents
Examples
For examples look in your elmer source distribution under [ELMER_TRUNK]/elmerice/Tests/SSA_IceSheet