File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NLPermanentGrassGrazedExtensive.h File Reference

NLPermanentGrassGrazedExtensive.h This file contains the headers for the PermanentGrassGrazedExtensive class
More...

Go to the source code of this file.

Classes

class  NLPermanentGrassGrazedExtensive
 NLPermanentGrassGrazedExtensive class
. More...
 

Macros

#define NLPERMANENTGRASSLANDGRAZEDEXTENSIVE_BASE   21900
 
#define NL_PGGE_FERTI_DATE   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define NL_PGGE_CUT_DATE   a_field->m_user[2]
 
#define NL_PGGE_WATER_DATE   a_field->m_user[3]
 

Enumerations

enum  NLPermanentGrassGrazedExtensiveToDo {
  nl_pgge_start = 1, nl_pgge_sleep_all_day = NLPERMANENTGRASSLANDGRAZEDEXTENSIVE_BASE, nl_pgge_ferti_p1, nl_pgge_ferti_s1,
  nl_pgge_cut_to_silage1, nl_pgge_cut_to_silage2, nl_pgge_ferti_p2, nl_pgge_ferti_s2,
  nl_pgge_ferti_p3, nl_pgge_ferti_s3, nl_pgge_ferti_p4, nl_pgge_ferti_s4,
  nl_pgge_ferti_p5, nl_pgge_ferti_s5, nl_pgge_ferti_p6, nl_pgge_ferti_s6,
  nl_pgge_watering, nl_pgge_cattle_out, nl_pgge_cattle_is_out, nl_pgge_foobar
}
 

Detailed Description

NLPermanentGrassGrazedExtensive.h This file contains the headers for the PermanentGrassGrazedExtensive 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_PGGE_CUT_DATE

#define NL_PGGE_CUT_DATE   a_field->m_user[2]

◆ NL_PGGE_FERTI_DATE

#define NL_PGGE_FERTI_DATE   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ NL_PGGE_WATER_DATE

#define NL_PGGE_WATER_DATE   a_field->m_user[3]

◆ NLPERMANENTGRASSLANDGRAZEDEXTENSIVE_BASE

#define NLPERMANENTGRASSLANDGRAZEDEXTENSIVE_BASE   21900

Enumeration Type Documentation

◆ NLPermanentGrassGrazedExtensiveToDo

Below is the list of things that a farmer can do if he is growing PermanentGrassGrazedExtensive, 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_pgge_start 
nl_pgge_sleep_all_day 
nl_pgge_ferti_p1 
nl_pgge_ferti_s1 
nl_pgge_cut_to_silage1 
nl_pgge_cut_to_silage2 
nl_pgge_ferti_p2 
nl_pgge_ferti_s2 
nl_pgge_ferti_p3 
nl_pgge_ferti_s3 
nl_pgge_ferti_p4 
nl_pgge_ferti_s4 
nl_pgge_ferti_p5 
nl_pgge_ferti_s5 
nl_pgge_ferti_p6 
nl_pgge_ferti_s6 
nl_pgge_watering 
nl_pgge_cattle_out 
nl_pgge_cattle_is_out 
nl_pgge_foobar 
nl_pgge_ferti_p3
Definition: NLPermanentGrassGrazedExtensive.h:47
nl_pgge_sleep_all_day
Definition: NLPermanentGrassGrazedExtensive.h:40
nl_pgge_ferti_s3
Definition: NLPermanentGrassGrazedExtensive.h:48
nl_pgge_ferti_s5
Definition: NLPermanentGrassGrazedExtensive.h:52
nl_pgge_ferti_p4
Definition: NLPermanentGrassGrazedExtensive.h:49
nl_pgge_cattle_out
Definition: NLPermanentGrassGrazedExtensive.h:56
nl_pgge_ferti_s2
Definition: NLPermanentGrassGrazedExtensive.h:46
nl_pgge_foobar
Definition: NLPermanentGrassGrazedExtensive.h:58
nl_pgge_ferti_p5
Definition: NLPermanentGrassGrazedExtensive.h:51
nl_pgge_ferti_p1
Definition: NLPermanentGrassGrazedExtensive.h:41
nl_pgge_cattle_is_out
Definition: NLPermanentGrassGrazedExtensive.h:57
nl_pgge_start
Definition: NLPermanentGrassGrazedExtensive.h:39
NLPermanentGrassGrazedExtensiveToDo
NLPermanentGrassGrazedExtensiveToDo
Definition: NLPermanentGrassGrazedExtensive.h:38
NLPERMANENTGRASSLANDGRAZEDEXTENSIVE_BASE
#define NLPERMANENTGRASSLANDGRAZEDEXTENSIVE_BASE
Definition: NLPermanentGrassGrazedExtensive.h:24
nl_pgge_ferti_s6
Definition: NLPermanentGrassGrazedExtensive.h:54
nl_pgge_ferti_s4
Definition: NLPermanentGrassGrazedExtensive.h:50
nl_pgge_ferti_p2
Definition: NLPermanentGrassGrazedExtensive.h:45
nl_pgge_ferti_s1
Definition: NLPermanentGrassGrazedExtensive.h:42
nl_pgge_cut_to_silage1
Definition: NLPermanentGrassGrazedExtensive.h:43
nl_pgge_ferti_p6
Definition: NLPermanentGrassGrazedExtensive.h:53
nl_pgge_watering
Definition: NLPermanentGrassGrazedExtensive.h:55
nl_pgge_cut_to_silage2
Definition: NLPermanentGrassGrazedExtensive.h:44