|
ALMaSS Hare ODDox
1.1
The hare model description following ODdox protocol
|
#include <cmath>#include <iostream>#include <fstream>#include "../Landscape/ls.h"#include "../BatchALMaSS/PopulationManager.h"#include "../Hare/hare_all.h"#include "../BatchALMaSS/BoostRandomGenerators.h"Go to the source code of this file.
Macros | |
| #define | __FSQRS 10 |
| #define | __SQRS 100 |
| #define | __SQRS 100 |
Functions | |
| CfgInt | cfg_hare_pegmoveto_chance ("HARE_PEGMOVETOCHANCE", CFG_CUSTOM, 250000) |
| CfgFloat | cfg_hare_pesticide_contact_exposure_rate ("HARE_PESTICIDE_CONTACT_RATE", CFG_CUSTOM, 0.0) |
| CfgFloat | cfg_hare_pesticide_ingestion_exposure_rate ("HARE_PESTICIDE_INGESTION_RATE", CFG_CUSTOM, 0.0) |
Variables | |
| CfgFloat | cfg_hare_ExtEff |
| double | g_FarmIntensiveness |
| double | g_hare_peg_inertia |
| boost::variate_generator< base_generator_type &, boost::uniform_real<> > | g_rand_uni |
| #define __FSQRS 10 |
Definition at line 48 of file HareForagenPeg.cpp.
| #define __SQRS 100 |
| #define __SQRS 100 |
| CfgInt cfg_hare_pegmoveto_chance | ( | "HARE_PEGMOVETOCHANCE" | , |
| CFG_CUSTOM | , | ||
| 250000 | |||
| ) |
Referenced by THare::Forage(), and THare::ForageP().
| CfgFloat cfg_hare_pesticide_contact_exposure_rate | ( | "HARE_PESTICIDE_CONTACT_RATE" | , |
| CFG_CUSTOM | , | ||
| 0. | 0 | ||
| ) |
Referenced by THare::ForageSquareP().
| CfgFloat cfg_hare_pesticide_ingestion_exposure_rate | ( | "HARE_PESTICIDE_INGESTION_RATE" | , |
| CFG_CUSTOM | , | ||
| 0. | 0 | ||
| ) |
Referenced by THare::ForageSquareP().
| CfgFloat cfg_hare_ExtEff |
Referenced by THare::ForageSquare(), and THare::ForageSquareP().
| double g_FarmIntensiveness |
Definition at line 283 of file Hare_all.cpp.
Referenced by THare_Population_Manager::Init().
| double g_hare_peg_inertia |
Definition at line 50 of file Hare_all.cpp.
Referenced by THare_Population_Manager::Init(), and THare::MovePeg().
| boost::variate_generator<base_generator_type&, boost::uniform_real<> > g_rand_uni |