PISM, A Parallel Ice Sheet Model  stable v0.5
Public Attributes
DegreeDayFactors Struct Reference

A struct which holds degree day factors. More...

#include <localMassBalance.hh>

List of all members.

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

Detailed Description

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.


Member Data Documentation

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().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines