ALMaSS Skylark ODDox  1.1
The skylark model description following ODdox protocol
PLMaize.h File Reference

PLMaize.h This file contains the headers for the Maize class
More...

Classes

class  PLMaize
 PLMaize class
. More...
 

Macros

#define PLMAIZE_BASE   20700
 
#define PL_M_FERTI_P1   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define PL_M_FERTI_S1   a_field->m_user[2]
 
#define PL_M_STUBBLE_PLOUGH   a_field->m_user[3]
 
#define PL_M_WINTER_PLOUGH   a_field->m_user[4]
 
#define PL_M_FERTI_P3   a_field->m_user[5]
 
#define PL_M_FERTI_S3   a_field->m_user[6]
 
#define PL_M_SPRING_FERTI   a_field->m_user[7]
 
#define PL_M_START_FERTI   a_field->m_user[8]
 

Enumerations

enum  PLMaizeToDo {
  pl_m_start = 1, pl_m_sleep_all_day = PLMAIZE_BASE, pl_m_ferti_p1, pl_m_ferti_s1,
  pl_m_stubble_plough, pl_m_autumn_harrow1, pl_m_autumn_harrow2, pl_m_stubble_harrow,
  pl_m_ferti_p2, pl_m_ferti_s2, pl_m_winter_plough, pl_m_winter_stubble_cultivator_heavy,
  pl_m_ferti_p3, pl_m_ferti_s3, pl_m_spring_harrow, pl_m_ferti_p4,
  pl_m_ferti_s4, pl_m_ferti_p5, pl_m_ferti_s5, pl_m_heavy_cultivator,
  pl_m_preseeding_cultivator, pl_m_spring_sow_with_ferti, pl_m_spring_sow, pl_m_herbicide1,
  pl_m_herbicide2, pl_m_fungicide1, pl_m_insecticide1, pl_m_insecticide2,
  pl_m_biocide, pl_m_ferti_p6, pl_m_ferti_s6, pl_m_ferti_p7,
  pl_m_ferti_s7, pl_m_harvest, pl_m_straw_chopping, pl_m_hay_bailing,
  pl_m_ferti_p8, pl_m_ferti_s8, pl_m_ferti_p9, pl_m_ferti_s9
}
 

Detailed Description

PLMaize.h This file contains the headers for the Maize class

by Chris J. Topping
modified by Elzbieta Ziolkowska
Version of October 2017
All rights reserved.

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

Macro Definition Documentation

◆ PL_M_FERTI_P1

#define PL_M_FERTI_P1   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ PL_M_FERTI_P3

#define PL_M_FERTI_P3   a_field->m_user[5]

◆ PL_M_FERTI_S1

#define PL_M_FERTI_S1   a_field->m_user[2]

◆ PL_M_FERTI_S3

#define PL_M_FERTI_S3   a_field->m_user[6]

◆ PL_M_SPRING_FERTI

#define PL_M_SPRING_FERTI   a_field->m_user[7]

◆ PL_M_START_FERTI

#define PL_M_START_FERTI   a_field->m_user[8]

◆ PL_M_STUBBLE_PLOUGH

#define PL_M_STUBBLE_PLOUGH   a_field->m_user[3]

◆ PL_M_WINTER_PLOUGH

#define PL_M_WINTER_PLOUGH   a_field->m_user[4]

◆ PLMAIZE_BASE

#define PLMAIZE_BASE   20700

Enumeration Type Documentation

◆ PLMaizeToDo

Below is the list of things that a farmer can do if he is growing mazie, 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
pl_m_start 
pl_m_sleep_all_day 
pl_m_ferti_p1 
pl_m_ferti_s1 
pl_m_stubble_plough 
pl_m_autumn_harrow1 
pl_m_autumn_harrow2 
pl_m_stubble_harrow 
pl_m_ferti_p2 
pl_m_ferti_s2 
pl_m_winter_plough 
pl_m_winter_stubble_cultivator_heavy 
pl_m_ferti_p3 
pl_m_ferti_s3 
pl_m_spring_harrow 
pl_m_ferti_p4 
pl_m_ferti_s4 
pl_m_ferti_p5 
pl_m_ferti_s5 
pl_m_heavy_cultivator 
pl_m_preseeding_cultivator 
pl_m_spring_sow_with_ferti 
pl_m_spring_sow 
pl_m_herbicide1 
pl_m_herbicide2 
pl_m_fungicide1 
pl_m_insecticide1 
pl_m_insecticide2 
pl_m_biocide 
pl_m_ferti_p6 
pl_m_ferti_s6 
pl_m_ferti_p7 
pl_m_ferti_s7 
pl_m_harvest 
pl_m_straw_chopping 
pl_m_hay_bailing 
pl_m_ferti_p8 
pl_m_ferti_s8 
pl_m_ferti_p9 
pl_m_ferti_s9 
pl_m_ferti_s5
Definition: PLMaize.h:61
pl_m_fungicide1
Definition: PLMaize.h:68
pl_m_spring_sow_with_ferti
Definition: PLMaize.h:64
pl_m_ferti_p2
Definition: PLMaize.h:51
pl_m_ferti_p8
Definition: PLMaize.h:79
pl_m_ferti_s4
Definition: PLMaize.h:59
pl_m_harvest
Definition: PLMaize.h:76
pl_m_autumn_harrow1
Definition: PLMaize.h:48
pl_m_ferti_s1
Definition: PLMaize.h:46
pl_m_winter_stubble_cultivator_heavy
Definition: PLMaize.h:54
pl_m_ferti_s2
Definition: PLMaize.h:52
pl_m_ferti_p4
Definition: PLMaize.h:58
pl_m_insecticide1
Definition: PLMaize.h:69
pl_m_herbicide2
Definition: PLMaize.h:67
pl_m_ferti_s3
Definition: PLMaize.h:56
pl_m_hay_bailing
Definition: PLMaize.h:78
pl_m_heavy_cultivator
Definition: PLMaize.h:62
pl_m_spring_harrow
Definition: PLMaize.h:57
pl_m_ferti_s7
Definition: PLMaize.h:75
pl_m_ferti_p5
Definition: PLMaize.h:60
pl_m_ferti_p7
Definition: PLMaize.h:74
pl_m_winter_plough
Definition: PLMaize.h:53
pl_m_start
Definition: PLMaize.h:43
pl_m_ferti_p3
Definition: PLMaize.h:55
pl_m_ferti_p1
Definition: PLMaize.h:45
pl_m_ferti_p9
Definition: PLMaize.h:81
pl_m_autumn_harrow2
Definition: PLMaize.h:49
pl_m_ferti_p6
Definition: PLMaize.h:72
pl_m_insecticide2
Definition: PLMaize.h:70
pl_m_herbicide1
Definition: PLMaize.h:66
pl_m_sleep_all_day
Definition: PLMaize.h:44
pl_m_stubble_plough
Definition: PLMaize.h:47
pl_m_preseeding_cultivator
Definition: PLMaize.h:63
PLMAIZE_BASE
#define PLMAIZE_BASE
Definition: PLMaize.h:24
pl_m_biocide
Definition: PLMaize.h:71
pl_m_straw_chopping
Definition: PLMaize.h:77
pl_m_stubble_harrow
Definition: PLMaize.h:50
PLMaizeToDo
PLMaizeToDo
Definition: PLMaize.h:42
pl_m_ferti_s8
Definition: PLMaize.h:80
pl_m_spring_sow
Definition: PLMaize.h:65
pl_m_ferti_s9
Definition: PLMaize.h:82
pl_m_ferti_s6
Definition: PLMaize.h:73