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

NLBeet.h This file contains the headers for the Beet class
More...

Go to the source code of this file.

Classes

class  NLBeet
 NLBeet class
. More...
 

Macros

#define NL_BE_FUNGI1   a_field->m_user[2]
 
#define NL_BE_HERBI1   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define NLBEET_BASE   25000
 

Enumerations

enum  NLBeetToDo {
  nl_be_start = 1, nl_be_sleep_all_day = NLBEET_BASE, nl_be_stubble_harrow_sandy, nl_be_spring_plough_sandy,
  nl_be_stubble_harrow_clay, nl_be_winter_plough_clay, nl_be_ferti_p1, nl_be_ferti_s1,
  nl_be_preseeding_cultivator, nl_be_spring_sow, nl_be_ferti_p2, nl_be_ferti_s2,
  nl_be_herbicide1, nl_be_herbicide2, nl_be_herbicide3, nl_be_herbicide4,
  nl_be_fungicide1, nl_be_fungicide2, nl_be_fungicide3, nl_be_harvest
}
 

Detailed Description

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

Definition in file NLBeet.h.

Macro Definition Documentation

◆ NL_BE_FUNGI1

#define NL_BE_FUNGI1   a_field->m_user[2]

Definition at line 29 of file NLBeet.h.

◆ NL_BE_HERBI1

#define NL_BE_HERBI1   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

Definition at line 28 of file NLBeet.h.

◆ NLBEET_BASE

#define NLBEET_BASE   25000

Definition at line 24 of file NLBeet.h.

Enumeration Type Documentation

◆ NLBeetToDo

enum NLBeetToDo

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_be_start 
nl_be_sleep_all_day 
nl_be_stubble_harrow_sandy 
nl_be_spring_plough_sandy 
nl_be_stubble_harrow_clay 
nl_be_winter_plough_clay 
nl_be_ferti_p1 
nl_be_ferti_s1 
nl_be_preseeding_cultivator 
nl_be_spring_sow 
nl_be_ferti_p2 
nl_be_ferti_s2 
nl_be_herbicide1 
nl_be_herbicide2 
nl_be_herbicide3 
nl_be_herbicide4 
nl_be_fungicide1 
nl_be_fungicide2 
nl_be_fungicide3 
nl_be_harvest 

Definition at line 37 of file NLBeet.h.

nl_be_ferti_s2
Definition: NLBeet.h:49
NLBeetToDo
NLBeetToDo
Definition: NLBeet.h:37
nl_be_stubble_harrow_sandy
Definition: NLBeet.h:40
nl_be_sleep_all_day
Definition: NLBeet.h:39
nl_be_preseeding_cultivator
Definition: NLBeet.h:46
nl_be_fungicide3
Definition: NLBeet.h:56
nl_be_spring_plough_sandy
Definition: NLBeet.h:41
nl_be_ferti_p2
Definition: NLBeet.h:48
nl_be_herbicide2
Definition: NLBeet.h:51
nl_be_ferti_s1
Definition: NLBeet.h:45
nl_be_stubble_harrow_clay
Definition: NLBeet.h:42
nl_be_ferti_p1
Definition: NLBeet.h:44
nl_be_fungicide1
Definition: NLBeet.h:54
nl_be_fungicide2
Definition: NLBeet.h:55
nl_be_harvest
Definition: NLBeet.h:57
nl_be_herbicide4
Definition: NLBeet.h:53
nl_be_herbicide3
Definition: NLBeet.h:52
nl_be_winter_plough_clay
Definition: NLBeet.h:43
nl_be_spring_sow
Definition: NLBeet.h:47
nl_be_start
Definition: NLBeet.h:38
nl_be_herbicide1
Definition: NLBeet.h:50
NLBEET_BASE
#define NLBEET_BASE
Definition: NLBeet.h:24