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

FI_GreenFallow_1year.h This file contains the headers for the GreenFallow_1year class
More...

Go to the source code of this file.

Classes

class  FI_GreenFallow_1year
 FI_GreenFallow_1year class
. More...
 

Macros

#define FI_GF1Y_BASE   74000
 

Enumerations

enum  FI_GreenFallow_1yearToDo {
  fi_gf1y_start = 1, fi_gf1y_sleep_all_day = FI_GF1Y_BASE, fi_gf1y_sow, fi_gf1y_grazing1,
  fi_gf1y_cattle_is_out1, fi_gf1y_cutting1, fi_gf1y_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

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

◆ FI_GF1Y_BASE

#define FI_GF1Y_BASE   74000

Enumeration Type Documentation

◆ FI_GreenFallow_1yearToDo

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
fi_gf1y_start 
fi_gf1y_sleep_all_day 
fi_gf1y_sow 
fi_gf1y_grazing1 
fi_gf1y_cattle_is_out1 
fi_gf1y_cutting1 
fi_gf1y_foobar 
63  {
64  fi_gf1y_start = 1, // Compulsory, must always be 1 (one).
fi_gf1y_grazing1
Definition: FI_GreenFallow_1year.h:67
FI_GreenFallow_1yearToDo
FI_GreenFallow_1yearToDo
A flag used to indicate autumn ploughing status.
Definition: FI_GreenFallow_1year.h:63
FI_GF1Y_BASE
#define FI_GF1Y_BASE
Definition: FI_GreenFallow_1year.h:53
fi_gf1y_sleep_all_day
Definition: FI_GreenFallow_1year.h:65
fi_gf1y_sow
Definition: FI_GreenFallow_1year.h:66
fi_gf1y_start
Definition: FI_GreenFallow_1year.h:64
fi_gf1y_cutting1
Definition: FI_GreenFallow_1year.h:69
fi_gf1y_foobar
Definition: FI_GreenFallow_1year.h:70
fi_gf1y_cattle_is_out1
Definition: FI_GreenFallow_1year.h:68