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

NLCatchPeaCrop.h This file contains the headers for the CatchPeaCrop class
More...

Classes

class  NLCatchPeaCrop
 NLCatchPeaCrop class
. More...
 

Macros

#define NLCATCHPEACROP_BASE   26100
 

Enumerations

enum  NLCatchPeaCropToDo {
  nl_cpc_start = 1, nl_cpc_sleep_all_day = NLCATCHPEACROP_BASE, nl_cpc_stubble_cultivator, nl_cpc_ferti_p1,
  nl_cpc_ferti_s1, nl_cpc_preseeding_cultivator_with_sow, nl_cpc_ferti_p2_clay, nl_cpc_ferti_s2_clay,
  nl_cpc_winter_plough_clay, nl_cpc_ferti_p2_sandy, nl_cpc_ferti_s2_sandy
}
 

Detailed Description

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

◆ NLCATCHPEACROP_BASE

#define NLCATCHPEACROP_BASE   26100

Enumeration Type Documentation

◆ NLCatchPeaCropToDo

Below is the list of things that a farmer can do if he is growing CatchPeaCrop, 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_cpc_start 
nl_cpc_sleep_all_day 
nl_cpc_stubble_cultivator 
nl_cpc_ferti_p1 
nl_cpc_ferti_s1 
nl_cpc_preseeding_cultivator_with_sow 
nl_cpc_ferti_p2_clay 
nl_cpc_ferti_s2_clay 
nl_cpc_winter_plough_clay 
nl_cpc_ferti_p2_sandy 
nl_cpc_ferti_s2_sandy 
nl_cpc_ferti_s2_sandy
Definition: NLCatchPeaCrop.h:42
nl_cpc_ferti_s2_clay
Definition: NLCatchPeaCrop.h:39
nl_cpc_ferti_s1
Definition: NLCatchPeaCrop.h:36
NLCATCHPEACROP_BASE
#define NLCATCHPEACROP_BASE
Definition: NLCatchPeaCrop.h:24
nl_cpc_sleep_all_day
Definition: NLCatchPeaCrop.h:33
nl_cpc_start
Definition: NLCatchPeaCrop.h:32
nl_cpc_winter_plough_clay
Definition: NLCatchPeaCrop.h:40
NLCatchPeaCropToDo
NLCatchPeaCropToDo
Definition: NLCatchPeaCrop.h:31
nl_cpc_stubble_cultivator
Definition: NLCatchPeaCrop.h:34
nl_cpc_ferti_p2_clay
Definition: NLCatchPeaCrop.h:38
nl_cpc_ferti_p1
Definition: NLCatchPeaCrop.h:35
nl_cpc_preseeding_cultivator_with_sow
Definition: NLCatchPeaCrop.h:37
nl_cpc_ferti_p2_sandy
Definition: NLCatchPeaCrop.h:41