ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Enumerations
treatment.h File Reference

Go to the source code of this file.

Enumerations

enum  FarmToDo {
  start = 1, sleep_all_day, autumn_plough, autumn_harrow,
  autumn_roll, autumn_sow, winter_plough, deep_ploughing,
  spring_plough, spring_harrow, spring_roll, spring_sow,
  fp_npks, fp_npk, fp_pk, fp_liquidNH3,
  fp_slurry, fp_manganesesulphate, fp_manure, fp_greenmanure,
  fp_sludge, fa_npk, fa_pk, fa_slurry,
  fa_ammoniumsulphate, fa_manure, fa_greenmanure, fa_sludge,
  herbicide_treat, growth_regulator, fungicide_treat, insecticide_treat,
  molluscicide, row_cultivation, strigling, flammebehandling,
  hilling_up, water, swathing, harvest,
  cattle_out, pigs_out, cut_to_hay, cut_to_silage,
  straw_chopping, hay_turning, hay_bailing, stubble_harrowing,
  autumn_or_spring_plough, burn_straw_stubble, mow, cut_weeds,
  strigling_sow, trial_insecticidetreat, trial_toxiccontrol, trial_control,
  syninsecticide_treat, cattle_out_low, product_treat, glyphosate,
  last_treatment
}
 

Enumeration Type Documentation

enum FarmToDo
Enumerator
start 
sleep_all_day 
autumn_plough 
autumn_harrow 
autumn_roll 
autumn_sow 
winter_plough 
deep_ploughing 
spring_plough 
spring_harrow 
spring_roll 
spring_sow 
fp_npks 
fp_npk 
fp_pk 
fp_liquidNH3 
fp_slurry 
fp_manganesesulphate 
fp_manure 
fp_greenmanure 
fp_sludge 
fa_npk 
fa_pk 
fa_slurry 
fa_ammoniumsulphate 
fa_manure 
fa_greenmanure 
fa_sludge 
herbicide_treat 
growth_regulator 
fungicide_treat 
insecticide_treat 
molluscicide 
row_cultivation 
strigling 
flammebehandling 
hilling_up 
water 
swathing 
harvest 
cattle_out 
pigs_out 
cut_to_hay 
cut_to_silage 
straw_chopping 
hay_turning 
hay_bailing 
stubble_harrowing 
autumn_or_spring_plough 
burn_straw_stubble 
mow 
cut_weeds 
strigling_sow 
trial_insecticidetreat 
trial_toxiccontrol 
trial_control 
syninsecticide_treat 
cattle_out_low 
product_treat 
glyphosate 
last_treatment 

Definition at line 31 of file treatment.h.

31  {
32  start = 1, // 1, must be first.
37  autumn_sow,
41  spring_harrow, // 10
43  spring_sow,
44  fp_npks,
45  fp_npk,
46  fp_pk,
48  fp_slurry,
50  fp_manure,
51  fp_greenmanure, // 20
52  fp_sludge,
53  fa_npk,
54  fa_pk,
55  fa_slurry,
57  fa_manure,
59  fa_sludge,
60  herbicide_treat, // 29
61  growth_regulator, // 30
63  insecticide_treat, // 32
66  strigling, // 35
68  hilling_up,
69  water,
70  swathing,
71  harvest, // 40
72  cattle_out,
73  pigs_out,
74  cut_to_hay,
76  straw_chopping, // 45
81  burn_straw_stubble, // 50
82  mow,
83  cut_weeds,
91  glyphosate,
92  last_treatment // Must be last, used for size computations
93  // of internal arrays etc.
94 } FarmToDo;
FarmToDo
Definition: treatment.h:31
Definition: treatment.h:82