public class BiomassModel extends BiomassModelS implements BiomassSimulator
| Constructor and Description |
|---|
BiomassModel(int compCode,
int campNr) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
void |
finishRun() |
double |
getActualGFD() |
double |
getActualIntMult() |
double |
getActualOfftake() |
double |
getBasalArea() |
double |
getGGrowth() |
double |
getGSC() |
double |
getRain() |
double |
getTSC()
Total standing crop is Green Standing Crop + Senescent Standing Crop
|
double |
getWUE_ET_A() |
double |
getWUE_ET_T() |
double |
getWUE_Pr_A() |
double |
getWUE_Pr_T() |
void |
initRun() |
int |
stepMonth(int currentMonth,
double offtake,
double gfd) |
public void initRun()
initRun in interface BiomassSimulatorpublic int stepMonth(int currentMonth,
double offtake,
double gfd)
stepMonth in interface BiomassSimulatorpublic void finishRun()
finishRun in interface BiomassSimulatorpublic void finish()
finish in interface BiomassSimulatorpublic double getTSC()
getTSC in interface BiomassSimulatorpublic double getGSC()
getGSC in interface BiomassSimulatorpublic double getGGrowth()
getGGrowth in interface BiomassSimulatorpublic double getActualGFD()
getActualGFD in interface BiomassSimulatorpublic double getActualOfftake()
getActualOfftake in interface BiomassSimulatorpublic double getActualIntMult()
getActualIntMult in interface BiomassSimulatorpublic double getWUE_Pr_A()
public double getWUE_Pr_T()
public double getWUE_ET_A()
public double getWUE_ET_T()
public double getBasalArea()
getBasalArea in interface BiomassSimulatorpublic double getRain()