Path: blob/devel/elmerice/Solvers/Documentation/HydroRestart.md
3206 views
Solver HydroRestart
General Information
Solver Fortran File: HydroRestart.F90
Solver/User Function Name: HydroRestart
Required Output Variable(s): None
Required Input Variable(s):
None
Optional Output Variable(s):
None
Optional Input Variable(s):
{e.g. SomeInputVar (Extra Input Name = String...)}
hp: Restart Variable 1 = String... (any GlaDS variables that belong with the main GlaDS solver subroutine (GlaDSCoupledsolver in GlaDSCoupledSolver.F90))
channel: Restart Variable 1 = String... (any GlaDS channel variables)
sheet: Restart Variable 1 = String... (any GlaDS variables that belong with the dummy sheet thickness solver (GlaDSsheetThickDummy in GlaDSCoupledSolver.F90); in practice, this is just sheet thickness)
Solver Keywords:
None
General Description
Largely a direct copy of the Restart() subroutine within the Elmer source code, with a few modifications to disentangle it from all the other restart machinery and to make it pick up the right variables from the right place and send them to the right place on the secondary hydrology mesh. Assumes the hydraulic potential, channel area and sheet thickness variables are all called by those default names, so don't change them. Uses the namespace feature in Elmer. This solver is part of the coupled calving-GlaDS-plumes suite described in this document. It may require additional work to be used outside of this context.
Known Bugs and Limitations
None
SIF contents
The required keywords in the SIF file for this solver/USF are:
Examples
TODO An example in which the ... can be found here [ELMER_TRUNK]/elmerice/Tests/...
References
None