net.simplace.usermodules.heidi.modules.CanopyTemperature_hrlyET_RiOut_hrVP_Wind

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 cropDOUBLEARRAYm s-1---
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 averageDOUBLEARRAYmbar---
outHfluxcumulative hourly sensible heat fluxDOUBLEARRAYW/m2---
outRadTotalTotal hourly rad - includes heatersDOUBLEARRAYMJ/m2/hr---
outTCan14canopy temp at 14hDOUBLEC---
outTempDifferenceTempHourly minus sTcanDOUBLEARRAYC-100.0--
outsRiLowRichardson number as indicator of stability at the fully transpiring rateDOUBLEARRAY0.0--
outsTcanestimated canopy temperatureDOUBLEARRAYC---
outsTcanLowerLower limit of canopy temperature with no water stressDOUBLEARRAYC---
outsTcanUpperUpper limit of canopy temperature with full water stressDOUBLEARRAYC---
outsraLowaerodynamic resistance to heat and vapour transfer with full transpirationDOUBLEARRAY---
outsraUpaerodynamic resistance to heat and vapour transfer with no transpirationDOUBLEARRAY---



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


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



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

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

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


creates a clone from this SimComponent for use in other threads


}



Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - CanopyTemperature_hrlyET_RiOut_hrVP_Wind