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

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

Go to the source code of this file.

Classes

class  DK_OWinterCloverGrassGrazedSown
 DK_OWinterCloverGrassGrazedSown class
. More...
 

Macros

#define DK_OWCS_BASE   61800
 
#define DK_OWCS_GRASS_READY   m_field->m_user[0]
 

Enumerations

enum  DK_OWinterCloverGrassGrazedSownToDo {
  dk_owcs_start = 1, dk_owcs_sleep_all_day = DK_OWCS_BASE, dk_owcs_harrow, dk_owcs_autumn_plough,
  dk_owcs_sow, dk_owcs_water1, dk_owcs_water2, dk_owcs_manure1_s,
  dk_owcs_ferti_sk_s, dk_owcs_manure1_p, dk_owcs_ferti_sk_p, dk_owcs_cutting1,
  dk_owcs_grazing, dk_owcs_cattle_is_out, dk_owcs_manure2_s, dk_owcs_manure2_p,
  dk_owcs_cutting2, dk_owcs_cutting3, dk_owcs_cutting4, dk_owcs_cutting5,
  dk_owcs_force_growth, dk_owcs_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

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

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

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

Macro Definition Documentation

◆ DK_OWCS_BASE

#define DK_OWCS_BASE   61800

◆ DK_OWCS_GRASS_READY

#define DK_OWCS_GRASS_READY   m_field->m_user[0]

Enumeration Type Documentation

◆ DK_OWinterCloverGrassGrazedSownToDo

A flag used to indicate autumn ploughing status.

Below is the list of things that a farmer can do if he is growing OWinterCloverGrassGrazedSown, 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
dk_owcs_start 
dk_owcs_sleep_all_day 
dk_owcs_harrow 
dk_owcs_autumn_plough 
dk_owcs_sow 
dk_owcs_water1 
dk_owcs_water2 
dk_owcs_manure1_s 
dk_owcs_ferti_sk_s 
dk_owcs_manure1_p 
dk_owcs_ferti_sk_p 
dk_owcs_cutting1 
dk_owcs_grazing 
dk_owcs_cattle_is_out 
dk_owcs_manure2_s 
dk_owcs_manure2_p 
dk_owcs_cutting2 
dk_owcs_cutting3 
dk_owcs_cutting4 
dk_owcs_cutting5 
dk_owcs_force_growth 
dk_owcs_foobar 
dk_owcs_cutting3
Definition: DK_OWinterCloverGrassGrazedSown.h:82
dk_owcs_foobar
Definition: DK_OWinterCloverGrassGrazedSown.h:86
DK_OWCS_BASE
#define DK_OWCS_BASE
Definition: DK_OWinterCloverGrassGrazedSown.h:53
dk_owcs_ferti_sk_p
Definition: DK_OWinterCloverGrassGrazedSown.h:75
dk_owcs_water1
Definition: DK_OWinterCloverGrassGrazedSown.h:70
dk_owcs_force_growth
Definition: DK_OWinterCloverGrassGrazedSown.h:85
dk_owcs_cattle_is_out
Definition: DK_OWinterCloverGrassGrazedSown.h:78
dk_owcs_water2
Definition: DK_OWinterCloverGrassGrazedSown.h:71
dk_owcs_grazing
Definition: DK_OWinterCloverGrassGrazedSown.h:77
dk_owcs_manure2_s
Definition: DK_OWinterCloverGrassGrazedSown.h:79
dk_owcs_autumn_plough
Definition: DK_OWinterCloverGrassGrazedSown.h:68
dk_owcs_manure1_s
Definition: DK_OWinterCloverGrassGrazedSown.h:72
dk_owcs_ferti_sk_s
Definition: DK_OWinterCloverGrassGrazedSown.h:73
dk_owcs_harrow
Definition: DK_OWinterCloverGrassGrazedSown.h:67
dk_owcs_sow
Definition: DK_OWinterCloverGrassGrazedSown.h:69
DK_OWinterCloverGrassGrazedSownToDo
DK_OWinterCloverGrassGrazedSownToDo
A flag used to indicate autumn ploughing status.
Definition: DK_OWinterCloverGrassGrazedSown.h:64
dk_owcs_manure2_p
Definition: DK_OWinterCloverGrassGrazedSown.h:80
dk_owcs_manure1_p
Definition: DK_OWinterCloverGrassGrazedSown.h:74
dk_owcs_cutting4
Definition: DK_OWinterCloverGrassGrazedSown.h:83
dk_owcs_cutting5
Definition: DK_OWinterCloverGrassGrazedSown.h:84
dk_owcs_sleep_all_day
Definition: DK_OWinterCloverGrassGrazedSown.h:66
dk_owcs_start
Definition: DK_OWinterCloverGrassGrazedSown.h:65
dk_owcs_cutting1
Definition: DK_OWinterCloverGrassGrazedSown.h:76
dk_owcs_cutting2
Definition: DK_OWinterCloverGrassGrazedSown.h:81