ALMaSS Rabbit ODdox  1.1
The rabbit model description following ODdox protocol
treatment.h
Go to the documentation of this file.
1 //
2 // treatment.h
3 //
4 /*
5 *******************************************************************************************************
6 Copyright (c) 2011, Christopher John Topping, University of Aarhus
7 All rights reserved.
8 
9 Redistribution and use in source and binary forms, with or without modification, are permitted provided
10 that the following conditions are met:
11 
12 Redistributions of source code must retain the above copyright notice, this list of conditions and the
13 following disclaimer.
14 Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
15 the following disclaimer in the documentation and/or other materials provided with the distribution.
16 
17 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
18 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
20 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
22 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 ********************************************************************************************************
26 */
27 
28 #ifndef TREATMENT_H
29 #define TREATMENT_H
30 
31 typedef enum {
32  start = 1, // 1, must be first.
41  autumn_sow, // 10
46  spring_roll, // 15
51  fp_liquidNH3, // 20
61  fa_npk, // 30
66  fa_manure, // 35
81  swathing, // 50
93  mow,
113  last_treatment // Must be last, used for size computations
114  // of internal arrays etc.
115 } FarmToDo;
116 
117 #endif // TREATMENT_H
insecticide_treat
Definition: treatment.h:74
strigling
Definition: treatment.h:77
hay_bailing
Definition: treatment.h:89
flower_cutting
Definition: treatment.h:109
autumn_roll
Definition: treatment.h:38
spring_sow_with_ferti
Definition: treatment.h:103
fa_ammoniumsulphate
Definition: treatment.h:65
autumn_harrow
Definition: treatment.h:37
preseeding_cultivator
Definition: treatment.h:39
flammebehandling
Definition: treatment.h:78
autumn_sow
Definition: treatment.h:41
glyphosate
Definition: treatment.h:102
harvest
Definition: treatment.h:82
fp_slurry
Definition: treatment.h:52
fp_rsm
Definition: treatment.h:58
fa_sludge
Definition: treatment.h:68
fa_rsm
Definition: treatment.h:69
fp_greenmanure
Definition: treatment.h:56
start
Definition: treatment.h:32
straw_removal
Definition: treatment.h:112
hay_turning
Definition: treatment.h:88
bulb_harvest
Definition: treatment.h:110
straw_covering
Definition: treatment.h:111
shallow_harrow
Definition: treatment.h:107
heavy_cultivator_aggregate
Definition: treatment.h:108
water
Definition: treatment.h:80
fp_liquidNH3
Definition: treatment.h:51
molluscicide
Definition: treatment.h:75
burn_straw_stubble
Definition: treatment.h:92
cattle_out_low
Definition: treatment.h:100
fp_pk
Definition: treatment.h:50
fa_npk
Definition: treatment.h:61
cattle_out
Definition: treatment.h:83
fp_npk
Definition: treatment.h:49
fa_npks
Definition: treatment.h:60
stubble_harrowing
Definition: treatment.h:90
stubble_plough
Definition: treatment.h:35
autumn_plough
Definition: treatment.h:34
fp_manure
Definition: treatment.h:55
strigling_sow
Definition: treatment.h:95
winter_plough
Definition: treatment.h:42
fp_sludge
Definition: treatment.h:57
straw_chopping
Definition: treatment.h:87
fungicide_treat
Definition: treatment.h:73
deep_ploughing
Definition: treatment.h:43
preseeding_cultivator_sow
Definition: treatment.h:40
mow
Definition: treatment.h:93
fa_pk
Definition: treatment.h:62
spring_harrow
Definition: treatment.h:45
hilling_up
Definition: treatment.h:79
biocide
Definition: treatment.h:104
fa_calcium
Definition: treatment.h:70
syninsecticide_treat
Definition: treatment.h:99
fa_manure
Definition: treatment.h:66
fp_npks
Definition: treatment.h:48
row_cultivation
Definition: treatment.h:76
trial_insecticidetreat
Definition: treatment.h:96
last_treatment
Definition: treatment.h:113
fp_ammoniumsulphate
Definition: treatment.h:54
stubble_cultivator_heavy
Definition: treatment.h:36
spring_plough
Definition: treatment.h:44
fa_greenmanure
Definition: treatment.h:67
fp_calcium
Definition: treatment.h:59
trial_toxiccontrol
Definition: treatment.h:97
spring_roll
Definition: treatment.h:46
fa_manganesesulphate
Definition: treatment.h:64
bed_forming
Definition: treatment.h:106
cut_weeds
Definition: treatment.h:94
fp_manganesesulphate
Definition: treatment.h:53
herbicide_treat
Definition: treatment.h:71
growth_regulator
Definition: treatment.h:72
cut_to_silage
Definition: treatment.h:86
product_treat
Definition: treatment.h:101
FarmToDo
FarmToDo
Definition: treatment.h:31
pigs_out
Definition: treatment.h:84
trial_control
Definition: treatment.h:98
cut_to_hay
Definition: treatment.h:85
spring_sow
Definition: treatment.h:47
sleep_all_day
Definition: treatment.h:33
autumn_or_spring_plough
Definition: treatment.h:91
strigling_hill
Definition: treatment.h:105
fa_slurry
Definition: treatment.h:63
swathing
Definition: treatment.h:81