![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
FI_BufferZone_Perm.h This file contains the headers for the BufferZone_Perm class
More...
Go to the source code of this file.
Classes | |
class | FI_BufferZone_Perm |
FI_BufferZone_Perm class . More... | |
Macros | |
#define | FI_BZP_YEARS_AFTER_SOW a_field->m_user[1] |
#define | FI_BZP_BASE 73900 |
Enumerations | |
enum | FI_Buffer_PermZoneToDo { fi_bzp_start = 1, fi_bzp_sleep_all_day = FI_BZP_BASE, fi_bzp_sow, fi_bzp_npk, fi_bzp_slurry, fi_bzp_grazing1, fi_bzp_cattle_is_out1, fi_bzp_cutting1, fi_bzp_foobar } |
A flag used to indicate autumn ploughing status. More... | |
FI_BufferZone_Perm.h This file contains the headers for the BufferZone_Perm 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_BZP_BASE 73900 |
#define FI_BZP_YEARS_AFTER_SOW a_field->m_user[1] |
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_bzp_start | |
fi_bzp_sleep_all_day | |
fi_bzp_sow | |
fi_bzp_npk | |
fi_bzp_slurry | |
fi_bzp_grazing1 | |
fi_bzp_cattle_is_out1 | |
fi_bzp_cutting1 | |
fi_bzp_foobar |