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

NLSpringBarleySpring.h This file contains the headers for the SpringBarleySpring class
More...

Go to the source code of this file.

Classes

class  NLSpringBarleySpring
 NLSpringBarleySpring class
. More...
 

Macros

#define NL_SBS_FUNGII   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define NLSPRINGBARLEYSPRING_BASE   26600
 

Enumerations

enum  NLSpringBarleySpringToDo {
  nl_sbs_start = 1, nl_sbs_sleep_all_day = NLSPRINGBARLEYSPRING_BASE, nl_sbs_spring_plough_sandy, nl_sbs_ferti_p2_sandy,
  nl_sbs_ferti_s2_sandy, nl_sbs_ferti_p2_clay, nl_sbs_ferti_s2_clay, nl_sbs_ferti_p3,
  nl_sbs_ferti_s3, nl_sbs_preseeding_cultivator, nl_sbs_preseeding_cultivator_sow, nl_sbs_spring_sow,
  nl_sbs_harrow, nl_sbs_ferti_p4_clay, nl_sbs_ferti_s4_clay, nl_sbs_herbicide1,
  nl_sbs_fungicide1, nl_sbs_fungicide2, nl_sbs_insecticide1, nl_sbs_growth_regulator1,
  nl_sbs_harvest, nl_sbs_straw_chopping, nl_sbs_hay_bailing
}
 

Detailed Description

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

Definition in file NLSpringBarleySpring.h.

Macro Definition Documentation

◆ NL_SBS_FUNGII

#define NL_SBS_FUNGII   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

Definition at line 28 of file NLSpringBarleySpring.h.

◆ NLSPRINGBARLEYSPRING_BASE

#define NLSPRINGBARLEYSPRING_BASE   26600

Definition at line 24 of file NLSpringBarleySpring.h.

Enumeration Type Documentation

◆ NLSpringBarleySpringToDo

Below is the list of things that a farmer can do if he is growing spring barley, 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_sbs_start 
nl_sbs_sleep_all_day 
nl_sbs_spring_plough_sandy 
nl_sbs_ferti_p2_sandy 
nl_sbs_ferti_s2_sandy 
nl_sbs_ferti_p2_clay 
nl_sbs_ferti_s2_clay 
nl_sbs_ferti_p3 
nl_sbs_ferti_s3 
nl_sbs_preseeding_cultivator 
nl_sbs_preseeding_cultivator_sow 
nl_sbs_spring_sow 
nl_sbs_harrow 
nl_sbs_ferti_p4_clay 
nl_sbs_ferti_s4_clay 
nl_sbs_herbicide1 
nl_sbs_fungicide1 
nl_sbs_fungicide2 
nl_sbs_insecticide1 
nl_sbs_growth_regulator1 
nl_sbs_harvest 
nl_sbs_straw_chopping 
nl_sbs_hay_bailing 

Definition at line 36 of file NLSpringBarleySpring.h.

nl_sbs_start
Definition: NLSpringBarleySpring.h:37
nl_sbs_ferti_p3
Definition: NLSpringBarleySpring.h:44
NLSPRINGBARLEYSPRING_BASE
#define NLSPRINGBARLEYSPRING_BASE
Definition: NLSpringBarleySpring.h:24
nl_sbs_hay_bailing
Definition: NLSpringBarleySpring.h:59
nl_sbs_harrow
Definition: NLSpringBarleySpring.h:49
nl_sbs_preseeding_cultivator
Definition: NLSpringBarleySpring.h:46
nl_sbs_harvest
Definition: NLSpringBarleySpring.h:57
nl_sbs_preseeding_cultivator_sow
Definition: NLSpringBarleySpring.h:47
nl_sbs_spring_sow
Definition: NLSpringBarleySpring.h:48
nl_sbs_ferti_s3
Definition: NLSpringBarleySpring.h:45
nl_sbs_ferti_s2_sandy
Definition: NLSpringBarleySpring.h:41
nl_sbs_spring_plough_sandy
Definition: NLSpringBarleySpring.h:39
nl_sbs_sleep_all_day
Definition: NLSpringBarleySpring.h:38
nl_sbs_herbicide1
Definition: NLSpringBarleySpring.h:52
nl_sbs_ferti_p2_clay
Definition: NLSpringBarleySpring.h:42
nl_sbs_ferti_p4_clay
Definition: NLSpringBarleySpring.h:50
NLSpringBarleySpringToDo
NLSpringBarleySpringToDo
Definition: NLSpringBarleySpring.h:36
nl_sbs_straw_chopping
Definition: NLSpringBarleySpring.h:58
nl_sbs_fungicide1
Definition: NLSpringBarleySpring.h:53
nl_sbs_fungicide2
Definition: NLSpringBarleySpring.h:54
nl_sbs_growth_regulator1
Definition: NLSpringBarleySpring.h:56
nl_sbs_ferti_p2_sandy
Definition: NLSpringBarleySpring.h:40
nl_sbs_insecticide1
Definition: NLSpringBarleySpring.h:55
nl_sbs_ferti_s2_clay
Definition: NLSpringBarleySpring.h:43
nl_sbs_ferti_s4_clay
Definition: NLSpringBarleySpring.h:51