![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
PLMaize.h This file contains the headers for the Maize class
More...
Go to the source code of this file.
Classes | |
class | PLMaize |
PLMaize class . More... | |
Macros | |
#define | PLMAIZE_BASE 25600 |
#define | PL_M_FERTI_P1 a_field->m_user[1] |
A flag used to indicate autumn ploughing status. More... | |
#define | PL_M_FERTI_S1 a_field->m_user[2] |
#define | PL_M_STUBBLE_PLOUGH a_field->m_user[3] |
#define | PL_M_WINTER_PLOUGH a_field->m_user[4] |
#define | PL_M_FERTI_P3 a_field->m_user[5] |
#define | PL_M_FERTI_S3 a_field->m_user[6] |
#define | PL_M_SPRING_FERTI a_field->m_user[7] |
#define | PL_M_START_FERTI a_field->m_user[8] |
PLMaize.h This file contains the headers for the Maize class
by Chris J. Topping
modified by Elzbieta Ziolkowska
Version of October 2017
All rights reserved.
With additions as noted in:
Doxygen formatted comments in July 2008
#define PL_M_FERTI_P1 a_field->m_user[1] |
A flag used to indicate autumn ploughing status.
#define PL_M_FERTI_P3 a_field->m_user[5] |
#define PL_M_FERTI_S1 a_field->m_user[2] |
#define PL_M_FERTI_S3 a_field->m_user[6] |
#define PL_M_SPRING_FERTI a_field->m_user[7] |
#define PL_M_START_FERTI a_field->m_user[8] |
#define PL_M_STUBBLE_PLOUGH a_field->m_user[3] |
#define PL_M_WINTER_PLOUGH a_field->m_user[4] |
#define PLMAIZE_BASE 25600 |
enum PLMaizeToDo |
Below is the list of things that a farmer can do if he is growing mazie, 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