Loading [MathJax]/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
PTCloverGrassGrazed2.h File Reference

PTCloverGrassGrazed2.h This file contains the headers for the WinterWheat class
More...

Go to the source code of this file.

Classes

class  PTCloverGrassGrazed2
 PTCloverGrassGrazed2 class
. More...
 

Macros

#define PTCLOVERGRASSGRAZED2_BASE   30700
 
#define PT_CGG2_1_CATTLEOUT_DATE   a_field->m_user[1]
 A flag used to indicate cattle out dates. More...
 
#define PT_CGG2_2_CATTLEOUT_DATE   a_field->m_user[2]
 
#define PT_CGG2_3_CATTLEOUT_DATE   a_field->m_user[3]
 

Enumerations

enum  PTCloverGrassGrazed2ToDo {
  pt_cgg2_start = 1, pt_cgg2_sleep_all_day = PTCLOVERGRASSGRAZED2_BASE, pt_cgg2_ferti_p1, pt_cgg2_ferti_s1,
  pt_cgg2_cattle_out1, pt_cgg2_cattle_is_out1, pt_cgg2_harvest1, pt_cgg2_harvest2,
  pt_cgg2_hay_bailing1, pt_cgg2_hay_bailing2, pt_cgg2_cattle_out2, pt_cgg2_cattle_is_out2,
  pt_cgg2_cattle_out3, pt_cgg2_cattle_is_out3, pt_cgg2_wait, pt_cgg2_foobar
}
 

Detailed Description

PTCloverGrassGrazed2.h This file contains the headers for the WinterWheat class

by Chris J. Topping, modified by Ant�nio Alves da Silva and reviewed by Elzbieta Ziolkowska.
The management plan information coded in this file was collaboratively created with input from Joana Alves and Jos� Paulo Sousa.
Version of March 2024.
All rights reserved.

Macro Definition Documentation

◆ PT_CGG2_1_CATTLEOUT_DATE

#define PT_CGG2_1_CATTLEOUT_DATE   a_field->m_user[1]

A flag used to indicate cattle out dates.

◆ PT_CGG2_2_CATTLEOUT_DATE

#define PT_CGG2_2_CATTLEOUT_DATE   a_field->m_user[2]

◆ PT_CGG2_3_CATTLEOUT_DATE

#define PT_CGG2_3_CATTLEOUT_DATE   a_field->m_user[3]

◆ PTCLOVERGRASSGRAZED2_BASE

#define PTCLOVERGRASSGRAZED2_BASE   30700

Enumeration Type Documentation

◆ PTCloverGrassGrazed2ToDo

Below is the list of things that a farmer can do if he is growing clover grass grazed in the second year, 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
pt_cgg2_start 
pt_cgg2_sleep_all_day 
pt_cgg2_ferti_p1 
pt_cgg2_ferti_s1 
pt_cgg2_cattle_out1 
pt_cgg2_cattle_is_out1 
pt_cgg2_harvest1 
pt_cgg2_harvest2 
pt_cgg2_hay_bailing1 
pt_cgg2_hay_bailing2 
pt_cgg2_cattle_out2 
pt_cgg2_cattle_is_out2 
pt_cgg2_cattle_out3 
pt_cgg2_cattle_is_out3 
pt_cgg2_wait 
pt_cgg2_foobar 
pt_cgg2_cattle_is_out3
Definition: PTCloverGrassGrazed2.h:72
pt_cgg2_ferti_s1
Definition: PTCloverGrassGrazed2.h:62
pt_cgg2_start
Definition: PTCloverGrassGrazed2.h:59
PTCloverGrassGrazed2ToDo
PTCloverGrassGrazed2ToDo
Definition: PTCloverGrassGrazed2.h:58
pt_cgg2_hay_bailing2
Definition: PTCloverGrassGrazed2.h:68
pt_cgg2_foobar
Definition: PTCloverGrassGrazed2.h:74
pt_cgg2_hay_bailing1
Definition: PTCloverGrassGrazed2.h:67
pt_cgg2_ferti_p1
Definition: PTCloverGrassGrazed2.h:61
pt_cgg2_cattle_out1
Definition: PTCloverGrassGrazed2.h:63
PTCLOVERGRASSGRAZED2_BASE
#define PTCLOVERGRASSGRAZED2_BASE
Definition: PTCloverGrassGrazed2.h:45
pt_cgg2_cattle_out3
Definition: PTCloverGrassGrazed2.h:71
pt_cgg2_sleep_all_day
Definition: PTCloverGrassGrazed2.h:60
pt_cgg2_harvest1
Definition: PTCloverGrassGrazed2.h:65
pt_cgg2_cattle_is_out2
Definition: PTCloverGrassGrazed2.h:70
pt_cgg2_cattle_out2
Definition: PTCloverGrassGrazed2.h:69
pt_cgg2_harvest2
Definition: PTCloverGrassGrazed2.h:66
pt_cgg2_wait
Definition: PTCloverGrassGrazed2.h:73
pt_cgg2_cattle_is_out1
Definition: PTCloverGrassGrazed2.h:64