File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/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_NaturalGrassland_Perm.h File Reference

FI_NaturalGrassland_Perm.h This file contains the headers for the NaturalGrassland_Perm class
More...

Go to the source code of this file.

Classes

class  FI_NaturalGrassland_Perm
 FI_NaturalGrassland_Perm class
. More...
 

Macros

#define FI_NGP_EVERY_2ND_YEAR   a_field->m_user[1]
 
#define FI_NGP_BASE   73600
 

Enumerations

enum  FI_NaturalGrassland_PermToDo {
  fi_ngp_start = 1, fi_ngp_sleep_all_day = FI_NGP_BASE, fi_ngp_cutting, fi_ngp_grazing,
  fi_ngp_cattle_is_out, fi_ngp_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

FI_NaturalGrassland_Perm.h This file contains the headers for the NaturalGrassland_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_NGP_BASE

#define FI_NGP_BASE   73600

◆ FI_NGP_EVERY_2ND_YEAR

#define FI_NGP_EVERY_2ND_YEAR   a_field->m_user[1]

Enumeration Type Documentation

◆ FI_NaturalGrassland_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_ngp_start 
fi_ngp_sleep_all_day 
fi_ngp_cutting 
fi_ngp_grazing 
fi_ngp_cattle_is_out 
fi_ngp_foobar 
65  {
66  fi_ngp_start = 1, // Compulsory, must always be 1 (one).
fi_ngp_foobar
Definition: FI_NaturalGrassland_Perm.h:71
fi_ngp_cattle_is_out
Definition: FI_NaturalGrassland_Perm.h:70
fi_ngp_start
Definition: FI_NaturalGrassland_Perm.h:66
fi_ngp_cutting
Definition: FI_NaturalGrassland_Perm.h:68
FI_NaturalGrassland_PermToDo
FI_NaturalGrassland_PermToDo
A flag used to indicate autumn ploughing status.
Definition: FI_NaturalGrassland_Perm.h:65
FI_NGP_BASE
#define FI_NGP_BASE
Definition: FI_NaturalGrassland_Perm.h:55
fi_ngp_grazing
Definition: FI_NaturalGrassland_Perm.h:69
fi_ngp_sleep_all_day
Definition: FI_NaturalGrassland_Perm.h:67