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

NLCarrots.h This file contains the headers for the Carrots class
More...

Go to the source code of this file.

Classes

class  NLCarrots
 NLCarrots class
. More...
 

Macros

#define NL_CA_FUNGI1   a_field->m_user[4]
 
#define NL_CA_FUNGI2   a_field->m_user[5]
 
#define NL_CA_HERBI1   a_field->m_user[2]
 
#define NL_CA_HERBI2   a_field->m_user[3]
 
#define NL_CA_WINTER_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define NLCARROTS_BASE   25100
 

Enumerations

enum  NLCarrotsToDo {
  nl_ca_start = 1, nl_ca_sleep_all_day = NLCARROTS_BASE, nl_ca_spring_plough_sandy, nl_ca_winter_plough_clay,
  nl_ca_winter_deep_harrow_clay, nl_ca_ferti_p1, nl_ca_ferti_s1, nl_ca_preseeding_cultivator,
  nl_ca_bed_forming, nl_ca_spring_sow, nl_ca_ferti_p2, nl_ca_ferti_s2,
  nl_ca_herbicide1, nl_ca_herbicide2, nl_ca_herbicide3, nl_ca_fungicide1,
  nl_ca_fungicide2, nl_ca_fungicide3, nl_ca_harvest
}
 

Detailed Description

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

Macro Definition Documentation

◆ NL_CA_FUNGI1

#define NL_CA_FUNGI1   a_field->m_user[4]

Definition at line 31 of file NLCarrots.h.

◆ NL_CA_FUNGI2

#define NL_CA_FUNGI2   a_field->m_user[5]

Definition at line 32 of file NLCarrots.h.

◆ NL_CA_HERBI1

#define NL_CA_HERBI1   a_field->m_user[2]

Definition at line 29 of file NLCarrots.h.

◆ NL_CA_HERBI2

#define NL_CA_HERBI2   a_field->m_user[3]

Definition at line 30 of file NLCarrots.h.

◆ NL_CA_WINTER_PLOUGH

#define NL_CA_WINTER_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

Definition at line 28 of file NLCarrots.h.

◆ NLCARROTS_BASE

#define NLCARROTS_BASE   25100

Definition at line 24 of file NLCarrots.h.

Enumeration Type Documentation

◆ NLCarrotsToDo

Below is the list of things that a farmer can do if he is growing carrots, 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_ca_start 
nl_ca_sleep_all_day 
nl_ca_spring_plough_sandy 
nl_ca_winter_plough_clay 
nl_ca_winter_deep_harrow_clay 
nl_ca_ferti_p1 
nl_ca_ferti_s1 
nl_ca_preseeding_cultivator 
nl_ca_bed_forming 
nl_ca_spring_sow 
nl_ca_ferti_p2 
nl_ca_ferti_s2 
nl_ca_herbicide1 
nl_ca_herbicide2 
nl_ca_herbicide3 
nl_ca_fungicide1 
nl_ca_fungicide2 
nl_ca_fungicide3 
nl_ca_harvest 

Definition at line 39 of file NLCarrots.h.

NLCARROTS_BASE
#define NLCARROTS_BASE
Definition: NLCarrots.h:24
nl_ca_ferti_p1
Definition: NLCarrots.h:45
nl_ca_fungicide3
Definition: NLCarrots.h:57
nl_ca_spring_sow
Definition: NLCarrots.h:49
nl_ca_ferti_s1
Definition: NLCarrots.h:46
nl_ca_herbicide2
Definition: NLCarrots.h:53
nl_ca_harvest
Definition: NLCarrots.h:58
nl_ca_sleep_all_day
Definition: NLCarrots.h:41
nl_ca_start
Definition: NLCarrots.h:40
nl_ca_preseeding_cultivator
Definition: NLCarrots.h:47
nl_ca_winter_deep_harrow_clay
Definition: NLCarrots.h:44
nl_ca_fungicide2
Definition: NLCarrots.h:56
nl_ca_herbicide1
Definition: NLCarrots.h:52
nl_ca_ferti_s2
Definition: NLCarrots.h:51
nl_ca_spring_plough_sandy
Definition: NLCarrots.h:42
NLCarrotsToDo
NLCarrotsToDo
Definition: NLCarrots.h:39
nl_ca_fungicide1
Definition: NLCarrots.h:55
nl_ca_winter_plough_clay
Definition: NLCarrots.h:43
nl_ca_bed_forming
Definition: NLCarrots.h:48
nl_ca_herbicide3
Definition: NLCarrots.h:54
nl_ca_ferti_p2
Definition: NLCarrots.h:50