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

FI_OWinterRye.h This file contains the headers for the WinterRye class
More...

Go to the source code of this file.

Classes

class  FI_OWinterRye
 FI_OWinterRye class
. More...
 

Macros

#define FI_OWR_BASE   71400
 
#define FI_OWR_AUTUMN_PLOUGH   a_field->m_user[1]
 A flag used to indicate autumn ploughing status. More...
 
#define FI_OWR_DECIDE_TO_HERB   a_field->m_user[2]
 
#define FI_OWR_DECIDE_TO_FI   a_field->m_user[3]
 

Enumerations

enum  FI_OWinterRyeToDo {
  fi_owr_start = 1, fi_owr_sleep_all_day = FI_OWR_BASE, fi_owr_shallow_plough, fi_owr_stubble_cultivator1,
  fi_owr_stubble_cultivator2, fi_owr_harrow1, fi_owr_harrow2, fi_owr_slurry,
  fi_owr_fertilizer1, fi_owr_stubble_cultivator3, fi_owr_preseeding_cultivator, fi_owr_sow,
  fi_owr_harrow3, fi_owr_fertilizer2, fi_owr_harvest, fi_owr_straw_chopping,
  fi_owr_foobar
}
 

Detailed Description

FI_OWinterRye.h This file contains the headers for the WinterRye 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_OWR_AUTUMN_PLOUGH

#define FI_OWR_AUTUMN_PLOUGH   a_field->m_user[1]

A flag used to indicate autumn ploughing status.

◆ FI_OWR_BASE

#define FI_OWR_BASE   71400

◆ FI_OWR_DECIDE_TO_FI

#define FI_OWR_DECIDE_TO_FI   a_field->m_user[3]

◆ FI_OWR_DECIDE_TO_HERB

#define FI_OWR_DECIDE_TO_HERB   a_field->m_user[2]

Enumeration Type Documentation

◆ FI_OWinterRyeToDo

Below is the list of things that a farmer can do if he is growing winter rye, 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_owr_start 
fi_owr_sleep_all_day 
fi_owr_shallow_plough 
fi_owr_stubble_cultivator1 
fi_owr_stubble_cultivator2 
fi_owr_harrow1 
fi_owr_harrow2 
fi_owr_slurry 
fi_owr_fertilizer1 
fi_owr_stubble_cultivator3 
fi_owr_preseeding_cultivator 
fi_owr_sow 
fi_owr_harrow3 
fi_owr_fertilizer2 
fi_owr_harvest 
fi_owr_straw_chopping 
fi_owr_foobar 
fi_owr_start
Definition: FI_OWinterRye.h:68
fi_owr_stubble_cultivator3
Definition: FI_OWinterRye.h:77
fi_owr_slurry
Definition: FI_OWinterRye.h:75
fi_owr_stubble_cultivator1
Definition: FI_OWinterRye.h:71
fi_owr_harrow2
Definition: FI_OWinterRye.h:74
fi_owr_fertilizer1
Definition: FI_OWinterRye.h:76
fi_owr_straw_chopping
Definition: FI_OWinterRye.h:83
fi_owr_foobar
Definition: FI_OWinterRye.h:84
fi_owr_shallow_plough
Definition: FI_OWinterRye.h:70
fi_owr_fertilizer2
Definition: FI_OWinterRye.h:81
fi_owr_sleep_all_day
Definition: FI_OWinterRye.h:69
fi_owr_harrow1
Definition: FI_OWinterRye.h:73
fi_owr_preseeding_cultivator
Definition: FI_OWinterRye.h:78
fi_owr_harvest
Definition: FI_OWinterRye.h:82
fi_owr_stubble_cultivator2
Definition: FI_OWinterRye.h:72
fi_owr_sow
Definition: FI_OWinterRye.h:79
fi_owr_harrow3
Definition: FI_OWinterRye.h:80
FI_OWinterRyeToDo
FI_OWinterRyeToDo
Definition: FI_OWinterRye.h:67
FI_OWR_BASE
#define FI_OWR_BASE
Definition: FI_OWinterRye.h:53