Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
Loading...
Searching...
No Matches
Fauna::Demo::SimpleHabitat::Parameters Struct Reference

Simulation parameters for a SimpleHabitat object. More...

#include <simple_habitat.h>

Public Attributes

LogisticGrass::Parameters grass
 Parameters for logistic grass growth. More...
 
std::vector< double > air_temperature = {0.0}
 Air temperature [°C] for each month. More...
 

Detailed Description

Simulation parameters for a SimpleHabitat object.

Member Data Documentation

◆ air_temperature

std::vector<double> Fauna::Demo::SimpleHabitat::Parameters::air_temperature = {0.0}

Air temperature [°C] for each month.

When the end of the vector is reached, the values are recycled. A vector of length 12 creates the same behaviour every year.

◆ grass

LogisticGrass::Parameters Fauna::Demo::SimpleHabitat::Parameters::grass

Parameters for logistic grass growth.


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