net.simplace.client.simulation.lap.experimental.canopytemperature.CanopyTemperature_hrlyET

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantrccanopy resistance for reference crop Allen et al (1998) Eq[5], Box[5];lower during the day (p. 75)DOUBLEs m-10.0-70.0
constantz_cropreference height for wind speed above cropDOUBLEm0.0-2.0
inputCropHeightcrop heightDOUBLEm--0.0
inputDayLengthDayLengthDOUBLEhour--0.0
inputHaveHeatersBoolean switch to include heater radiationBOOLEANC--false
inputMaxETHourlyHourly net absorbed radiation by canopyDOUBLEARRAYmm hr-1 ---
inputRNCsHourlyCumulative hourly net absorbed radiation by canopyDOUBLEARRAYMJ m-2 hr ---
inputTRANRFHourlywater stress factorDOUBLEARRAYone---
inputTempHourlydaily hourly temperatureDOUBLEARRAYC---
inputWIND_cropwindspeed above the cropDOUBLEm s-1--0.0
inputiALTITUDEaltitudeDOUBLEm--0.0
inputiDVScurrent crop development stageDOUBLEone--0.0
inputiHeaterRadHourly average of heat output of heatersDOUBLEARRAYJ m-2 s-1 ---
inputiLAIcrop LAIDOUBLEone--0.0
inputiTMaxdaily maximum temperatureDOUBLEC---
inputiVAPdaily vapour pressure averageDOUBLEmbar---
Hfluxcumulative hourly sensible heat fluxDOUBLEARRAYW/m2null
RadTotalTotal hourly rad - includes heatersDOUBLEARRAYMJ/m2/hrnull
TCan14canopy temp at 14hDOUBLECnull
TempDifferenceTempHourly minus sTcanDOUBLEARRAYCnull
sTcanestimated canopy temperatureDOUBLEARRAYCnull
sTcanLowerLower limit of canopy temperature with no water stressDOUBLEARRAYCnull
sTcanUpperUpper limit of canopy temperature with full water stressDOUBLEARRAYCnull
sraLowaerodynamic resistance to heat and vapour transfer with full transpirationDOUBLEARRAYnull
sraUpaerodynamic resistance to heat and vapour transfer with no transpirationDOUBLEARRAYnull



public class CanopyTemperature_hrlyET extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public CanopyTemperature_hrlyET(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);
public CanopyTemperature_hrlyET();


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent



// Protected Instance Methods
protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent


protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent


protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.simulation.model.FWSimComponent


creates a clone from this SimComponent for use in other threads


}



Hierarchy: java.lang.Object - net.simplace.simulation.model.FWSimComponent (net.simplace.simulation.util.FWSimFieldContainer) - CanopyTemperature_hrlyET