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

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

Go to the source code of this file.

Classes

class  DE_GreenFallow_1year
 DE_GreenFallow_1years class
. More...
 

Macros

#define DE_GF1_BASE   36400
 

Enumerations

enum  DE_GreenFallow_1yearToDo {
  de_gf1_start = 1, de_gf1_sleep_all_day = DE_GF1_BASE, de_gf1_sow, de_gf1_grazing1,
  de_gf1_cattle_is_out1, de_gf1_cutting1, de_gf1_foobar
}
 Flags. More...
 

Detailed Description

DE_GreenFallow_1year.h This file contains the headers for the DE_GreenFallow_1year class

by Chris J. Topping, modified by Susanne Stein
Version of August 2021
All rights reserved.

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

Macro Definition Documentation

◆ DE_GF1_BASE

#define DE_GF1_BASE   36400

Enumeration Type Documentation

◆ DE_GreenFallow_1yearToDo

Flags.

Below is the list of things that a farmer can do if he is growing green fallow 1 year, 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
de_gf1_start 
de_gf1_sleep_all_day 
de_gf1_sow 
de_gf1_grazing1 
de_gf1_cattle_is_out1 
de_gf1_cutting1 
de_gf1_foobar 
63  {
64  de_gf1_start = 1, // Compulsory, must always be 1 (one).
66  de_gf1_sow,
DE_GF1_BASE
#define DE_GF1_BASE
Definition: DE_GreenFallow_1year.h:53
de_gf1_cattle_is_out1
Definition: DE_GreenFallow_1year.h:68
de_gf1_sow
Definition: DE_GreenFallow_1year.h:66
de_gf1_start
Definition: DE_GreenFallow_1year.h:64
DE_GreenFallow_1yearToDo
DE_GreenFallow_1yearToDo
Flags.
Definition: DE_GreenFallow_1year.h:63
de_gf1_grazing1
Definition: DE_GreenFallow_1year.h:67
de_gf1_sleep_all_day
Definition: DE_GreenFallow_1year.h:65
de_gf1_foobar
Definition: DE_GreenFallow_1year.h:70
de_gf1_cutting1
Definition: DE_GreenFallow_1year.h:69