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

NLCarrotsSpring.h This file contains the headers for the CarrotsSpring class
More...

Classes

class  NLCarrotsSpring
 NLCarrotsSpring class
. More...
 

Macros

#define NLCARROTSSPRING_BASE   26300
 
#define NL_CAS_WINTER_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define NL_CAS_HERBI1   a_field->m_user[2]
 
#define NL_CAS_HERBI2   a_field->m_user[3]
 
#define NL_CAS_FUNGI1   a_field->m_user[4]
 
#define NL_CAS_FUNGI2   a_field->m_user[5]
 

Enumerations

enum  NLCarrotsSpringToDo {
  nl_cas_start = 1, nl_cas_sleep_all_day = NLCARROTSSPRING_BASE, nl_cas_spring_plough_sandy, nl_cas_ferti_p1,
  nl_cas_ferti_s1, nl_cas_preseeding_cultivator, nl_cas_bed_forming, nl_cas_spring_sow,
  nl_cas_ferti_p2, nl_cas_ferti_s2, nl_cas_herbicide1, nl_cas_herbicide2,
  nl_cas_herbicide3, nl_cas_fungicide1, nl_cas_fungicide2, nl_cas_fungicide3,
  nl_cas_harvest
}
 

Detailed Description

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

Macro Definition Documentation

◆ NL_CAS_FUNGI1

#define NL_CAS_FUNGI1   a_field->m_user[4]

◆ NL_CAS_FUNGI2

#define NL_CAS_FUNGI2   a_field->m_user[5]

◆ NL_CAS_HERBI1

#define NL_CAS_HERBI1   a_field->m_user[2]

◆ NL_CAS_HERBI2

#define NL_CAS_HERBI2   a_field->m_user[3]

◆ NL_CAS_WINTER_PLOUGH

#define NL_CAS_WINTER_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ NLCARROTSSPRING_BASE

#define NLCARROTSSPRING_BASE   26300

Enumeration Type Documentation

◆ NLCarrotsSpringToDo

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_cas_start 
nl_cas_sleep_all_day 
nl_cas_spring_plough_sandy 
nl_cas_ferti_p1 
nl_cas_ferti_s1 
nl_cas_preseeding_cultivator 
nl_cas_bed_forming 
nl_cas_spring_sow 
nl_cas_ferti_p2 
nl_cas_ferti_s2 
nl_cas_herbicide1 
nl_cas_herbicide2 
nl_cas_herbicide3 
nl_cas_fungicide1 
nl_cas_fungicide2 
nl_cas_fungicide3 
nl_cas_harvest 
nl_cas_herbicide1
Definition: NLCarrotsSpring.h:50
nl_cas_harvest
Definition: NLCarrotsSpring.h:56
nl_cas_ferti_s2
Definition: NLCarrotsSpring.h:49
nl_cas_spring_sow
Definition: NLCarrotsSpring.h:47
nl_cas_ferti_p1
Definition: NLCarrotsSpring.h:43
nl_cas_herbicide3
Definition: NLCarrotsSpring.h:52
NLCARROTSSPRING_BASE
#define NLCARROTSSPRING_BASE
Definition: NLCarrotsSpring.h:24
nl_cas_ferti_s1
Definition: NLCarrotsSpring.h:44
nl_cas_preseeding_cultivator
Definition: NLCarrotsSpring.h:45
nl_cas_ferti_p2
Definition: NLCarrotsSpring.h:48
nl_cas_fungicide1
Definition: NLCarrotsSpring.h:53
NLCarrotsSpringToDo
NLCarrotsSpringToDo
Definition: NLCarrotsSpring.h:39
nl_cas_sleep_all_day
Definition: NLCarrotsSpring.h:41
nl_cas_fungicide2
Definition: NLCarrotsSpring.h:54
nl_cas_start
Definition: NLCarrotsSpring.h:40
nl_cas_spring_plough_sandy
Definition: NLCarrotsSpring.h:42
nl_cas_bed_forming
Definition: NLCarrotsSpring.h:46
nl_cas_fungicide3
Definition: NLCarrotsSpring.h:55
nl_cas_herbicide2
Definition: NLCarrotsSpring.h:51