|
SNOWPACK 20251207.15ac3588
Physically based, energy balance snow cover model
|
class to collect the information about the current simulation (version, date)
#include <DataClasses.h>
Public Member Functions | |
| RunInfo () | |
| RunInfo (const RunInfo &orig) | |
| RunInfo & | operator= (const RunInfo &) |
Public Attributes | |
| const std::string | version |
| SNOWPACK version. | |
| const double | version_num |
| SNOWPACK version formatted as a number. | |
| const mio::Date | computation_date |
| Date of computation. | |
| const std::string | compilation_date |
| Date of compilation. | |
| const std::string | user |
| logname of the user running the simulation | |
| const std::string | hostname |
| hostname of the computer running the simulation | |
| const std::string | history |
| History string, like in ACDD, combining several of the information below. | |
| RunInfo::RunInfo | ( | ) |
| RunInfo::RunInfo | ( | const RunInfo & | orig | ) |
| const std::string RunInfo::compilation_date |
Date of compilation.
| const mio::Date RunInfo::computation_date |
Date of computation.
| const std::string RunInfo::history |
History string, like in ACDD, combining several of the information below.
| const std::string RunInfo::hostname |
hostname of the computer running the simulation
| const std::string RunInfo::user |
logname of the user running the simulation
| const std::string RunInfo::version |
SNOWPACK version.
| const double RunInfo::version_num |
SNOWPACK version formatted as a number.