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
PTWinterRye.h File Reference

PTWinterRye.h This file contains the headers for the PTWinterRye class
More...

Go to the source code of this file.

Classes

class  PTWinterRye
 PTWinterRye class
. More...
 

Macros

#define PTWINTERRYE_BASE   32000
 

Enumerations

enum  PTWinterRyeToDo {
  pt_wr_start = 1, pt_wr_sleep_all_day = PTWINTERRYE_BASE, pt_wr_stubble_harrow, pt_wr_ferti_p1,
  pt_wr_ferti_s1, pt_wr_ferti_p2, pt_wr_ferti_s2, pt_wr_ferti_p3,
  pt_wr_ferti_s3, pt_wr_ferti_p4, pt_wr_ferti_s4, pt_wr_autumn_harrow,
  pt_wr_autumn_sow, pt_wr_preseeding_cultivator_sow, pt_wr_harvest1, pt_wr_wait,
  pt_wr_harvest2, pt_wr_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

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

◆ PTWINTERRYE_BASE

#define PTWINTERRYE_BASE   32000

Enumeration Type Documentation

◆ PTWinterRyeToDo

A flag used to indicate autumn ploughing status.

Below is the list of things that a farmer can do if he is growing Winter Rye, 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_wr_start 
pt_wr_sleep_all_day 
pt_wr_stubble_harrow 
pt_wr_ferti_p1 
pt_wr_ferti_s1 
pt_wr_ferti_p2 
pt_wr_ferti_s2 
pt_wr_ferti_p3 
pt_wr_ferti_s3 
pt_wr_ferti_p4 
pt_wr_ferti_s4 
pt_wr_autumn_harrow 
pt_wr_autumn_sow 
pt_wr_preseeding_cultivator_sow 
pt_wr_harvest1 
pt_wr_wait 
pt_wr_harvest2 
pt_wr_foobar 
55  {
56  pt_wr_start = 1, // Compulsory, must always be 1 (one).
59  pt_wr_ferti_p1, // slurry
61  pt_wr_ferti_p2, // NPK
63  pt_wr_ferti_p3, // Calcium
65  pt_wr_ferti_p4, // NPK
71  pt_wr_wait,
74 
pt_wr_autumn_harrow
Definition: PTWinterRye.h:67
pt_wr_ferti_s3
Definition: PTWinterRye.h:64
pt_wr_harvest1
Definition: PTWinterRye.h:70
pt_wr_ferti_p3
Definition: PTWinterRye.h:63
pt_wr_ferti_s1
Definition: PTWinterRye.h:60
pt_wr_start
Definition: PTWinterRye.h:56
pt_wr_autumn_sow
Definition: PTWinterRye.h:68
pt_wr_ferti_p1
Definition: PTWinterRye.h:59
pt_wr_sleep_all_day
Definition: PTWinterRye.h:57
pt_wr_ferti_p2
Definition: PTWinterRye.h:61
pt_wr_stubble_harrow
Definition: PTWinterRye.h:58
pt_wr_preseeding_cultivator_sow
Definition: PTWinterRye.h:69
pt_wr_wait
Definition: PTWinterRye.h:71
pt_wr_ferti_s4
Definition: PTWinterRye.h:66
pt_wr_foobar
Definition: PTWinterRye.h:73
PTWINTERRYE_BASE
#define PTWINTERRYE_BASE
Definition: PTWinterRye.h:45
pt_wr_ferti_p4
Definition: PTWinterRye.h:65
pt_wr_ferti_s2
Definition: PTWinterRye.h:62
pt_wr_harvest2
Definition: PTWinterRye.h:72
PTWinterRyeToDo
PTWinterRyeToDo
A flag used to indicate autumn ploughing status.
Definition: PTWinterRye.h:55