Loading [MathJax]/extensions/ams.js
 |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
Go to the documentation of this file.
52 #ifndef DE_OASPARAGUSESTABLISHEDPLANTATION_H
53 #define DE_OASPARAGUSESTABLISHEDPLANTATION_H
55 #define DE_OAEP_BASE 39500
60 #define CROP_HARVEST_DO m_field->m_user[1]
136 #endif // DE_OASPARAGUSESTABLISHEDPLANTATION_H
int GetMDates(int a, int b)
Definition: Elements.h:405
bool IsStockFarmer(void)
Definition: Farm.h:961
bool m_lock
Definition: Farm.h:384
A struct to hold the information required to trigger a farm event.
Definition: Farm.h:372
virtual bool Irrigation(LE *a_field, double a_user, int a_days, int a_max)
Generate an 'irrigation' event with a frequency defined by a_freq in the irrigation period on a_field...
Definition: FarmFuncs.cpp:1856
void ClearManagementActionSum()
clears the management action counters
Definition: Elements.h:247
Definition: DE_OAsparagusEstablishedPlantation.h:82
Definition: DE_OAsparagusEstablishedPlantation.h:85
bool DoIt_prob(double a_probability)
Return chance out of 0 to 1.
Definition: Farm.cpp:864
class Calendar * g_date
Definition: Calendar.cpp:37
Definition: DE_OAsparagusEstablishedPlantation.h:73
Definition: DE_OAsparagusEstablishedPlantation.h:81
virtual bool FA_Manure(LE *a_field, double a_user, int a_days)
Spread manure on a_field owned by an stock farmer.
Definition: FarmFuncs.cpp:1110
#define CROP_HARVEST_DO
A flag used to indicate autumn ploughing status.
Definition: DE_AsparagusEstablishedPlantation.h:58
Definition: LandscapeFarmingEnums.h:512
int m_base_elements_no
Definition: Farm.h:505
Definition: DE_OAsparagusEstablishedPlantation.h:74
int m_first_date
Definition: Farm.h:501
virtual bool HillingUp(LE *a_field, double a_user, int a_days)
Do hilling up on a_field, probably of potatoes.
Definition: FarmFuncs.cpp:1302
The base class for all crops.
Definition: Farm.h:495
virtual bool FP_PK(LE *a_field, double a_user, int a_days)
Apply PK fertilizer, on a_field owned by an arable farmer.
Definition: FarmFuncs.cpp:673
Definition: DE_OAsparagusEstablishedPlantation.h:68
virtual bool FP_Manure(LE *a_field, double a_user, int a_days)
Spread manure on a_field owned by an arable farmer.
Definition: FarmFuncs.cpp:896
virtual bool IrrigationStart(LE *a_field, double a_user, int a_days)
Start a irrigation event on a_field today.
Definition: FarmFuncs.cpp:1834
The landscape class containing all environmental and topographical data.
Definition: Landscape.h:142
DE_OAsparagusEstablishedPlantation(TTypesOfVegetation a_tov, TTypesOfCrops a_toc, Landscape *a_L)
Definition: DE_OAsparagusEstablishedPlantation.h:94
Definition: DE_OAsparagusEstablishedPlantation.h:83
Definition: LandscapeFarmingEnums.h:1004
Definition: DE_OAsparagusEstablishedPlantation.h:71
Definition: DE_OAsparagusEstablishedPlantation.h:77
long Date(void)
Definition: Calendar.h:57
Definition: LandscapeFarmingEnums.h:1008
virtual bool FP_N(LE *a_field, double a_user, int a_days)
Apply N fertilizer, on a_field owned by an arable farmer.
Definition: FarmFuncs.cpp:700
virtual bool HarvestShoots(LE *a_field, double a_user, int a_days)
HarvestShoots applied on a_field (e.g. asparagus) - details needs to be added (e.g....
Definition: FarmFuncs.cpp:1883
Definition: LandscapeFarmingEnums.h:1003
Definition: DE_OAsparagusEstablishedPlantation.h:72
Definition: LandscapeFarmingEnums.h:1011
long OldDays(void)
Definition: Calendar.h:60
void Warn(MapErrorState a_level, std::string a_msg1, std::string a_msg2)
Definition: MapErrorMsg.cpp:69
Definition: DE_OAsparagusEstablishedPlantation.h:90
Definition: DE_OAsparagusEstablishedPlantation.h:75
Definition: DE_OAsparagusEstablishedPlantation.h:69
virtual bool FA_N(LE *a_field, double a_user, int a_days)
Apply N fertilizer, on a_field owned by a stock farmer.
Definition: FarmFuncs.cpp:713
bool StartUpCrop(int a_spring, std::vector< std::vector< int >> a_flexdates, int a_todo)
Holds the translation between the farm operation enum for each cropand the farm management category a...
Definition: Farm.cpp:652
void SetUpFarmCategoryInformation()
Definition: DE_OAsparagusEstablishedPlantation.h:102
Farm * m_farm
Definition: Farm.h:498
LE * m_field
Definition: Farm.h:499
vector< FarmManagementCategory > m_ManagementCategories
Holds the translation between the farm operation enum for each crop and the farm management category ...
Definition: Farm.h:530
int m_todo
Definition: Farm.h:388
virtual bool ShallowHarrow(LE *a_field, double a_user, int a_days)
Carry out a shallow harrow event on a_field, e.g., after grass cutting event.
Definition: FarmFuncs.cpp:473
TTypesOfCrops
Definition: LandscapeFarmingEnums.h:781
virtual bool RowCultivation(LE *a_field, double a_user, int a_days)
Carry out a harrowing between crop rows on a_field.
Definition: FarmFuncs.cpp:1183
DE_OAsparagusEstablishedPlantationToDo
Definition: DE_OAsparagusEstablishedPlantation.h:67
Definition: Elements.h:86
int m_last_date
Definition: Farm.h:503
MapErrorMsg * g_msg
Definition: MapErrorMsg.cpp:41
virtual bool Do(Farm *a_farm, LE *a_field, FarmEvent *a_ev)
The one and only method for a crop management plan. All farm actions go through here.
Definition: DE_OAsparagusEstablishedPlantation.cpp:81
TTypesOfVegetation
Values that represent the types of vegetation that are represented in ALMaSS.
Definition: LandscapeFarmingEnums.h:192
The base class for all farm types.
Definition: Farm.h:755
Definition: DE_OAsparagusEstablishedPlantation.h:80
Definition: DE_OAsparagusEstablishedPlantation.h:79
Definition: LandscapeFarmingEnums.h:1012
int DayInYear(void)
Definition: Calendar.h:58
#define DE_OAEP_BASE
Definition: DE_OAsparagusEstablishedPlantation.h:55
virtual bool FA_PK(LE *a_field, double a_user, int a_days)
Apply PK fertilizer to a_field owned by an stock farmer.
Definition: FarmFuncs.cpp:1010
Definition: DE_OAsparagusEstablishedPlantation.h:76
FarmEvent * m_ev
Definition: Farm.h:500
Definition: DE_OAsparagusEstablishedPlantation.h:78
Definition: DE_OAsparagusEstablishedPlantation.h:84
Definition: MapErrorMsg.h:34
Definition: DE_OAsparagusEstablishedPlantation.h:70
FarmManagementCategory
Definition: LandscapeFarmingEnums.h:1001
void SimpleEvent_(long a_date, int a_todo, bool a_lock, Farm *a_farm, LE *a_field)
Adds an event to this crop management without relying on member variables.
Definition: Farm.cpp:751