Class for recording reference properties of tagged elements.
#include <DataClasses.h>
Public Member Functions | |
Tag () | |
void | compute_properties (const ElementData &Edata) |
Compute tag properties. More... | |
void | reposition_tag (const bool &useSoilLayers, const double &z, SnowStation &Xdata) |
Reposition tag. More... | |
Public Attributes | |
std::string | label |
Label for output file header. More... | |
mio::Date | date |
date at which to start tagging More... | |
size_t | elem |
Index of tagged element. More... | |
double | previous_depth |
Last position of corresponding fixed rate sensor perpendicular to slope (m) More... | |
double | etaNS |
New snow viscosity according to M. Lehning. More... | |
double | etaMSU |
Snow viscosity (Montana model) More... | |
double | ML2L |
layer to layer flux More... | |
double | lp |
lattice constant More... | |
Static Public Attributes | |
static const bool | metamo_expl = false |
set while using the explicit metamorphism model More... | |
Tag::Tag | ( | ) |
void Tag::compute_properties | ( | const ElementData & | Edata | ) |
Compute tag properties.
Edata |
void Tag::reposition_tag | ( | const bool & | useSoilLayers, |
const double & | z, | ||
SnowStation & | Xdata | ||
) |
Reposition tag.
mio::Date Tag::date |
date at which to start tagging
size_t Tag::elem |
Index of tagged element.
double Tag::etaMSU |
Snow viscosity (Montana model)
double Tag::etaNS |
New snow viscosity according to M. Lehning.
std::string Tag::label |
Label for output file header.
double Tag::lp |
lattice constant
|
static |
set while using the explicit metamorphism model
To be set while using the explicit metamorphism model to output ML2L and lp on tagged elements.
double Tag::ML2L |
layer to layer flux
double Tag::previous_depth |
Last position of corresponding fixed rate sensor perpendicular to slope (m)