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

FI_BufferZone_Perm.h This file contains the headers for the BufferZone_Perm class
More...

Go to the source code of this file.

Classes

class  FI_BufferZone_Perm
 FI_BufferZone_Perm class
. More...
 

Macros

#define FI_BZP_YEARS_AFTER_SOW   a_field->m_user[1]
 
#define FI_BZP_BASE   73900
 

Enumerations

enum  FI_Buffer_PermZoneToDo {
  fi_bzp_start = 1, fi_bzp_sleep_all_day = FI_BZP_BASE, fi_bzp_sow, fi_bzp_npk,
  fi_bzp_slurry, fi_bzp_grazing1, fi_bzp_cattle_is_out1, fi_bzp_cutting1,
  fi_bzp_foobar
}
 A flag used to indicate autumn ploughing status. More...
 

Detailed Description

FI_BufferZone_Perm.h This file contains the headers for the BufferZone_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_BZP_BASE

#define FI_BZP_BASE   73900

◆ FI_BZP_YEARS_AFTER_SOW

#define FI_BZP_YEARS_AFTER_SOW   a_field->m_user[1]

Enumeration Type Documentation

◆ FI_Buffer_PermZoneToDo

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_bzp_start 
fi_bzp_sleep_all_day 
fi_bzp_sow 
fi_bzp_npk 
fi_bzp_slurry 
fi_bzp_grazing1 
fi_bzp_cattle_is_out1 
fi_bzp_cutting1 
fi_bzp_foobar 
65  {
66  fi_bzp_start = 1, // Compulsory, must always be 1 (one).
68  fi_bzp_sow,
69  fi_bzp_npk,
FI_Buffer_PermZoneToDo
FI_Buffer_PermZoneToDo
A flag used to indicate autumn ploughing status.
Definition: FI_BufferZone_Perm.h:65
fi_bzp_cattle_is_out1
Definition: FI_BufferZone_Perm.h:72
fi_bzp_npk
Definition: FI_BufferZone_Perm.h:69
fi_bzp_cutting1
Definition: FI_BufferZone_Perm.h:73
fi_bzp_sow
Definition: FI_BufferZone_Perm.h:68
fi_bzp_sleep_all_day
Definition: FI_BufferZone_Perm.h:67
fi_bzp_slurry
Definition: FI_BufferZone_Perm.h:70
fi_bzp_grazing1
Definition: FI_BufferZone_Perm.h:71
fi_bzp_foobar
Definition: FI_BufferZone_Perm.h:74
fi_bzp_start
Definition: FI_BufferZone_Perm.h:66
FI_BZP_BASE
#define FI_BZP_BASE
Definition: FI_BufferZone_Perm.h:55