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

FI_SpringWheat.h This file contains the headers for the WinterWheat class
More...

Go to the source code of this file.

Classes

class  FI_SpringWheat
 FI_SpringWheat class
. More...
 

Macros

#define FI_SW_BASE   70700
 
#define FI_SW_AUTUMN_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define FI_SW_DECIDE_TO_HERB   a_field->m_user[2]
 
#define FI_SW_DECIDE_TO_FI   a_field->m_user[3]
 

Enumerations

enum  FI_SpringWheatToDo {
  fi_sw_start = 1, fi_sw_sleep_all_day = FI_SW_BASE, fi_sw_stubble_cultivator1, fi_sw_autumn_plough,
  fi_sw_spring_plough, fi_sw_fungicide1, fi_sw_preseeding_cultivation, fi_sw_preseeding_sow,
  fi_sw_sow, fi_sw_fertilizer, fi_sw_harrow, fi_sw_herbicide1,
  fi_sw_insecticide, fi_sw_growth_reg, fi_sw_fungicide2, fi_sw_harvest,
  fi_sw_herbicide2, fi_sw_straw_chopping, fi_sw_hay_bailing, fi_sw_stubble_cultivator2,
  fi_sw_start = 1, fi_sw_sleep_all_day = FI_SW_BASE, fi_sw_stubble_cultivator1, fi_sw_autumn_plough,
  fi_sw_spring_plough, fi_sw_fungicide1, fi_sw_preseeding_cultivation, fi_sw_preseeding_sow,
  fi_sw_sow, fi_sw_fertilizer, fi_sw_harrow, fi_sw_herbicide1,
  fi_sw_insecticide, fi_sw_growth_reg, fi_sw_fungicide2, fi_sw_harvest,
  fi_sw_herbicide2, fi_sw_straw_chopping, fi_sw_hay_bailing, fi_sw_stubble_cultivator2,
  fi_sw_foobar
}
 

Detailed Description

FI_SpringWheat.h This file contains the headers for the WinterWheat 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_SW_AUTUMN_PLOUGH

#define FI_SW_AUTUMN_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ FI_SW_BASE

#define FI_SW_BASE   70700

◆ FI_SW_DECIDE_TO_FI

#define FI_SW_DECIDE_TO_FI   a_field->m_user[3]

◆ FI_SW_DECIDE_TO_HERB

#define FI_SW_DECIDE_TO_HERB   a_field->m_user[2]

Enumeration Type Documentation

◆ FI_SpringWheatToDo

Below is the list of things that a farmer can do if he is growing winter wheat, 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_sw_start 
fi_sw_sleep_all_day 
fi_sw_stubble_cultivator1 
fi_sw_autumn_plough 
fi_sw_spring_plough 
fi_sw_fungicide1 
fi_sw_preseeding_cultivation 
fi_sw_preseeding_sow 
fi_sw_sow 
fi_sw_fertilizer 
fi_sw_harrow 
fi_sw_herbicide1 
fi_sw_insecticide 
fi_sw_growth_reg 
fi_sw_fungicide2 
fi_sw_harvest 
fi_sw_herbicide2 
fi_sw_straw_chopping 
fi_sw_hay_bailing 
fi_sw_stubble_cultivator2 
fi_sw_start 
fi_sw_sleep_all_day 
fi_sw_stubble_cultivator1 
fi_sw_autumn_plough 
fi_sw_spring_plough 
fi_sw_fungicide1 
fi_sw_preseeding_cultivation 
fi_sw_preseeding_sow 
fi_sw_sow 
fi_sw_fertilizer 
fi_sw_harrow 
fi_sw_herbicide1 
fi_sw_insecticide 
fi_sw_growth_reg 
fi_sw_fungicide2 
fi_sw_harvest 
fi_sw_herbicide2 
fi_sw_straw_chopping 
fi_sw_hay_bailing 
fi_sw_stubble_cultivator2 
fi_sw_foobar 
fi_sw_sleep_all_day
Definition: FI_SpringWheat.h:69
fi_sw_stubble_cultivator2
Definition: FI_SpringWheat.h:87
fi_sw_autumn_plough
Definition: FI_SpringWheat.h:71
fi_sw_foobar
Definition: FI_SpringWheat.h:88
FI_SW_BASE
#define FI_SW_BASE
Definition: FI_SpringWheat.h:53
fi_sw_preseeding_cultivation
Definition: FI_SpringWheat.h:74
fi_sw_fungicide2
Definition: FI_SpringWheat.h:82
fi_sw_herbicide2
Definition: FI_SpringWheat.h:84
FI_SpringWheatToDo
FI_SpringWheatToDo
Definition: FI_SpringWheat.h:67
fi_sw_sow
Definition: FI_SpringWheat.h:76
fi_sw_spring_plough
Definition: FI_SpringWheat.h:72
fi_sw_straw_chopping
Definition: FI_SpringWheat.h:85
fi_sw_start
Definition: FI_SpringWheat.h:68
fi_sw_insecticide
Definition: FI_SpringWheat.h:80
fi_sw_fertilizer
Definition: FI_SpringWheat.h:77
fi_sw_hay_bailing
Definition: FI_SpringWheat.h:86
fi_sw_harrow
Definition: FI_SpringWheat.h:78
fi_sw_growth_reg
Definition: FI_SpringWheat.h:81
fi_sw_fungicide1
Definition: FI_SpringWheat.h:73
fi_sw_harvest
Definition: FI_SpringWheat.h:83
fi_sw_stubble_cultivator1
Definition: FI_SpringWheat.h:70
fi_sw_preseeding_sow
Definition: FI_SpringWheat.h:75
fi_sw_herbicide1
Definition: FI_SpringWheat.h:79