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

NLMaize.h This file contains the headers for the Maize class
More...

Go to the source code of this file.

Classes

class  NLMaize
 NLMaize class
. More...
 

Macros

#define NL_M_START_FERTI   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define NLMAIZE_BASE   25200
 

Enumerations

enum  NLMaizeToDo {
  nl_m_start = 1, nl_m_sleep_all_day = NLMAIZE_BASE, nl_m_stubble_harrow1, nl_m_stubble_harrow2,
  nl_m_winter_plough1, nl_m_winter_plough2, nl_m_ferti_p1, nl_m_ferti_s1,
  nl_m_spring_plough1, nl_m_spring_plough2, nl_m_preseeding_cultivator, nl_m_spring_sow_with_ferti,
  nl_m_spring_sow, nl_m_harrow, nl_m_ferti_p2, nl_m_ferti_s2,
  nl_m_herbicide1, nl_m_harvest, nl_m_straw_chopping
}
 

Detailed Description

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

Macro Definition Documentation

◆ NL_M_START_FERTI

#define NL_M_START_FERTI   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

Definition at line 28 of file NLMaize.h.

◆ NLMAIZE_BASE

#define NLMAIZE_BASE   25200

Definition at line 24 of file NLMaize.h.

Enumeration Type Documentation

◆ NLMaizeToDo

Below is the list of things that a farmer can do if he is growing mazie, 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_m_start 
nl_m_sleep_all_day 
nl_m_stubble_harrow1 
nl_m_stubble_harrow2 
nl_m_winter_plough1 
nl_m_winter_plough2 
nl_m_ferti_p1 
nl_m_ferti_s1 
nl_m_spring_plough1 
nl_m_spring_plough2 
nl_m_preseeding_cultivator 
nl_m_spring_sow_with_ferti 
nl_m_spring_sow 
nl_m_harrow 
nl_m_ferti_p2 
nl_m_ferti_s2 
nl_m_herbicide1 
nl_m_harvest 
nl_m_straw_chopping 

Definition at line 35 of file NLMaize.h.

nl_m_ferti_p1
Definition: NLMaize.h:42
nl_m_spring_sow_with_ferti
Definition: NLMaize.h:47
nl_m_stubble_harrow2
Definition: NLMaize.h:39
nl_m_spring_sow
Definition: NLMaize.h:48
NLMAIZE_BASE
#define NLMAIZE_BASE
Definition: NLMaize.h:24
nl_m_winter_plough2
Definition: NLMaize.h:41
nl_m_harrow
Definition: NLMaize.h:49
nl_m_spring_plough2
Definition: NLMaize.h:45
nl_m_spring_plough1
Definition: NLMaize.h:44
nl_m_sleep_all_day
Definition: NLMaize.h:37
nl_m_ferti_p2
Definition: NLMaize.h:50
nl_m_winter_plough1
Definition: NLMaize.h:40
NLMaizeToDo
NLMaizeToDo
Definition: NLMaize.h:35
nl_m_start
Definition: NLMaize.h:36
nl_m_harvest
Definition: NLMaize.h:53
nl_m_ferti_s1
Definition: NLMaize.h:43
nl_m_straw_chopping
Definition: NLMaize.h:54
nl_m_herbicide1
Definition: NLMaize.h:52
nl_m_stubble_harrow1
Definition: NLMaize.h:38
nl_m_preseeding_cultivator
Definition: NLMaize.h:46
nl_m_ferti_s2
Definition: NLMaize.h:51