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

NLBeetSpring.h This file contains the headers for the BeetSpring class
More...

Classes

class  NLBeetSpring
 NLBeetSpring class
. More...
 

Macros

#define NLBEETSPRING_BASE   26200
 
#define NL_BES_HERBI1   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define NL_BES_FUNGI1   a_field->m_user[2]
 

Enumerations

enum  NLBeetSpringToDo {
  nl_bes_start = 1, nl_bes_sleep_all_day = NLBEETSPRING_BASE, nl_bes_spring_plough_sandy, nl_bes_ferti_p1,
  nl_bes_ferti_s1, nl_bes_preseeding_cultivator, nl_bes_spring_sow, nl_bes_ferti_p2,
  nl_bes_ferti_s2, nl_bes_herbicide1, nl_bes_herbicide2, nl_bes_herbicide3,
  nl_bes_herbicide4, nl_bes_fungicide1, nl_bes_fungicide2, nl_bes_fungicide3,
  nl_bes_harvest
}
 

Detailed Description

NLBeetSpring.h This file contains the headers for the BeetSpring class

by Chris J. Topping
modified by Elzbieta Ziolkowska
Version of July 2018
All rights reserved.

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

Macro Definition Documentation

◆ NL_BES_FUNGI1

#define NL_BES_FUNGI1   a_field->m_user[2]

◆ NL_BES_HERBI1

#define NL_BES_HERBI1   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ NLBEETSPRING_BASE

#define NLBEETSPRING_BASE   26200

Enumeration Type Documentation

◆ NLBeetSpringToDo

Below is the list of things that a farmer can do if he is growing beet, 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_bes_start 
nl_bes_sleep_all_day 
nl_bes_spring_plough_sandy 
nl_bes_ferti_p1 
nl_bes_ferti_s1 
nl_bes_preseeding_cultivator 
nl_bes_spring_sow 
nl_bes_ferti_p2 
nl_bes_ferti_s2 
nl_bes_herbicide1 
nl_bes_herbicide2 
nl_bes_herbicide3 
nl_bes_herbicide4 
nl_bes_fungicide1 
nl_bes_fungicide2 
nl_bes_fungicide3 
nl_bes_harvest 
nl_bes_harvest
Definition: NLBeetSpring.h:54
nl_bes_herbicide4
Definition: NLBeetSpring.h:50
nl_bes_ferti_s2
Definition: NLBeetSpring.h:46
nl_bes_herbicide3
Definition: NLBeetSpring.h:49
nl_bes_ferti_p1
Definition: NLBeetSpring.h:41
nl_bes_ferti_s1
Definition: NLBeetSpring.h:42
NLBeetSpringToDo
NLBeetSpringToDo
Definition: NLBeetSpring.h:37
NLBEETSPRING_BASE
#define NLBEETSPRING_BASE
Definition: NLBeetSpring.h:24
nl_bes_preseeding_cultivator
Definition: NLBeetSpring.h:43
nl_bes_start
Definition: NLBeetSpring.h:38
nl_bes_spring_sow
Definition: NLBeetSpring.h:44
nl_bes_spring_plough_sandy
Definition: NLBeetSpring.h:40
nl_bes_sleep_all_day
Definition: NLBeetSpring.h:39
nl_bes_herbicide2
Definition: NLBeetSpring.h:48
nl_bes_herbicide1
Definition: NLBeetSpring.h:47
nl_bes_ferti_p2
Definition: NLBeetSpring.h:45
nl_bes_fungicide2
Definition: NLBeetSpring.h:52
nl_bes_fungicide1
Definition: NLBeetSpring.h:51
nl_bes_fungicide3
Definition: NLBeetSpring.h:53