-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConstantT(TsetseFlyCore).dat
More file actions
26 lines (20 loc) · 981 Bytes
/
ConstantT(TsetseFlyCore).dat
File metadata and controls
26 lines (20 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameters {
double larva_const[LARVA_NR] = {0.061, 0.1046};
double larva_TempPar[LARVA_NR] = {0.0020, 0.0052};
double offset = 24;
double mortality_const[GENDER] = {0.013892857, 0.021607143};
double mortality_TempPar[GENDER] = {0.014107143, 0.007178571};
double mortality_AgePar[GENDER] = {0.002082143, 0.000425};
double capture_const[GENDER][AGE_PART] = {
(9) 0.105907519, (9) 0.246631867, (9) 0.170607927, (174) 0.16345921,
(9) 0.041832633, (9) 0.040845422, (9) 0.047488954, (9) 0.018687947, (9) 0.03459772, (9) 0.027323828, (9) 0.032745215, (9) 0.040796005, (9) 0.090827253, (120) 0.069743138,
};
logical Switch_on_reproduction = TRUE;
int StartingPopulationSize = 2000;
double DailyAvgTemperature[REPORT_TIME] = {(771) 28};
double pupa_exp_const[GENDER] = {5.3, 5.5};
double pupa_exp_TempPar[GENDER] = {-0.24, -0.25};
double pupa_numeric_constant[GENDER] = {0.053, 0.057};
double pupa_mortality = 0.01;
logical Switch_on_random_start = FALSE;
};