ALMaSS Hare ODDox  1.1
The hare model description following ODdox protocol
seedgrass2.h File Reference

Go to the source code of this file.

Classes

class  SeedGrass2
 

Macros

#define SEEDGRASS2_BASE   500
 
#define SG2_DECIDE_TO_HERB   m_field->m_user[2]
 
#define SG2_FUNGI_DATE   m_field->m_user[1]
 
#define SG2_WATER_DATE   m_field->m_user[0]
 

Enumerations

enum  SeedGrass2ToDo {
  sg2_start = 1, sg2_ferti_zero = SEEDGRASS2_BASE, sg2_herbi_zero, sg2_herbi_one,
  sg2_fungi_zero, sg2_water_zero, sg2_water_zero_b, sg2_swarth,
  sg2_harvest, sg2_strawchopping, sg2_burnstrawstubble, sg2_compress,
  sg2_growthregulation, sg2_stubbleharrow
}
 

Macro Definition Documentation

◆ SEEDGRASS2_BASE

#define SEEDGRASS2_BASE   500

Definition at line 31 of file seedgrass2.h.

◆ SG2_DECIDE_TO_HERB

#define SG2_DECIDE_TO_HERB   m_field->m_user[2]

Definition at line 34 of file seedgrass2.h.

◆ SG2_FUNGI_DATE

#define SG2_FUNGI_DATE   m_field->m_user[1]

Definition at line 33 of file seedgrass2.h.

◆ SG2_WATER_DATE

#define SG2_WATER_DATE   m_field->m_user[0]

Definition at line 32 of file seedgrass2.h.

Enumeration Type Documentation

◆ SeedGrass2ToDo

Enumerator
sg2_start 
sg2_ferti_zero 
sg2_herbi_zero 
sg2_herbi_one 
sg2_fungi_zero 
sg2_water_zero 
sg2_water_zero_b 
sg2_swarth 
sg2_harvest 
sg2_strawchopping 
sg2_burnstrawstubble 
sg2_compress 
sg2_growthregulation 
sg2_stubbleharrow 

Definition at line 36 of file seedgrass2.h.

36  {
37  sg2_start = 1, // Compulsory, start event must always be 1 (one).
44  sg2_swarth,
sg2_water_zero_b
Definition: seedgrass2.h:43
sg2_water_zero
Definition: seedgrass2.h:42
SeedGrass2ToDo
SeedGrass2ToDo
Definition: seedgrass2.h:36
sg2_ferti_zero
Definition: seedgrass2.h:38
sg2_fungi_zero
Definition: seedgrass2.h:41
sg2_herbi_one
Definition: seedgrass2.h:40
sg2_compress
Definition: seedgrass2.h:48
sg2_harvest
Definition: seedgrass2.h:45
sg2_herbi_zero
Definition: seedgrass2.h:39
sg2_stubbleharrow
Definition: seedgrass2.h:50
sg2_start
Definition: seedgrass2.h:37
SEEDGRASS2_BASE
#define SEEDGRASS2_BASE
Definition: seedgrass2.h:31
sg2_growthregulation
Definition: seedgrass2.h:49
sg2_swarth
Definition: seedgrass2.h:44
sg2_burnstrawstubble
Definition: seedgrass2.h:47
sg2_strawchopping
Definition: seedgrass2.h:46