ALMaSS Hare ODDox  1.1
The hare model description following ODdox protocol
Hare_THare.cpp File Reference
#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.

Functions

static CfgFloat cfg_hare_lowfatextramort ("HARE_LOWFATEXTRAMORT", CFG_CUSTOM, 10.0)
 
static CfgFloat cfg_hare_pesticidedegradationrate ("HARE_PESTICIDEDEGRADATIONRATE", CFG_CUSTOM, 0.0)
 

Variables

CfgFloat cfg_ForageRestingRatio
 
CfgInt cfg_hare_adult_predation
 
CfgInt cfg_hare_escape_dist
 
CfgFloat cfg_hare_ExtEff
 
CfgInt cfg_hare_max_age
 
CfgInt cfg_hare_max_age_var
 
CfgInt cfg_hare_minimum_breeding_weight
 
CfgInt cfg_Hare_Recovery_Time
 
CfgFloat cfg_Hare_StdSpeedRunning
 
CfgFloat cfg_Hare_StdSpeedWalking
 
boost::variate_generator< base_generator_type &, boost::uniform_real<> > g_rand_uni
 

Function Documentation

◆ cfg_hare_lowfatextramort()

static CfgFloat cfg_hare_lowfatextramort ( "HARE_LOWFATEXTRAMORT"  ,
CFG_CUSTOM  ,
10.  0 
)
static

Referenced by THare::WasPredated().

◆ cfg_hare_pesticidedegradationrate()

static CfgFloat cfg_hare_pesticidedegradationrate ( "HARE_PESTICIDEDEGRADATIONRATE"  ,
CFG_CUSTOM  ,
0.  0 
)
static

Referenced by THare::THareInit().

Variable Documentation

◆ cfg_ForageRestingRatio

CfgFloat cfg_ForageRestingRatio

◆ cfg_hare_adult_predation

CfgInt cfg_hare_adult_predation

◆ cfg_hare_escape_dist

CfgInt cfg_hare_escape_dist

Referenced by THare::OnFarmEvent().

◆ cfg_hare_ExtEff

CfgFloat cfg_hare_ExtEff

◆ cfg_hare_max_age

CfgInt cfg_hare_max_age

Referenced by THare::THareInit().

◆ cfg_hare_max_age_var

CfgInt cfg_hare_max_age_var

Referenced by THare::THareInit().

◆ cfg_hare_minimum_breeding_weight

CfgInt cfg_hare_minimum_breeding_weight

Referenced by THare::WasPredated().

◆ cfg_Hare_Recovery_Time

CfgInt cfg_Hare_Recovery_Time

Referenced by THare::Running().

◆ cfg_Hare_StdSpeedRunning

CfgFloat cfg_Hare_StdSpeedRunning

Referenced by THare::THareInit().

◆ cfg_Hare_StdSpeedWalking

CfgFloat cfg_Hare_StdSpeedWalking

Referenced by THare::THareInit().

◆ g_rand_uni

boost::variate_generator<base_generator_type&, boost::uniform_real<> > g_rand_uni

Referenced by THare::WasPredated().