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

DE_OPermanentGrassGrazed.h This file contains the headers for the PermanentGrassGrazed class
More...

Go to the source code of this file.

Classes

class  DE_OPermanentGrassGrazed
 DE_OPermanentGrassGrazed class
. More...
 

Macros

#define DE_OPGG_BASE   38400
 

Enumerations

enum  DE_OPermanentGrassGrazedToDo {
  de_opgg_start = 1, de_opgg_sleep_all_day = DE_OPGG_BASE, de_opgg_grazing1, de_opgg_cattle_is_out1,
  de_opgg_cutting1, de_opgg_grazing2, de_opgg_cattle_is_out2, de_opgg_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

DE_OPermanentGrassGrazed.h This file contains the headers for the PermanentGrassGrazed class

by Chris J. Topping, modified by Luna Kondrup Marcussen
Version of June 2021
All rights reserved.

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

Macro Definition Documentation

◆ DE_OPGG_BASE

#define DE_OPGG_BASE   38400

Enumeration Type Documentation

◆ DE_OPermanentGrassGrazedToDo

A flag used to indicate autumn ploughing status.

Below is the list of things that a farmer can do if he is growing spring barley Fodder, 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_opgg_start 
de_opgg_sleep_all_day 
de_opgg_grazing1 
de_opgg_cattle_is_out1 
de_opgg_cutting1 
de_opgg_grazing2 
de_opgg_cattle_is_out2 
de_opgg_foobar 
DE_OPGG_BASE
#define DE_OPGG_BASE
Definition: DE_OPermanentGrassGrazed.h:53
de_opgg_grazing2
Definition: DE_OPermanentGrassGrazed.h:69
DE_OPermanentGrassGrazedToDo
DE_OPermanentGrassGrazedToDo
A flag used to indicate autumn ploughing status.
Definition: DE_OPermanentGrassGrazed.h:63
de_opgg_foobar
Definition: DE_OPermanentGrassGrazed.h:71
de_opgg_start
Definition: DE_OPermanentGrassGrazed.h:64
de_opgg_grazing1
Definition: DE_OPermanentGrassGrazed.h:66
de_opgg_cattle_is_out2
Definition: DE_OPermanentGrassGrazed.h:70
de_opgg_sleep_all_day
Definition: DE_OPermanentGrassGrazed.h:65
de_opgg_cattle_is_out1
Definition: DE_OPermanentGrassGrazed.h:67
de_opgg_cutting1
Definition: DE_OPermanentGrassGrazed.h:68