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

FI_GreenFallow_Perm.h This file contains the headers for the GreenFallow_Perm class
More...

Go to the source code of this file.

Classes

class  FI_GreenFallow_Perm
 FI_GreenFallow_Perm class
. More...
 

Macros

#define FI_GFP_YEARS_AFTER_SOW   a_field->m_user[1]
 
#define FI_GFP_BASE   74100
 

Enumerations

enum  FI_GreenFallow_PermToDo {
  fi_gfp_start = 1, fi_gfp_sleep_all_day = FI_GFP_BASE, fi_gfp_sow, fi_gfp_npk,
  fi_gfp_slurry, fi_gfp_grazing1, fi_gfp_cattle_is_out1, fi_gfp_cutting1,
  fi_gfp_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

FI_GreenFallow_Perm.h This file contains the headers for the GreenFallow_Perm 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_GFP_BASE

#define FI_GFP_BASE   74100

◆ FI_GFP_YEARS_AFTER_SOW

#define FI_GFP_YEARS_AFTER_SOW   a_field->m_user[1]

Enumeration Type Documentation

◆ FI_GreenFallow_PermToDo

A flag used to indicate autumn ploughing status.

Below is the list of things that a farmer can do if he is growing spring barley Fodder, 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_gfp_start 
fi_gfp_sleep_all_day 
fi_gfp_sow 
fi_gfp_npk 
fi_gfp_slurry 
fi_gfp_grazing1 
fi_gfp_cattle_is_out1 
fi_gfp_cutting1 
fi_gfp_foobar 
65  {
66  fi_gfp_start = 1, // Compulsory, must always be 1 (one).
68  fi_gfp_sow,
69  fi_gfp_npk,
FI_GFP_BASE
#define FI_GFP_BASE
Definition: FI_GreenFallow_Perm.h:55
fi_gfp_foobar
Definition: FI_GreenFallow_Perm.h:74
fi_gfp_start
Definition: FI_GreenFallow_Perm.h:66
fi_gfp_npk
Definition: FI_GreenFallow_Perm.h:69
fi_gfp_cattle_is_out1
Definition: FI_GreenFallow_Perm.h:72
fi_gfp_sleep_all_day
Definition: FI_GreenFallow_Perm.h:67
FI_GreenFallow_PermToDo
FI_GreenFallow_PermToDo
A flag used to indicate autumn ploughing status.
Definition: FI_GreenFallow_Perm.h:65
fi_gfp_slurry
Definition: FI_GreenFallow_Perm.h:70
fi_gfp_sow
Definition: FI_GreenFallow_Perm.h:68
fi_gfp_cutting1
Definition: FI_GreenFallow_Perm.h:73
fi_gfp_grazing1
Definition: FI_GreenFallow_Perm.h:71