Wiki

Clone wiki

pflotran / Depreciated / Documentation / QuickGuide / TH

Back to Quick Guide

Back to SUBSURFACE_FLOW

TH Card

Defines options for the TH subsurface flow mode.

Options

FREEZING
Enables freezing.
ICE_MODEL <string>

Specifies the ice model. Options include:

PAINTER_EXPLICIT

PAINTER_KARRA_IMPLICIT

PAINTER_KARRA_EXPLICIT

PAINTER_KARRA_EXPLICIT_NOCRYO

CALL_AMICO

Examples

...
PROCESS_MODELS
  SUBSURFACE_FLOW flow
    MODE TH
    OPTIONS
      FREEZING
      ICE_MODEL PAINTER_EXPLICIT
    /
  /
/
...

Updated