Loading [MathJax]/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DE_WinterWheat.h File Reference

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

Go to the source code of this file.

Classes

class  DE_WinterWheat
 DE_WinterWheat class
. More...
 

Macros

#define DE_WINTERWHEAT_BASE   35200
 
#define DE_WW_AUTUMN_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define DE_WW_FERTI_P1   a_field->m_user[2]
 
#define DE_WW_FERTI_S1   a_field->m_user[3]
 
#define DE_WW_DECIDE_TO_GR   a_field->m_user[4]
 

Enumerations

enum  DE_WinterWheatToDo {
  de_ww_start = 1, de_ww_sleep_all_day = DE_WINTERWHEAT_BASE, de_ww_autumn_harrow_notill, de_ww_autumn_plough,
  de_ww_autumn_roll, de_ww_autumn_sow, de_ww_stubble_cultivator, de_ww_ferti_s1,
  de_ww_ferti_p1, de_ww_ferti_s2, de_ww_ferti_p2, de_ww_ferti_s3,
  de_ww_ferti_p3, de_ww_ferti_s4, de_ww_ferti_p4, de_ww_ferti_p5,
  de_ww_ferti_s5, de_ww_herbicide1, de_ww_herbicide2, de_ww_insecticide1,
  de_ww_insecticide2, de_ww_insecticide3, de_ww_fungicide1, de_ww_fungicide2,
  de_ww_fungicide3, de_ww_growth_regulator1, de_ww_growth_regulator2, de_ww_harvest,
  de_ww_straw_chopping, de_ww_hay_bailing, de_ww_foobar
}
 

Detailed Description

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

by Chris J. Topping
Version of May 2021
All rights reserved.

Macro Definition Documentation

◆ DE_WINTERWHEAT_BASE

#define DE_WINTERWHEAT_BASE   35200

◆ DE_WW_AUTUMN_PLOUGH

#define DE_WW_AUTUMN_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ DE_WW_DECIDE_TO_GR

#define DE_WW_DECIDE_TO_GR   a_field->m_user[4]

◆ DE_WW_FERTI_P1

#define DE_WW_FERTI_P1   a_field->m_user[2]

◆ DE_WW_FERTI_S1

#define DE_WW_FERTI_S1   a_field->m_user[3]

Enumeration Type Documentation

◆ DE_WinterWheatToDo

Below is the list of things that a farmer can do if he is growing DEWinterWheat, 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
de_ww_start 
de_ww_sleep_all_day 
de_ww_autumn_harrow_notill 
de_ww_autumn_plough 
de_ww_autumn_roll 
de_ww_autumn_sow 
de_ww_stubble_cultivator 
de_ww_ferti_s1 
de_ww_ferti_p1 
de_ww_ferti_s2 
de_ww_ferti_p2 
de_ww_ferti_s3 
de_ww_ferti_p3 
de_ww_ferti_s4 
de_ww_ferti_p4 
de_ww_ferti_p5 
de_ww_ferti_s5 
de_ww_herbicide1 
de_ww_herbicide2 
de_ww_insecticide1 
de_ww_insecticide2 
de_ww_insecticide3 
de_ww_fungicide1 
de_ww_fungicide2 
de_ww_fungicide3 
de_ww_growth_regulator1 
de_ww_growth_regulator2 
de_ww_harvest 
de_ww_straw_chopping 
de_ww_hay_bailing 
de_ww_foobar 
de_ww_ferti_s2
Definition: DE_WinterWheat.h:75
de_ww_autumn_roll
Definition: DE_WinterWheat.h:70
de_ww_start
Definition: DE_WinterWheat.h:66
de_ww_stubble_cultivator
Definition: DE_WinterWheat.h:72
de_ww_ferti_p1
Definition: DE_WinterWheat.h:74
de_ww_ferti_s3
Definition: DE_WinterWheat.h:77
de_ww_growth_regulator2
Definition: DE_WinterWheat.h:92
de_ww_herbicide1
Definition: DE_WinterWheat.h:83
de_ww_autumn_sow
Definition: DE_WinterWheat.h:71
de_ww_ferti_s1
Definition: DE_WinterWheat.h:73
de_ww_harvest
Definition: DE_WinterWheat.h:93
DE_WINTERWHEAT_BASE
#define DE_WINTERWHEAT_BASE
Definition: DE_WinterWheat.h:51
de_ww_autumn_harrow_notill
Definition: DE_WinterWheat.h:68
de_ww_straw_chopping
Definition: DE_WinterWheat.h:94
de_ww_ferti_p5
Definition: DE_WinterWheat.h:81
de_ww_insecticide3
Definition: DE_WinterWheat.h:87
de_ww_foobar
Definition: DE_WinterWheat.h:96
de_ww_ferti_p3
Definition: DE_WinterWheat.h:78
de_ww_ferti_p4
Definition: DE_WinterWheat.h:80
de_ww_fungicide2
Definition: DE_WinterWheat.h:89
de_ww_growth_regulator1
Definition: DE_WinterWheat.h:91
de_ww_fungicide3
Definition: DE_WinterWheat.h:90
de_ww_autumn_plough
Definition: DE_WinterWheat.h:69
de_ww_fungicide1
Definition: DE_WinterWheat.h:88
de_ww_insecticide2
Definition: DE_WinterWheat.h:86
DE_WinterWheatToDo
DE_WinterWheatToDo
Definition: DE_WinterWheat.h:65
de_ww_ferti_s5
Definition: DE_WinterWheat.h:82
de_ww_herbicide2
Definition: DE_WinterWheat.h:84
de_ww_insecticide1
Definition: DE_WinterWheat.h:85
de_ww_sleep_all_day
Definition: DE_WinterWheat.h:67
de_ww_ferti_p2
Definition: DE_WinterWheat.h:76
de_ww_hay_bailing
Definition: DE_WinterWheat.h:95
de_ww_ferti_s4
Definition: DE_WinterWheat.h:79