SNOWPACK  SNOWPACK-3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ZwischenData Class Reference

Detailed Description

ZwischenData contains "memory" information mainly for operational use
It is used to prepare some parameters of qr_Hdata. This data is read from and written to *.sno or .haz files respectively.

#include <DataClasses.h>

Public Member Functions

 ZwischenData ()
 
void reset ()
 Sets all the values in the vectors to 0.0. More...
 

Public Attributes

std::vector< double > hoar24
 Twenty-four hour hoar index every half-hour over one day 48. More...
 
std::vector< double > drift24
 Twenty-four hour hoar index every half-hour over one day 48. More...
 
std::vector< double > hn3
 Three hour new snow heights every half-hour over three days 144. More...
 
std::vector< double > hn24
 Twenty-four hour snow heights every half-hour over three days 144. More...
 

Friends

std::iostream & operator<< (std::iostream &os, const ZwischenData &data)
 
std::iostream & operator>> (std::iostream &is, ZwischenData &data)
 

Constructor & Destructor Documentation

ZwischenData::ZwischenData ( )
inline

Member Function Documentation

void ZwischenData::reset ( )

Sets all the values in the vectors to 0.0.

Friends And Related Function Documentation

std::iostream& operator<< ( std::iostream &  os,
const ZwischenData data 
)
friend
std::iostream& operator>> ( std::iostream &  is,
ZwischenData data 
)
friend

Member Data Documentation

std::vector<double> ZwischenData::drift24

Twenty-four hour hoar index every half-hour over one day 48.

std::vector<double> ZwischenData::hn24

Twenty-four hour snow heights every half-hour over three days 144.

std::vector<double> ZwischenData::hn3

Three hour new snow heights every half-hour over three days 144.

std::vector<double> ZwischenData::hoar24

Twenty-four hour hoar index every half-hour over one day 48.


The documentation for this class was generated from the following files: