|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Global parameters for the megafauna library. More...
#include <cassert>#include <stdexcept>#include "forage_values.h"#include "text_table_writer_options.h"Go to the source code of this file.
Classes | |
| struct | Fauna::Parameters |
| Parameters for the herbivory module. More... | |
Namespaces | |
| namespace | Fauna |
Enumerations | |
| enum class | Fauna::ForageDistributionAlgorithm { Fauna::Equally } |
| Parameter for selecting algorithm for forage distribution among herbivores. More... | |
| enum class | Fauna::HerbivoreType { Fauna::Cohort } |
| enum class | Fauna::OutputInterval { Fauna::Daily , Fauna::Monthly , Fauna::Annual , Fauna::Decadal } |
| Time interval for aggregating output. More... | |
| enum class | Fauna::OutputFormat { Fauna::TextTables } |
| Parameter for selecting the output writer implementation. More... | |
Global parameters for the megafauna library.