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

NLCabbage.h This file contains the headers for the Cabbage class
More...

Classes

class  NLCabbage
 NLCabbage class
. More...
 

Macros

#define NLCABBAGE_BASE   25600
 
#define NL_CAB_WINTER_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 

Enumerations

enum  NLCabbageToDo {
  nl_cab_start = 1, nl_cab_sleep_all_day = NLCABBAGE_BASE, nl_cab_winter_plough_clay, nl_cab_ferti_p1,
  nl_cab_ferti_s1, nl_cab_spring_plough_sandy, nl_cab_ferti_p2, nl_cab_ferti_s2,
  nl_cab_preseeding_cultivator, nl_cab_spring_planting, nl_cab_weeding1, nl_cab_herbicide1,
  nl_cab_weeding2, nl_cab_fungicide1, nl_cab_fungicide2, nl_cab_fungicide3,
  nl_cab_insecticide1, nl_cab_insecticide2, nl_cab_insecticide3, nl_cab_ferti_p3,
  nl_cab_ferti_s3, nl_cab_ferti_p4, nl_cab_ferti_s4, nl_cab_ferti_p5,
  nl_cab_ferti_s5, nl_cab_watering, nl_cab_harvest
}
 

Detailed Description

NLCabbage.h This file contains the headers for the Cabbage 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

◆ NL_CAB_WINTER_PLOUGH

#define NL_CAB_WINTER_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ NLCABBAGE_BASE

#define NLCABBAGE_BASE   25600

Enumeration Type Documentation

◆ NLCabbageToDo

Below is the list of things that a farmer can do if he is growing cabbage, 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
nl_cab_start 
nl_cab_sleep_all_day 
nl_cab_winter_plough_clay 
nl_cab_ferti_p1 
nl_cab_ferti_s1 
nl_cab_spring_plough_sandy 
nl_cab_ferti_p2 
nl_cab_ferti_s2 
nl_cab_preseeding_cultivator 
nl_cab_spring_planting 
nl_cab_weeding1 
nl_cab_herbicide1 
nl_cab_weeding2 
nl_cab_fungicide1 
nl_cab_fungicide2 
nl_cab_fungicide3 
nl_cab_insecticide1 
nl_cab_insecticide2 
nl_cab_insecticide3 
nl_cab_ferti_p3 
nl_cab_ferti_s3 
nl_cab_ferti_p4 
nl_cab_ferti_s4 
nl_cab_ferti_p5 
nl_cab_ferti_s5 
nl_cab_watering 
nl_cab_harvest 
nl_cab_ferti_p2
Definition: NLCabbage.h:42
nl_cab_ferti_s3
Definition: NLCabbage.h:56
nl_cab_sleep_all_day
Definition: NLCabbage.h:37
NLCabbageToDo
NLCabbageToDo
Definition: NLCabbage.h:35
nl_cab_spring_planting
Definition: NLCabbage.h:45
nl_cab_preseeding_cultivator
Definition: NLCabbage.h:44
nl_cab_weeding1
Definition: NLCabbage.h:46
nl_cab_ferti_p5
Definition: NLCabbage.h:59
nl_cab_fungicide3
Definition: NLCabbage.h:51
NLCABBAGE_BASE
#define NLCABBAGE_BASE
Definition: NLCabbage.h:24
nl_cab_watering
Definition: NLCabbage.h:61
nl_cab_ferti_s4
Definition: NLCabbage.h:58
nl_cab_insecticide1
Definition: NLCabbage.h:52
nl_cab_winter_plough_clay
Definition: NLCabbage.h:38
nl_cab_spring_plough_sandy
Definition: NLCabbage.h:41
nl_cab_ferti_s5
Definition: NLCabbage.h:60
nl_cab_insecticide2
Definition: NLCabbage.h:53
nl_cab_fungicide1
Definition: NLCabbage.h:49
nl_cab_fungicide2
Definition: NLCabbage.h:50
nl_cab_ferti_s1
Definition: NLCabbage.h:40
nl_cab_ferti_p1
Definition: NLCabbage.h:39
nl_cab_harvest
Definition: NLCabbage.h:62
nl_cab_start
Definition: NLCabbage.h:36
nl_cab_ferti_s2
Definition: NLCabbage.h:43
nl_cab_herbicide1
Definition: NLCabbage.h:47
nl_cab_ferti_p4
Definition: NLCabbage.h:57
nl_cab_insecticide3
Definition: NLCabbage.h:54
nl_cab_ferti_p3
Definition: NLCabbage.h:55
nl_cab_weeding2
Definition: NLCabbage.h:48