|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
Computes basal (pore) water pressure using a highly-simplified model. More...
#include <PISMYieldStress.hh>

Public Member Functions | |
| PYS_bwp (PISMDefaultYieldStress *m, IceGrid &g, PISMVars &my_vars) | |
| virtual PetscErrorCode | compute (IceModelVec *&result) |
Computes basal (pore) water pressure using a highly-simplified model.
Definition at line 144 of file PISMYieldStress.hh.
| PYS_bwp | ( | PISMDefaultYieldStress * | m, |
| IceGrid & | g, | ||
| PISMVars & | my_vars | ||
| ) |
Definition at line 563 of file PISMYieldStress.cc.
| PetscErrorCode compute | ( | IceModelVec *& | output | ) | [virtual] |
Calls PISMDefaultYieldStress::basal_water_pressure() to actually compute it.
Result is set to invalid (_FillValue) where the ice is floating, there being no meaning to the above calculation.
Definition at line 580 of file PISMYieldStress.cc.
1.7.3