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

NLMaizeSpring.h This file contains the headers for the MaizeSpring class
More...

Go to the source code of this file.

Classes

class  NLMaizeSpring
 NLMaizeSpring class
. More...
 

Macros

#define NL_MS_START_FERTI   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define NLMAIZESPRING_BASE   26400
 

Enumerations

enum  NLMaizeSpringToDo {
  nl_ms_start = 1, nl_ms_sleep_all_day = NLMAIZESPRING_BASE, nl_ms_spring_plough_sandy, nl_ms_preseeding_cultivator,
  nl_ms_spring_sow_with_ferti, nl_ms_spring_sow, nl_ms_harrow, nl_ms_ferti_p2,
  nl_ms_ferti_s2, nl_ms_herbicide1, nl_ms_harvest, nl_ms_straw_chopping
}
 

Detailed Description

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

Macro Definition Documentation

◆ NL_MS_START_FERTI

#define NL_MS_START_FERTI   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

Definition at line 28 of file NLMaizeSpring.h.

◆ NLMAIZESPRING_BASE

#define NLMAIZESPRING_BASE   26400

Definition at line 24 of file NLMaizeSpring.h.

Enumeration Type Documentation

◆ NLMaizeSpringToDo

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_ms_start 
nl_ms_sleep_all_day 
nl_ms_spring_plough_sandy 
nl_ms_preseeding_cultivator 
nl_ms_spring_sow_with_ferti 
nl_ms_spring_sow 
nl_ms_harrow 
nl_ms_ferti_p2 
nl_ms_ferti_s2 
nl_ms_herbicide1 
nl_ms_harvest 
nl_ms_straw_chopping 

Definition at line 35 of file NLMaizeSpring.h.

nl_ms_preseeding_cultivator
Definition: NLMaizeSpring.h:39
nl_ms_sleep_all_day
Definition: NLMaizeSpring.h:37
nl_ms_ferti_s2
Definition: NLMaizeSpring.h:44
nl_ms_spring_sow_with_ferti
Definition: NLMaizeSpring.h:40
nl_ms_herbicide1
Definition: NLMaizeSpring.h:45
nl_ms_ferti_p2
Definition: NLMaizeSpring.h:43
nl_ms_harrow
Definition: NLMaizeSpring.h:42
nl_ms_spring_plough_sandy
Definition: NLMaizeSpring.h:38
NLMAIZESPRING_BASE
#define NLMAIZESPRING_BASE
Definition: NLMaizeSpring.h:24
nl_ms_spring_sow
Definition: NLMaizeSpring.h:41
nl_ms_harvest
Definition: NLMaizeSpring.h:46
nl_ms_straw_chopping
Definition: NLMaizeSpring.h:47
NLMaizeSpringToDo
NLMaizeSpringToDo
Definition: NLMaizeSpring.h:35
nl_ms_start
Definition: NLMaizeSpring.h:36