|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
Compute the rate of drainage D(omega) for temperate ice. More...
Public Member Functions | |
| DrainageCalculator (const NCConfigVariable &config) | |
| virtual | ~DrainageCalculator () |
| virtual PetscReal | get_drainage_rate (PetscReal omega) |
| Return D(omega), as in figure in [AschwandenBuelerKhroulevBlatter]. | |
Private Attributes | |
| PetscReal | OM1 |
| PetscReal | OM2 |
| PetscReal | OM3 |
| PetscReal | DR2 |
| PetscReal | DR3 |
Compute the rate of drainage D(omega) for temperate ice.
Definition at line 217 of file iMenthalpy.cc.
| DrainageCalculator | ( | const NCConfigVariable & | config | ) | [inline] |
| virtual ~DrainageCalculator | ( | ) | [inline, virtual] |
Definition at line 227 of file iMenthalpy.cc.
Return D(omega), as in figure in [AschwandenBuelerKhroulevBlatter].
Definition at line 230 of file iMenthalpy.cc.
References DR2, DR3, OM1, OM2, and OM3.
Referenced by IceModel::enthalpyAndDrainageStep().
Definition at line 245 of file iMenthalpy.cc.
Referenced by DrainageCalculator(), and get_drainage_rate().
Definition at line 245 of file iMenthalpy.cc.
Referenced by DrainageCalculator(), and get_drainage_rate().
Definition at line 245 of file iMenthalpy.cc.
Referenced by DrainageCalculator(), and get_drainage_rate().
Definition at line 245 of file iMenthalpy.cc.
Referenced by DrainageCalculator(), and get_drainage_rate().
Definition at line 245 of file iMenthalpy.cc.
Referenced by DrainageCalculator(), and get_drainage_rate().
1.7.3