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

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

Go to the source code of this file.

Classes

class  PTWinterBarley
 PTWinterBarley class
. More...
 

Macros

#define PTWINTERBARLEY_BASE   31800
 

Enumerations

enum  PTWinterBarleyToDo {
  pt_wb_start = 1, pt_wb_sleep_all_day = PTWINTERBARLEY_BASE, pt_wb_stubble_harrow, pt_wb_ferti_p1,
  pt_wb_ferti_s1, pt_wb_ferti_p2, pt_wb_ferti_s2, pt_wb_ferti_p3,
  pt_wb_ferti_s3, pt_wb_ferti_p4, pt_wb_ferti_s4, pt_wb_autumn_harrow,
  pt_wb_autumn_sow, pt_wb_preseeding_cultivator_sow, pt_wb_harvest1, pt_wb_wait,
  pt_wb_harvest2, pt_wb_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

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

◆ PTWINTERBARLEY_BASE

#define PTWINTERBARLEY_BASE   31800

Enumeration Type Documentation

◆ PTWinterBarleyToDo

A flag used to indicate autumn ploughing status.

Below is the list of things that a farmer can do if he is growing Winter Barley, 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_wb_start 
pt_wb_sleep_all_day 
pt_wb_stubble_harrow 
pt_wb_ferti_p1 
pt_wb_ferti_s1 
pt_wb_ferti_p2 
pt_wb_ferti_s2 
pt_wb_ferti_p3 
pt_wb_ferti_s3 
pt_wb_ferti_p4 
pt_wb_ferti_s4 
pt_wb_autumn_harrow 
pt_wb_autumn_sow 
pt_wb_preseeding_cultivator_sow 
pt_wb_harvest1 
pt_wb_wait 
pt_wb_harvest2 
pt_wb_foobar 
55  {
56  pt_wb_start = 1, // Compulsory, must always be 1 (one).
59  pt_wb_ferti_p1, // slurry
61  pt_wb_ferti_p2, // NPK
63  pt_wb_ferti_p3, // Calcium
65  pt_wb_ferti_p4, // NPK
71  pt_wb_wait,
74 
pt_wb_ferti_p2
Definition: PTWinterBarley.h:61
pt_wb_preseeding_cultivator_sow
Definition: PTWinterBarley.h:69
pt_wb_stubble_harrow
Definition: PTWinterBarley.h:58
pt_wb_harvest1
Definition: PTWinterBarley.h:70
pt_wb_autumn_harrow
Definition: PTWinterBarley.h:67
pt_wb_start
Definition: PTWinterBarley.h:56
PTWinterBarleyToDo
PTWinterBarleyToDo
A flag used to indicate autumn ploughing status.
Definition: PTWinterBarley.h:55
pt_wb_autumn_sow
Definition: PTWinterBarley.h:68
pt_wb_ferti_s1
Definition: PTWinterBarley.h:60
pt_wb_ferti_s2
Definition: PTWinterBarley.h:62
pt_wb_ferti_s4
Definition: PTWinterBarley.h:66
pt_wb_wait
Definition: PTWinterBarley.h:71
pt_wb_ferti_p3
Definition: PTWinterBarley.h:63
pt_wb_sleep_all_day
Definition: PTWinterBarley.h:57
pt_wb_foobar
Definition: PTWinterBarley.h:73
pt_wb_ferti_s3
Definition: PTWinterBarley.h:64
pt_wb_ferti_p1
Definition: PTWinterBarley.h:59
pt_wb_ferti_p4
Definition: PTWinterBarley.h:65
PTWINTERBARLEY_BASE
#define PTWINTERBARLEY_BASE
Definition: PTWinterBarley.h:45
pt_wb_harvest2
Definition: PTWinterBarley.h:72