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

BEMaize.h This file contains the headers for the Maize class
More...

Go to the source code of this file.

Classes

class  BEMaize
 BEMaize class
. More...
 

Macros

#define BEMAIZE_BASE   25200
 
#define BE_M_START_FERTI   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define BE_SB_FORCESPRING   a_field->m_user[2]
 

Enumerations

enum  BEMaizeToDo {
  BE_m_start = 1, BE_m_sleep_all_day = BEMAIZE_BASE, BE_m_stubble_harrow1, BE_m_stubble_harrow2,
  BE_m_winter_plough1, BE_m_winter_plough2, BE_m_ferti_p1, BE_m_ferti_s1,
  BE_m_spring_plough1, BE_m_spring_plough2, BE_m_preseeding_cultivator, BE_m_spring_sow_with_ferti,
  BE_m_spring_sow, BE_m_ferti_p2, BE_m_ferti_s2, BE_m_herbicide1,
  BE_m_harvest, BE_m_straw_chopping
}
 

Detailed Description

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

◆ BE_M_START_FERTI

#define BE_M_START_FERTI   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ BE_SB_FORCESPRING

#define BE_SB_FORCESPRING   a_field->m_user[2]

◆ BEMAIZE_BASE

#define BEMAIZE_BASE   25200

Enumeration Type Documentation

◆ BEMaizeToDo

Below is the list of things that a farmer can do if he is growing mazie, 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
BE_m_start 
BE_m_sleep_all_day 
BE_m_stubble_harrow1 
BE_m_stubble_harrow2 
BE_m_winter_plough1 
BE_m_winter_plough2 
BE_m_ferti_p1 
BE_m_ferti_s1 
BE_m_spring_plough1 
BE_m_spring_plough2 
BE_m_preseeding_cultivator 
BE_m_spring_sow_with_ferti 
BE_m_spring_sow 
BE_m_ferti_p2 
BE_m_ferti_s2 
BE_m_herbicide1 
BE_m_harvest 
BE_m_straw_chopping 
BE_m_ferti_s1
Definition: BEMaize.h:44
BE_m_spring_plough2
Definition: BEMaize.h:46
BE_m_winter_plough2
Definition: BEMaize.h:42
BEMAIZE_BASE
#define BEMAIZE_BASE
Definition: BEMaize.h:24
BE_m_spring_sow_with_ferti
Definition: BEMaize.h:48
BE_m_ferti_s2
Definition: BEMaize.h:51
BE_m_preseeding_cultivator
Definition: BEMaize.h:47
BE_m_stubble_harrow1
Definition: BEMaize.h:39
BE_m_spring_sow
Definition: BEMaize.h:49
BE_m_stubble_harrow2
Definition: BEMaize.h:40
BE_m_ferti_p1
Definition: BEMaize.h:43
BE_m_sleep_all_day
Definition: BEMaize.h:38
BE_m_spring_plough1
Definition: BEMaize.h:45
BE_m_start
Definition: BEMaize.h:37
BE_m_winter_plough1
Definition: BEMaize.h:41
BEMaizeToDo
BEMaizeToDo
Definition: BEMaize.h:36
BE_m_ferti_p2
Definition: BEMaize.h:50
BE_m_straw_chopping
Definition: BEMaize.h:54
BE_m_harvest
Definition: BEMaize.h:53
BE_m_herbicide1
Definition: BEMaize.h:52