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

PTOtherDryBeans.h This file contains the headers for the OtherDryBeans class
More...

Go to the source code of this file.

Classes

class  PTOtherDryBeans
 PTOtherDryBeans class
. More...
 

Macros

#define PTOTHERDRYBEANS_BASE   30900
 

Enumerations

enum  PTOtherDryBeansToDo {
  pt_odb_start = 1, pt_odb_sleep_all_day = PTOTHERDRYBEANS_BASE, pt_odb_stubble_harrow, pt_odb_autumn_plough,
  pt_odb_ferti_p1, pt_odb_ferti_s1, pt_odb_autumn_harrow, pt_odb_autumn_sow,
  pt_odb_wait, pt_odb_harvest, pt_odb_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

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

◆ PTOTHERDRYBEANS_BASE

#define PTOTHERDRYBEANS_BASE   30900

Enumeration Type Documentation

◆ PTOtherDryBeansToDo

A flag used to indicate autumn ploughing status.

Below is the list of things that a farmer can do if he is growing OtherDryBeans, 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_odb_start 
pt_odb_sleep_all_day 
pt_odb_stubble_harrow 
pt_odb_autumn_plough 
pt_odb_ferti_p1 
pt_odb_ferti_s1 
pt_odb_autumn_harrow 
pt_odb_autumn_sow 
pt_odb_wait 
pt_odb_harvest 
pt_odb_foobar 
55  {
56  pt_odb_start = 1, // Compulsory, must always be 1 (one).
60  pt_odb_ferti_p1, // NPK
67 
pt_odb_autumn_harrow
Definition: PTOtherDryBeans.h:62
pt_odb_autumn_sow
Definition: PTOtherDryBeans.h:63
pt_odb_autumn_plough
Definition: PTOtherDryBeans.h:59
pt_odb_ferti_s1
Definition: PTOtherDryBeans.h:61
pt_odb_ferti_p1
Definition: PTOtherDryBeans.h:60
pt_odb_foobar
Definition: PTOtherDryBeans.h:66
pt_odb_wait
Definition: PTOtherDryBeans.h:64
pt_odb_harvest
Definition: PTOtherDryBeans.h:65
pt_odb_start
Definition: PTOtherDryBeans.h:56
PTOTHERDRYBEANS_BASE
#define PTOTHERDRYBEANS_BASE
Definition: PTOtherDryBeans.h:45
PTOtherDryBeansToDo
PTOtherDryBeansToDo
A flag used to indicate autumn ploughing status.
Definition: PTOtherDryBeans.h:55
pt_odb_stubble_harrow
Definition: PTOtherDryBeans.h:58
pt_odb_sleep_all_day
Definition: PTOtherDryBeans.h:57