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

BEBeet.h This file contains the headers for the Beet class
More...

Go to the source code of this file.

Classes

class  BEBeet
 BEBeet class
. More...
 

Macros

#define BEBEET_BASE   25000
 
#define BE_BE_HERBI1   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define BE_BE_FUNGI1   a_field->m_user[2]
 

Enumerations

enum  BEBeetToDo {
  BE_be_start = 1, BE_be_sleep_all_day = BEBEET_BASE, BE_be_stubble_harrow_sandy, BE_be_spring_plough_sandy,
  BE_be_stubble_harrow_clay, BE_be_winter_plough_clay, BE_be_ferti_p1, BE_be_ferti_s1,
  BE_be_preseeding_cultivator, BE_be_spring_sow, BE_be_ferti_p2, BE_be_ferti_s2,
  BE_be_herbicide1, BE_be_herbicide2, BE_be_herbicide3, BE_be_herbicide4,
  BE_be_fungicide1, BE_be_fungicide2, BE_be_fungicide3, BE_be_harvest
}
 

Detailed Description

BEBeet.h This file contains the headers for the Beet class

by Chris J. Topping
modified by Elzbieta Ziolkowska
Version of July 2018
All rights reserved.

With additions as noted in:
Doxygen formatted comments in July 2008

Macro Definition Documentation

◆ BE_BE_FUNGI1

#define BE_BE_FUNGI1   a_field->m_user[2]

◆ BE_BE_HERBI1

#define BE_BE_HERBI1   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ BEBEET_BASE

#define BEBEET_BASE   25000

Enumeration Type Documentation

◆ BEBeetToDo

enum BEBeetToDo

Below is the list of things that a farmer can do if he is growing beet, 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_be_start 
BE_be_sleep_all_day 
BE_be_stubble_harrow_sandy 
BE_be_spring_plough_sandy 
BE_be_stubble_harrow_clay 
BE_be_winter_plough_clay 
BE_be_ferti_p1 
BE_be_ferti_s1 
BE_be_preseeding_cultivator 
BE_be_spring_sow 
BE_be_ferti_p2 
BE_be_ferti_s2 
BE_be_herbicide1 
BE_be_herbicide2 
BE_be_herbicide3 
BE_be_herbicide4 
BE_be_fungicide1 
BE_be_fungicide2 
BE_be_fungicide3 
BE_be_harvest 
BEBEET_BASE
#define BEBEET_BASE
Definition: BEBeet.h:24
BE_be_spring_sow
Definition: BEBeet.h:47
BE_be_stubble_harrow_sandy
Definition: BEBeet.h:40
BE_be_herbicide1
Definition: BEBeet.h:50
BE_be_ferti_s2
Definition: BEBeet.h:49
BE_be_preseeding_cultivator
Definition: BEBeet.h:46
BE_be_herbicide4
Definition: BEBeet.h:53
BE_be_winter_plough_clay
Definition: BEBeet.h:43
BE_be_herbicide2
Definition: BEBeet.h:51
BE_be_harvest
Definition: BEBeet.h:57
BE_be_start
Definition: BEBeet.h:38
BE_be_fungicide3
Definition: BEBeet.h:56
BE_be_fungicide1
Definition: BEBeet.h:54
BE_be_sleep_all_day
Definition: BEBeet.h:39
BE_be_spring_plough_sandy
Definition: BEBeet.h:41
BE_be_ferti_p2
Definition: BEBeet.h:48
BE_be_herbicide3
Definition: BEBeet.h:52
BE_be_ferti_p1
Definition: BEBeet.h:44
BE_be_stubble_harrow_clay
Definition: BEBeet.h:42
BE_be_fungicide2
Definition: BEBeet.h:55
BE_be_ferti_s1
Definition: BEBeet.h:45
BEBeetToDo
BEBeetToDo
Definition: BEBeet.h:37