ALMaSS Hare ODDox  1.1
The hare model description following ODdox protocol
WinterWheat.h File Reference

WinterWheat.h This file contains the headers for the WinterWheat class
More...

Go to the source code of this file.

Classes

class  WinterWheat
 WinterWheat class
. More...
 

Macros

#define WINTERWHEAT_BASE   5100
 
#define WW_AUTUMN_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define WW_DECIDE_TO_FI   a_field->m_user[3]
 
#define WW_DECIDE_TO_HERB   a_field->m_user[2]
 

Enumerations

enum  WinterWheatToDo {
  ww_start = 1, ww_sleep_all_day = WINTERWHEAT_BASE, ww_ferti_p1, ww_ferti_s1,
  ww_ferti_s2, ww_autumn_plough, ww_autumn_harrow, ww_stubble_harrow1,
  ww_autumn_sow, ww_autumn_roll, ww_ferti_p2, ww_herbicide1,
  ww_spring_roll, ww_herbicide2, ww_GR, ww_fungicide,
  ww_fungicide2, ww_insecticide1, ww_insecticide2, ww_insecticide3,
  ww_strigling1, ww_strigling2, ww_water1, ww_water2,
  ww_ferti_p3, ww_ferti_p4, ww_ferti_p5, ww_ferti_s3,
  ww_ferti_s4, ww_ferti_s5, ww_harvest, ww_straw_chopping,
  ww_hay_turning, ww_hay_baling, ww_stubble_harrow2, ww_grubning
}
 

Detailed Description

WinterWheat.h This file contains the headers for the WinterWheat class

by Chris J. Topping
Version of June 2003
All rights reserved.

With additions as noted in:
Doxygen formatted comments in July 2008

Definition in file WinterWheat.h.

Macro Definition Documentation

◆ WINTERWHEAT_BASE

#define WINTERWHEAT_BASE   5100

Definition at line 54 of file WinterWheat.h.

◆ WW_AUTUMN_PLOUGH

#define WW_AUTUMN_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

Definition at line 58 of file WinterWheat.h.

◆ WW_DECIDE_TO_FI

#define WW_DECIDE_TO_FI   a_field->m_user[3]

Definition at line 60 of file WinterWheat.h.

◆ WW_DECIDE_TO_HERB

#define WW_DECIDE_TO_HERB   a_field->m_user[2]

Definition at line 59 of file WinterWheat.h.

Enumeration Type Documentation

◆ WinterWheatToDo

Below is the list of things that a farmer can do if he is growing winter wheat, at least following this basic plan. So all we have to do is figure out when to do the different things. Once we have done some kind of management, then an event is triggered and the fact that this particular management is done is registered with the particular polygon. This information is available for any ALMaSS components to inspect - e.g. animals & birds

Enumerator
ww_start 
ww_sleep_all_day 
ww_ferti_p1 
ww_ferti_s1 
ww_ferti_s2 
ww_autumn_plough 
ww_autumn_harrow 
ww_stubble_harrow1 
ww_autumn_sow 
ww_autumn_roll 
ww_ferti_p2 
ww_herbicide1 
ww_spring_roll 
ww_herbicide2 
ww_GR 
ww_fungicide 
ww_fungicide2 
ww_insecticide1 
ww_insecticide2 
ww_insecticide3 
ww_strigling1 
ww_strigling2 
ww_water1 
ww_water2 
ww_ferti_p3 
ww_ferti_p4 
ww_ferti_p5 
ww_ferti_s3 
ww_ferti_s4 
ww_ferti_s5 
ww_harvest 
ww_straw_chopping 
ww_hay_turning 
ww_hay_baling 
ww_stubble_harrow2 
ww_grubning 

Definition at line 68 of file WinterWheat.h.

ww_hay_baling
Definition: WinterWheat.h:102
ww_ferti_p1
Definition: WinterWheat.h:71
ww_start
Definition: WinterWheat.h:69
ww_herbicide2
Definition: WinterWheat.h:82
ww_stubble_harrow2
Definition: WinterWheat.h:103
ww_harvest
Definition: WinterWheat.h:99
ww_grubning
Definition: WinterWheat.h:104
ww_insecticide3
Definition: WinterWheat.h:88
ww_ferti_s1
Definition: WinterWheat.h:72
ww_fungicide2
Definition: WinterWheat.h:85
ww_hay_turning
Definition: WinterWheat.h:101
ww_ferti_s5
Definition: WinterWheat.h:98
ww_strigling1
Definition: WinterWheat.h:89
ww_spring_roll
Definition: WinterWheat.h:81
ww_insecticide2
Definition: WinterWheat.h:87
ww_GR
Definition: WinterWheat.h:83
ww_ferti_p3
Definition: WinterWheat.h:93
ww_sleep_all_day
Definition: WinterWheat.h:70
WinterWheatToDo
WinterWheatToDo
Definition: WinterWheat.h:68
WINTERWHEAT_BASE
#define WINTERWHEAT_BASE
Definition: WinterWheat.h:54
ww_ferti_p2
Definition: WinterWheat.h:79
ww_autumn_roll
Definition: WinterWheat.h:78
ww_herbicide1
Definition: WinterWheat.h:80
ww_autumn_sow
Definition: WinterWheat.h:77
ww_fungicide
Definition: WinterWheat.h:84
ww_stubble_harrow1
Definition: WinterWheat.h:76
ww_ferti_s4
Definition: WinterWheat.h:97
ww_insecticide1
Definition: WinterWheat.h:86
ww_strigling2
Definition: WinterWheat.h:90
ww_ferti_p4
Definition: WinterWheat.h:94
ww_autumn_plough
Definition: WinterWheat.h:74
ww_water1
Definition: WinterWheat.h:91
ww_ferti_s2
Definition: WinterWheat.h:73
ww_ferti_p5
Definition: WinterWheat.h:95
ww_straw_chopping
Definition: WinterWheat.h:100
ww_ferti_s3
Definition: WinterWheat.h:96
ww_autumn_harrow
Definition: WinterWheat.h:75
ww_water2
Definition: WinterWheat.h:92