|
PISM, A Parallel Ice Sheet Model
stable v0.5
|
A struct which holds degree day factors. More...
#include <localMassBalance.hh>
Public Attributes | |
| PetscScalar | snow |
| m day^-1 K^-1; ice-equivalent amount of snow melted, per PDD | |
| PetscScalar | ice |
| m day^-1 K^-1; ice-equivalent amount of ice melted, per PDD | |
| PetscScalar | refreezeFrac |
| fraction of melted snow which refreezes as ice | |
A struct which holds degree day factors.
Degree day factors convert positive degree days (=PDDs) into amount of melt.
Definition at line 32 of file localMassBalance.hh.
| PetscScalar ice |
m day^-1 K^-1; ice-equivalent amount of ice melted, per PDD
Definition at line 33 of file localMassBalance.hh.
Referenced by PDDMassBalance::getMassFluxesFromPDDs(), PSTemperatureIndex::init(), PSTemperatureIndex::PSTemperatureIndex(), and FaustoGrevePDDObject::setDegreeDayFactors().
| PetscScalar refreezeFrac |
fraction of melted snow which refreezes as ice
Definition at line 33 of file localMassBalance.hh.
Referenced by PDDMassBalance::getMassFluxesFromPDDs(), PSTemperatureIndex::init(), and PSTemperatureIndex::PSTemperatureIndex().
| PetscScalar snow |
m day^-1 K^-1; ice-equivalent amount of snow melted, per PDD
Definition at line 33 of file localMassBalance.hh.
Referenced by PDDMassBalance::getMassFluxesFromPDDs(), PSTemperatureIndex::init(), PSTemperatureIndex::PSTemperatureIndex(), and FaustoGrevePDDObject::setDegreeDayFactors().
1.7.5.1