|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
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... | |
Simulation parameters for a SimpleHabitat object.
| 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.
| LogisticGrass::Parameters Fauna::Demo::SimpleHabitat::Parameters::grass |
Parameters for logistic grass growth.