![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
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... | |
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
#define FI_GF1Y_BASE 74000 |
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 |