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

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

Go to the source code of this file.

Classes

class  FI_OWinterWheat
 FI_OWinterWheat class
. More...
 

Macros

#define FI_OWW_BASE   70100
 
#define FI_OWW_AUTUMN_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define FI_OWW_DECIDE_TO_HERB   a_field->m_user[2]
 
#define FI_OWW_DECIDE_TO_FI   a_field->m_user[3]
 

Enumerations

enum  FI_OWinterWheatToDo {
  fi_oww_start = 1, fi_oww_sleep_all_day = FI_OWW_BASE, fi_oww_shallow_plough, fi_oww_stubble_cultivator1,
  fi_oww_stubble_cultivator2, fi_oww_harrow1, fi_oww_harrow2, fi_oww_slurry,
  fi_oww_fertilizer1, fi_oww_stubble_cultivator3, fi_oww_preseeding_cultivator, fi_oww_cultivation_seeding,
  fi_oww_sow, fi_oww_harrow3, fi_oww_fertilizer2, fi_oww_harvest,
  fi_oww_straw_chopping, fi_oww_hay_bailing, fi_oww_foobar
}
 

Detailed Description

FI_OWinterWheat.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_OWW_AUTUMN_PLOUGH

#define FI_OWW_AUTUMN_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ FI_OWW_BASE

#define FI_OWW_BASE   70100

◆ FI_OWW_DECIDE_TO_FI

#define FI_OWW_DECIDE_TO_FI   a_field->m_user[3]

◆ FI_OWW_DECIDE_TO_HERB

#define FI_OWW_DECIDE_TO_HERB   a_field->m_user[2]

Enumeration Type Documentation

◆ FI_OWinterWheatToDo

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_oww_start 
fi_oww_sleep_all_day 
fi_oww_shallow_plough 
fi_oww_stubble_cultivator1 
fi_oww_stubble_cultivator2 
fi_oww_harrow1 
fi_oww_harrow2 
fi_oww_slurry 
fi_oww_fertilizer1 
fi_oww_stubble_cultivator3 
fi_oww_preseeding_cultivator 
fi_oww_cultivation_seeding 
fi_oww_sow 
fi_oww_harrow3 
fi_oww_fertilizer2 
fi_oww_harvest 
fi_oww_straw_chopping 
fi_oww_hay_bailing 
fi_oww_foobar 
fi_oww_start
Definition: FI_OWinterWheat.h:68
fi_oww_stubble_cultivator2
Definition: FI_OWinterWheat.h:72
fi_oww_fertilizer2
Definition: FI_OWinterWheat.h:82
FI_OWW_BASE
#define FI_OWW_BASE
Definition: FI_OWinterWheat.h:53
fi_oww_foobar
Definition: FI_OWinterWheat.h:86
fi_oww_stubble_cultivator3
Definition: FI_OWinterWheat.h:77
fi_oww_hay_bailing
Definition: FI_OWinterWheat.h:85
fi_oww_harrow1
Definition: FI_OWinterWheat.h:73
fi_oww_sow
Definition: FI_OWinterWheat.h:80
fi_oww_fertilizer1
Definition: FI_OWinterWheat.h:76
fi_oww_sleep_all_day
Definition: FI_OWinterWheat.h:69
fi_oww_shallow_plough
Definition: FI_OWinterWheat.h:70
fi_oww_slurry
Definition: FI_OWinterWheat.h:75
fi_oww_cultivation_seeding
Definition: FI_OWinterWheat.h:79
fi_oww_harrow3
Definition: FI_OWinterWheat.h:81
FI_OWinterWheatToDo
FI_OWinterWheatToDo
Definition: FI_OWinterWheat.h:67
fi_oww_preseeding_cultivator
Definition: FI_OWinterWheat.h:78
fi_oww_harvest
Definition: FI_OWinterWheat.h:83
fi_oww_straw_chopping
Definition: FI_OWinterWheat.h:84
fi_oww_stubble_cultivator1
Definition: FI_OWinterWheat.h:71
fi_oww_harrow2
Definition: FI_OWinterWheat.h:74