Class DiurnalPenman
java.lang.Object
net.simplace.sim.components.experimental.canopytemperature.DiurnalPenman
- Author:
- Gunther Krauss, Andreas Enders
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPENMAN
(double temp, double VP, double rad, double LAI, double WN, double RNINTC, double heater, double steps) Computation of the PENMAN EQUATION
-
Constructor Details
-
DiurnalPenman
public DiurnalPenman()
-
-
Method Details
-
PENMAN
public static DiurnalPenman.DiurnalPenmanResult PENMAN(double temp, double VP, double rad, double LAI, double WN, double RNINTC, double heater, double steps) Computation of the PENMAN EQUATION- Parameters:
temp
- Daily average temperatureVP
- Vapour pressurerad
- Daily total radiationLAI
- Leaf area indexWN
- Wind SpeedRNINTC
- interception of rain by the canopyheater
- incoming radiation from artificial heaters at >850nm which negligeable albedo- Returns:
-