iLand
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ClimateDay Struct Reference

current climate variables of a day. More...

#include <climate.h>

Public Member Functions

double mean_temp () const
 
QString toString () const
 
bool isValid () const
 
int id () const
 

Public Attributes

int year
 
int month
 
int dayOfMonth
 
double temperature
 
double min_temperature
 
double max_temperature
 
double temp_delayed
 
double preciptitation
 
double radiation
 
double vpd
 

Static Public Attributes

static double co2 = 350.
 

Detailed Description

current climate variables of a day.

See also
Climate. http://iland-model.org/ClimateData

Member Function Documentation

◆ id()

int ClimateDay::id ( ) const
inline

◆ isValid()

bool ClimateDay::isValid ( ) const
inline

◆ mean_temp()

double ClimateDay::mean_temp ( ) const
inline

◆ toString()

QString ClimateDay::toString ( ) const
inline

Member Data Documentation

◆ co2

double ClimateDay::co2 = 350.
static

◆ dayOfMonth

int ClimateDay::dayOfMonth

◆ max_temperature

double ClimateDay::max_temperature

◆ min_temperature

double ClimateDay::min_temperature

◆ month

int ClimateDay::month

◆ preciptitation

double ClimateDay::preciptitation

◆ radiation

double ClimateDay::radiation

◆ temp_delayed

double ClimateDay::temp_delayed

◆ temperature

double ClimateDay::temperature

◆ vpd

double ClimateDay::vpd

◆ year

int ClimateDay::year

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