Class HillFlow1DLintulCCDiurnal
- All Implemented Interfaces:
net.simplace.sim.util.FWSimFieldContainer
This SimComponent uses to simulate photosynthesis, stomatal conductance, water flux, and crop growth using the Couvreur RWU (Couvreur et al., 2012, 2014) model, HILLFLOW 1D water balance model (Bronstert et al., 1997), and crop growth modules from LintulCC.
This SimComponent is different from the original LintulCC simcomponent in term of:
- the original tipping bucket water balance model and RWU model are replaced by physically based water balance HILLFLOW 1D and Couvreur RWU model
- (Penman-Monteith evaporative demand, soil water flux, root water uptake, photosynthesis and stomatal conductance are simulated at sub-daily time step explicitly using hourly climatic input while other modeling routines (leaf, phenology, carbon partritioning, and grain growth) still run at daily time step;
- potential evapotranspiration is calculated for whole growing season without water stress (fwat = 1). Actual hourly water stress (fwat) is updated then imposes on photosynthesis, stomatal conductance and crop growth.
The Couvreur RWU model simulates the RWU using physical analogue Ohm law equation based on simulated plant hydraulic conductance (detail equations in Chapter 3 of the LintulCC and Extensions documentation (pdf)) and water pressure head gradient from soil-root zone to leaf. Further detail information in the Couvreur RWU model and modeling coupling work could be found in Nguyen et al., 2020 and in the Chapter 4 of the LintulCC and Extensions documentation (pdf).
References
Couvreur, V., Vanderborght, J., and Javaux, M.: A simple three-dimensional macroscopic root water uptake model based on the hydraulic architecture approach, Hydrol. Earth Syst. Sci., 16, 2957–2971, https://doi.org/10.5194/hess-16-2957-2012, 2012.
Couvreur, V., Vanderborght, J., Beff, L., and Javaux, M.: Horizontal soil water potential heterogeneity: Simplifying approaches for crop water dynamics models, Hydrol. Earth Syst. Sci., 18, 1723–1743, https://doi.org/10.5194/hess-18-1723-2014, 2014.
Nguyen, T. H., Langensiepen, M., Vanderborght, J., Hüging, H., Mboh, C. M., and Ewert, F.: Comparison of root water uptake models in simulating CO2 and H2O fluxes and growth of wheat, Hydrol. Earth Syst. Sci., 24, 4943–4969, https://doi.org/10.5194/hess-24-4943-2020, 2020.
- Author:
- Axel Bronstert (Hillflow1D), Gunther Krausss (translation into Java, LintulCC), Thuy Nguyen (LintulCC, Documentation)
- See Also:
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
---|---|---|---|---|---|---|---|
constant | cAltitude | Altitude | DOUBLE | m | - | - | 0.0 |
constant | cBELMANS | If true, Potential Soil Evaporation according to BELMANS is used | BOOLEAN | 1 | - | - | false |
constant | cBINT | Drainage parameter b for calculation interception by RUTTER (0 if unknown) | DOUBLE | 1 | - | - | 0.0 |
constant | cCO2A | Atmospheric CO2 concentration | DOUBLE | μmol/mol | - | - | 0.0 |
constant | cCiCaRatio | Ratio of intercellular CO2 concentration and atmospheric CO2 concentration | DOUBLE | 1 | - | - | 0.7 |
constant | cD0 | Sensivitity parameter of stomata to vapor pressure deficit | DOUBLE | Pa | - | - | 2000.0 |
constant | cDIREKT | If true, ETP estimations from an external input file are used | BOOLEAN | 1 | - | - | false |
constant | cDOYEM | Day of year of crop emergency. If not set, then emergence will occur on the DOY where iDoSow is true. | INT | d | - | - | - |
constant | cDSTO | Drainage rate when interception capacity (INTMAX) is exceeded (required to calculate interception according to RUTTER, 0 if unknown) | DOUBLE | mm/s | - | - | 0.0 |
constant | cDTX | Array of time intervals (event dependent time interval) | INTARRAY | s | - | - | - |
constant | cDZF | Depth of the soil layer where lateral subsurface flow occurs | DOUBLE | m | - | - | 0.0 |
constant | cEAKMC | Energy activation for Michaelis-mentent constant for CO2 | DOUBLE | J mol-1 | - | - | 79430.0 |
constant | cEAKMO | Energy activation for Michaelis-mentent constant for CO2 | DOUBLE | J mol-1 | - | - | 36380.0 |
constant | cEAVCMX | Energy activation for maximimum carboxylation rate of Rubisc | DOUBLE | J mol-1 | - | - | 65330.0 |
constant | cFEUR | ThetaR (residual soil water content after drying) in the subsurface flow layer for vanGenuchten equation | DOUBLE | cubic_metre_per_cubic_metre | - | - | - |
constant | cGALPHA | Parameter alfa in the subsurface flow layer for the vanGenuchten equation | DOUBLE | reciprocal_metre | - | - | - |
constant | cGAMmaxLowerLimit | Minimum value for CO2 compensation point | DOUBLE | μmol/mol | - | - | 3.0 |
constant | cGFDUR | Thermal time time of grain filling duration (from anthesis to maturity or harvest) | DOUBLE | °C d | - | - | - |
constant | cGS0 | Minimum stomatal conductance when radiation and photosynthesis close to 0 | DOUBLE | mol m-2 s-1 | - | - | 0.05 |
constant | cGSa1 | Slope of photosynthesis and stomatal conductance model | DOUBLE | 1 | - | - | 6.0 |
constant | cGenAlfa | Parameter alfa for each soil layer for vanGenuchten equation | DOUBLEARRAY | m-1 | - | - | - |
constant | cGenDeltaTheta | Resolution of theta for pre-calculating and storing the vanGenuchten values | DOUBLE | m3/m3 | - | - | 0.01 |
constant | cGenN | Parameter n for each soil layer for vanGenuchten equation | DOUBLEARRAY | 1 | - | - | - |
constant | cGenThetaR | ThetaR (residual soil water content after drying) for each soil layer for vanGenuchtens equation | DOUBLEARRAY | m3/m3 | - | - | - |
constant | cHAUDE | If true, Reference ET according to HAUDE is used | BOOLEAN | 1 | - | - | false |
constant | cHLIM1 | Pressure head at which transpiration reduction factor is 0 due to extreme excess of water | DOUBLE | m | - | - | 0.0 |
constant | cHLIM2 | Pressure head below which transpiration reduction factor reaches 1 (optimum water uptake). When not set by the user, it will be calculated (default) | DOUBLE | m | - | - | - |
constant | cHLIM3H | Pressure head below which transpiration reduction factor starts getting below 1 due to drought (for high potential transpiration conditions) | DOUBLE | m | - | - | - |
constant | cHLIM3L | Pressure head below which transpiration reduction factor starts getting below 1 due to drought (for low potential transpiration conditions) | DOUBLE | m | - | - | - |
constant | cHLIM4 | Pressure head below which transpiration reduction factor reaches 0 due to extreme drought | DOUBLE | m | - | - | -150.0 |
constant | cHOMAX | limit at which infiltration surplus runs off | DOUBLE | mm/h | - | - | - |
constant | cHZMAX | limit at which subsurface flow occurs | DOUBLE | mm | - | - | - |
constant | cHeatStressTableFactor | Heat stress factor as function of temperature (c.f. TMPTB) | DOUBLEARRAY | 1 | - | - | 0.5 0.5 1.0 1.0 0.5 0.0 |
constant | cHeatStressTableTemperature | Temperature (tmax - .25*(tmax-tmin)) for heat stress factor (c.f. TMPTB) | DOUBLEARRAY | °C | - | - | 0.0 8.0 10.0 29.0 35.0 40.0 |
constant | cIBU | Switch for lower soil boundary: 0=no flow, 1=constant, 2=free flow | INT | 1 | - | - | - |
constant | cILAI | Initial value of LAI | DOUBLE | m2/m2 | - | - | 0.0 |
constant | cILPN | Initial value of number of leaf primordia | DOUBLE | 1 | - | - | 0.0 |
constant | cINTMAX | maximum interception capacity of the vegetation in mm | DOUBLE | mm | - | - | 0.0 |
constant | cIQO | Switch for infiltration surplus method: 0=complete runoff, 1=no runoff, 2=runoff up to QOCONST, 3=runoff if greater than HOMAX | INT | 1 | - | - | - |
constant | cIQZ | Switch for subsurface flow method: 0=complete runoff, 1=no runoff, 2=runoff up to QZCONST, 3=runoff if greater than HZMAX | INT | 1 | - | - | - |
constant | cIROOT | switch for distribution of roots per layer: 1=uniform(FEDDES), 2=triangle(PRADAS), 3=trapez(VGENUCHTEN), 4=as input from other module | INT | 1 | - | - | - |
constant | cIRRIG | Irrigation switch (1 irrigation on and 0 is off) | BOOLEAN | 1 | - | - | false |
constant | cIWLVG | Initial value of dry weight of green leaf | DOUBLE | g/m2 | - | - | 0.0 |
constant | cIWRT | Initial value of dry weight of root | DOUBLE | g/m2 | - | - | 0.0 |
constant | cIWSO | Initial value of dry weight of organ | DOUBLE | g/m2 | - | - | 0.0 |
constant | cIWST | Initial value of dry weight of stem | DOUBLE | g/m2 | - | - | 0.0 |
constant | cIZVARY | Switch whether soil layer thickness is considered to be Constant(=0) or variable(=1) | INT | 1 | - | - | 0 |
constant | cJMUMOL | Conversion energy from radiation to mole photon | DOUBLE | mol MJ-1 | - | - | 4.56 |
constant | cKC25 | CO2 turnover rate of Rubisco at 25°C (micromol CO2 g-1 Rubisco s-1) | DOUBLE | micromol g-1 s-1 | - | - | 2.0 |
constant | cKDF | Extinction coefficient of leaf for diffuse flux | DOUBLE | 1 | - | - | - |
constant | cKMC25 | Michaelis-Menten constant for CO2 at temperature 25°C | DOUBLE | μmol/mol | - | - | 404.9 |
constant | cKMO25 | Michaelis-Menten constant for O2 at temperature 25°C | DOUBLE | μmol/mol | - | - | 278.4 |
constant | cKSAT | Saturated hydraulic conductivity for each soil layer | DOUBLEARRAY | m/s | - | - | - |
constant | cKcomp | Compensatory hydraulic conductivity | DOUBLE | d-1 | - | - | 2.0E-6 |
constant | cKrs | Hydraulic conductance from soil to leaf | DOUBLE | d-1 | 8.0E-6 | 6.0E-5 | 8.0E-6 |
constant | cLABIZEPT | switch for interception calculation: 0=no interception, 1=constant interception, 2=Rutter-model | INT | 1 | - | - | 0 |
constant | cLAICR | Critical leaf area index | DOUBLE | m2/m2 | - | - | 4.0 |
constant | cLAT | Latitude of the weather station | DOUBLE | ° | - | - | 0.0 |
constant | cLNUFLE | Leaf number in the main stem when flag leaf shown up | DOUBLE | 1 | - | - | 7.0 |
constant | cLayerDepth | Thickness of the soil layers | DOUBLEARRAY | mm | - | - | - |
constant | cLeavesPartitioningTableFraction | Fraction of total dry matter to leaves as function of DVS (c.f. PCLTB) | DOUBLEARRAY | 1 | - | - | 0.325 0.325 0.48 0.48 |
constant | cLeavesPartitioningTableTsum | Tsum for fraction of total dry matter to leaves (c.f. PCLTB) | DOUBLEARRAY | °C d | - | - | 0.0 100.0 265.0 670.0 |
constant | cLongitude | Longitude of the weather station | DOUBLE | ° | - | - | 0.0 |
constant | cLongitudeOfTimezoneCenter | Longitude of the weather stations time zone center | DOUBLE | ° | - | - | 0.0 |
constant | cMAINLV | Maintenance respiration coefficient of leaves, g CH2O g-1 DM d-1 | DOUBLE | g/g | - | - | - |
constant | cMAINRT | Maintenance respiration coefficient of root, g CH2O g-1 DM d-1 | DOUBLE | g/g | - | - | - |
constant | cMAINSO | Maintenance respiration coefficient of organ, g CH2O g-1 DM d-1 | DOUBLE | g/g | - | - | - |
constant | cMAINST | Maintenance respiration coefficient of stems, g CH2O g-1 DM d-1 | DOUBLE | g/g | - | - | - |
constant | cMAKKINK | If true, Reference ET according to MAKKINK is used | BOOLEAN | 1 | - | - | false |
constant | cMESSUNG | If true, Reference ET is approximated from measurements of potential evapotranspiration in an external input file | BOOLEAN | 1 | - | - | false |
constant | cMODDTR | Factor to modify daily solar radiation | DOUBLE | 1 | - | - | 1.0 |
constant | cMODTMP | Temperature increment to modify daily temperature | DOUBLE | °C | - | - | 0.0 |
constant | cMONTEITH | If true, Reference ET according to MONTEITH is used | BOOLEAN | 1 | - | - | false |
constant | cMaxFractionLeaves | Maximum partritiong ratio to leaf after two leaves | DOUBLE | 1 | - | - | 0.46 |
constant | cMaxFractionRoots | Maximum partritiong ratio to root after emergency | DOUBLE | 1 | - | - | 0.34 |
constant | cMaxSLA | Maximum Specific leaf area | DOUBLE | m2/g | - | - | 0.03 |
constant | cMaximalCROPHT | Maximal crop height | DOUBLE | m | - | - | 1.0 |
constant | cMinSLA | Mininum Specific leaf area | DOUBLE | m2/g | - | - | 0.017 |
constant | cMinimalTTANTH | Minimal value for thermal time when plant flowering (anthesis) occurs | DOUBLE | °C d | - | - | 900.0 |
constant | cMinimalTimeStep | Minimal time step for calculation of vertical water flows in the soil matrix | DOUBLE | s | 1.0E-5 | 3600.0 | 0.1 |
constant | cNGENU | Parameter n in the subsurface flow layer for the vanGenuchten equation | DOUBLE | 1 | - | - | - |
constant | cO2 | Atmospheric O2 concentration | DOUBLE | μmol/mol | - | - | 0.0 |
constant | cPCLTB | Fraction table for leaves | DOUBLEARRAY | 1 | - | - | - |
constant | cPCRTB | Fraction table for roots | DOUBLEARRAY | 1 | - | - | - |
constant | cPOTGGR | - | DOUBLE | 1 | - | - | - |
constant | cParTsumLeaf | Thermal time determine the shape of partritiong curve for leaves | DOUBLE | °C d | - | - | 406.0 |
constant | cParTsumRoot | Thermal time determine the shape of partritiong curve for root | DOUBLE | °C d | - | - | 130.0 |
constant | cPhyllochroneIntercept | Intercept of relation between the mean thermal rate of leaf appearance ( °C day-1) and the rate of change of day length at crop emergence (h day-1) | DOUBLE | hour (°Cd)-1 | - | - | 0.0117 |
constant | cPhyllochroneSlope | slope of relation between the mean thermal rate of leaf appearance (°C day-1) and the rate of change of day length at crop emergence (h day-1) | DOUBLE | (°Cd)-1 | - | - | 0.024 |
constant | cPsiC | Psychromatic instrument constant | DOUBLE | kPa °C-1 | - | - | 0.066 |
constant | cPsiLeafOpen | Leaf water potential when stomata are fully opened (specific for plant) | DOUBLE | m | - | - | 0.0 |
constant | cPsiLeafQuotientMinimum | Minimal value of PsiLeaf quotient | DOUBLE | 1 | 0.0 | 1.0 | 0.0 |
constant | cPsiLeafThreshold | Threshold of leaf water potential (specific for plant) | DOUBLE | m | -200.0 | -150.0 | -160.0 |
constant | cQ10 | Factor acounting for increase in maintance respiration with a 10°C rise temperature | DOUBLE | 1 | - | - | - |
constant | cQOCONST | maximum of runoff | DOUBLE | mm/h | - | - | - |
constant | cQZCONST | maximum of subsurface flow | DOUBLE | mm | - | - | - |
constant | cRGRL | Relative growth rate of leaf area during exponential growth | DOUBLE | (°C d)-1 | - | - | - |
constant | cRITCHIE | If true, Potential Soil Evaporation according to RITCHIE is used | BOOLEAN | 1 | - | - | false |
constant | cRainInterval | Time intervall between precipitation measurements in seconds | INT | s | - | - | - |
constant | cRbound | Boundary layer resistance | DOUBLE | s m-1 | - | - | 7.0 |
constant | cRoCp | Volumetric heat capacity | DOUBLE | MJ m-3 °C-1 | - | - | 0.0012 |
constant | cRootsPartitioningTableFraction | Fraction of total dry matter to roots as function of DVS (c.f. PCRTB) | DOUBLEARRAY | 1 | - | - | 0.5 0.5 0.35 0.35 |
constant | cRootsPartitioningTableTsum | Tsum for fraction of total dry matter to roots (c.f. PCRTB) | DOUBLEARRAY | °C d | - | - | 0.0 100.0 265.0 670.0 |
constant | cSAINTC | Switch for rain interception calculation (0 no intercept, 1 intercept) | DOUBLE | 1 | - | - | 0.0 |
constant | cSCP | Scattering coefficients of leaf for PAR | DOUBLE | 1 | - | - | 0.2 |
constant | cSRNOFF | Switch for runoff calculation (0 no runoff, 1 runoff) | DOUBLE | 1 | - | - | 0.0 |
constant | cTBASE | Base temperature | DOUBLE | °C | - | - | 0.0 |
constant | cTHETAO | Initial volumetric water content | DOUBLEARRAY | m3/m3 | - | - | - |
constant | cTHETAS | Volumetric water content at saturation for each layer | DOUBLEARRAY | m3/m3 | - | - | - |
constant | cTHETBU | Initial volumetric water content at the bottom | DOUBLE | m3/m3 | - | - | - |
constant | cTMPTB | Table for heatstress factor | DOUBLEARRAY | 1 | - | - | - |
constant | cTTSSE | Temperature sum from sowing to emegerce | DOUBLE | °C d | - | - | - |
constant | cTopsoilDepth | depth of topsoil | DOUBLE | m | - | - | 0.9 |
constant | cUsePsiLeafQuotient | If true, use PsiLeafQuotient. If false (default) use TRANRF for stress calculation (including additional DTGA correction) | BOOLEAN | 1 | - | - | false |
constant | cVCmaxUpperLimit | Upper limit value for maximum carboxylation rate | DOUBLE | micromol m-2 s-1 | - | - | 50.0 |
constant | cVMA | Macropore volume in the subsurface flow layer | DOUBLE | m3/m3 | - | - | - |
constant | cWaterUptakeMethod | Which method to use (Feddes (default), Couvreur) | CHAR | - | - | ||
input | iActualPrecipitationHeight | actual precipitation height | DOUBLEARRAY | mm | - | - | - |
input | iActualPrecipitationTime | time in seconds of day when the precipitation is measured | INTARRAY | s | - | - | - |
input | iBBG | soil cover rate with plants (calculating interception by RUTTER) | DOUBLE | 1 | - | - | - |
input | iDoHarvest | - | BOOLEAN | - | - | - | false |
input | iDoSow | - | BOOLEAN | - | - | - | false |
input | iFACPL | plant factor for calculating evapotranspiration by MAKKINK or HAUDE | DOUBLE | 1 | - | - | - |
input | iLpl | plant height in cm | DOUBLE | cm | - | - | - |
input | iOpenPanEvaporation | Measured open pan evapotranspiration | DOUBLE | 1 | - | - | - |
input | iPHI | relative humidity | DOUBLE | 1 | - | - | - |
input | iRAINDiurnal | Hourly precipitation | DOUBLEARRAY | mm | - | - | - |
input | iRDDDiurnal | Hourly global radiation | DOUBLEARRAY | MJ m-2 hour-1 | - | - | - |
input | iRLV | Root length | DOUBLEARRAY | mm | - | - | - |
input | iRelativeRootLengthPerLayer | relative root length per layer | DOUBLEARRAY | 1 | 0.0 | 1.0 | - |
input | iRg | global solar radiation | DOUBLE | W/m2 | - | - | - |
input | iRn | net solar radiation in W/m**2 | DOUBLE | W/m2 | - | - | - |
input | iRootRestrictionFactor | root restriction factor due to root density and aging | DOUBLEARRAY | m | 0.0 | 20.0 | - |
input | iTEMP | air temperature | DOUBLE | °C | - | - | - |
input | iTMDiurnal | Hourly air temperature | DOUBLEARRAY | °C | - | - | - |
input | iVPDiurnal | Hourly vapor actual pressure | DOUBLEARRAY | kPa | - | - | - |
input | iWCL | Volumetric in each soil layer | DOUBLEARRAY | cm3/cm3 | - | - | - |
input | iWIND2 | wind speed at 2m height | DOUBLE | m/s | - | - | - |
input | iWNDiurnal | Hourly wind speed | DOUBLEARRAY | m s-1 | - | - | - |
input | iZROOT | Depth of roots in m | DOUBLE | m | - | - | - |
state | sDMF | Depth of the soil layer where lateral subsurface flow occurs | DOUBLE | m | - | - | - |
state | sDRYDAY | Number of days without rain | INT | 1 | - | - | - |
state | sDT | Current time step | INT | s | - | - | - |
state | sDTH | Resolution of theta for calculating soil water tensions | DOUBLEARRAY | m3/m3 | - | - | - |
state | sDTMAX | Largest time step for simulations | DOUBLE | 1 | - | - | 0.0 |
state | sDTOLD | Previous time step | INT | s | - | - | - |
state | sDVS | Development stage of crop (from 0 to 2) | DOUBLE | 1 | 0.0 | - | 0.0 |
state | sDZ | Thickness of soil layer | DOUBLEARRAY | m | - | - | - |
state | sDZFNEU | Thickness of the subsurface flow layer as a multiple NZF of the thickness of the first soil layer | DOUBLE | m | - | - | - |
state | sDZM | Depth of the top layer assuming constant thickness of layers | DOUBLE | m | - | - | - |
state | sETPACT | Internal variable to calculate actual evapotransporation (m per second) as sum of TRAACT and EVAACT | DOUBLE | m/s | - | - | - |
state | sETPPOT | Internal variable for VETPOT (m per second), caution: if interception then ETPPOT=VEVPOT-Interception; | DOUBLE | m/s | - | - | - |
state | sEVAACT | Actual evaporation from soil surface in m per second | DOUBLE | m/s | - | - | - |
state | sEVAPOT | Internal potential evaporation from the soil surface in m per second | DOUBLE | m/s | - | - | - |
state | sFAV | Daily vertical flux (FLV) from one soil layer to the adjacent soil layers divided by NT | DOUBLEARRAY | m | - | - | - |
state | sFEU | Average volumetric water content in the subsurface flow layer (average over all elemnts within component layer) | DOUBLE | m3/m3 | - | - | - |
state | sFEUS | Volumetric water content at saturation in the subsurface flow layer | DOUBLE | m3/m3 | - | - | - |
state | sFLV | Daily vertical flux from one soil layer to the adjacent soil layers | DOUBLEARRAY | m | - | - | - |
state | sH | Water level (inundation depth) at the soil surface before each time step | DOUBLE | m | - | - | - |
state | sH1 | Water level (inundation depth) at the soil surface after each time step | DOUBLE | m | - | - | - |
state | sHZ | Water level in the subsurface flow layer before each time step | DOUBLE | m | - | - | - |
state | sHZ1 | Water level in the subsurface flow layer after each time step | DOUBLE | m | - | - | - |
state | sIDTACT | Code of the four possible time steps (DTX) as defined by the user in the control.xml file | INT | 1 | - | - | - |
state | sINF | Total amount of water (INFMIK+INFMAK) infiltrating at the soil surface (?) per time step DT in m per second | DOUBLE | m/s | - | - | - |
state | sINFEX | Infiltration excess is the excess of net precipitation which can not infiltrate into the soil at the soil surface per time step DT in m per second | DOUBLE | m/s | - | - | - |
state | sINFMAK | Amount of water infiltrating into the macro-pores of the soil at the soil surface (?) per time step DT in m per second | DOUBLE | m/s | - | - | - |
state | sINFMIK | Amount of water infiltrating into the pores in the soil matrix at the soil surface (?) per time step DT in m per second | DOUBLE | m/s | - | - | - |
state | sINTACT | Amount of water in the interception pool at the beginning of each day | DOUBLE | m | - | - | - |
state | sINTENS | Rainfall intensity in m per day | DOUBLE | m/d | - | - | - |
state | sINTEVAP | Direct evaporation of water from the interception pool (leaves and stems) per time step DT | DOUBLE | m/s | - | - | - |
state | sLAI | Leaf area index | DOUBLE | m2/m2 | - | - | 0.0 |
state | sMAEX | Matrix excess (water which can not infiltrate from the macropores to the micropores) within the subsurface flow layer per time step DT in m per second | DOUBLE | m/s | - | - | - |
state | sMAINF | Infiltration rate into the soil matrix within the subsurface flow layer (?) per time step DT in m per second | DOUBLE | m/s | - | - | - |
state | sMSLN | Main stem leaf number | DOUBLE | 1 | - | - | 0.0 |
state | sMSLPN | Main stem leaf perimodia number | DOUBLE | 1 | - | - | 0.0 |
state | sNDT | total number of time steps DTX | INT | 1 | - | - | - |
state | sNETRAIN | Net precipitation (rain minus interception) in m per second | DOUBLE | m/s | - | - | - |
state | sNSOIL | Index numbers of a the soil layer (array starts with 0) | INTARRAY | 1 | - | - | - |
state | sNT | Is equal to 1 or a multiple of the actual time step (DTORG/DTACT) | INT | 1 | - | - | - |
state | sNZDTM | Total number of soil layers | INT | 1 | - | - | - |
state | sNZF | Number of soil layers in the interflow layer | INT | 1 | - | - | - |
state | sNZR | Number of layers with roots | INT | 1 | - | - | - |
state | sOUTFL | temporary variable for outflow rate from one soil layer to the adjacent layer | DOUBLE | mm | - | - | 0.0 |
state | sPARSUM | Photosynthesis active radiation sum | DOUBLE | J/m2 | - | - | 0.0 |
state | sQOUT | Surface run off (=matrix excess at the soil surface INFEX) | DOUBLE | m/s | - | - | - |
state | sQOUTZ | Subsurface run off (outflow from of the subsurface flow layer=Matrix excess in the subsurface flow layer | DOUBLE | m/s | - | - | - |
state | sRAIN | Internal amount of rainfall per time step in m per second | DOUBLE | m/s | - | - | - |
state | sSINTEV | Daily evaporation of water from the interception pool (leaves and stems) | DOUBLE | m | - | - | - |
state | sSLASTR | Sum of last rainfall event | DOUBLE | mm | - | - | - |
state | sSUMIEX | Sum of infiltration excess at the soil surface per day | DOUBLE | m | - | - | - |
state | sSUMINF | Sum of infitration at the soil surface per day | DOUBLE | m | - | - | - |
state | sSUMINT | Amount of water in the interception pool at the end of each day | DOUBLE | m | - | - | - |
state | sSUMMEX | Matrix excess within the subhsurface flow layer per day (sum of MAINF) | DOUBLE | m | - | - | - |
state | sSUMMIN | Infiltration rate into the matrix of the subsurface flow layer per day (sum of MAEX) | DOUBLE | m | - | - | - |
state | sSUMNETR | Daily sum of net precipitation in m | DOUBLE | m | - | - | - |
state | sSUMRAIN | Daily sum of rainfall in m | DOUBLE | m | - | - | - |
state | sSUMTHEO | Amount of water in a layer at start of simulation (temporary variable) | DOUBLE | mm | - | - | - |
state | sT | Current Time | INT | s | - | - | - |
state | sTHETA | Currrent volumetric water content in a layer | DOUBLEARRAY | m3/m3 | 0.0 | 0.65 | - |
state | sTHETA1 | Currrent volumetric water content in a layer (temporary variable) | DOUBLEARRAY | m3/m3 | 0.0 | 0.65 | - |
state | sTLASTR | Time in seconds since last rainfall event occured | INT | s | - | - | - |
state | sTRAACS | Actual crop transpiration from a soil layer IZ in m per second | DOUBLEARRAY | m/s | - | - | - |
state | sTRAACT | Actual crop transpiration in m per second | DOUBLE | m/s | - | - | - |
state | sTRAACTSub | Actual crop transpiration from subsoil layers (defined as all soil layers below TopsoilDepth) in m per second | DOUBLE | m/s | - | - | - |
state | sTRAACTTop | Actual crop transpiration from topsoil layers (defined by constant TopsoilDepth) in m per second | DOUBLE | m/s | - | - | - |
state | sTRAPOS | Potential crop transpiration from a soil layer IZ in m per second | DOUBLEARRAY | m/s | - | - | - |
state | sTRAPOT | Potential crop transpiration in m per second | DOUBLE | m/s | - | - | - |
state | sTSUM | Thermal time degree | DOUBLE | °C d | - | - | 0.0 |
state | sTranspReductionFactorPerLayerScaled | Crop transpiration reduction factor at the last subdaily timestep from a soil layer IZ scaled from -1 to 1 where: -1=FullReduction due to drought, 0=NoReduction, 1=Full reduction due to saturation | DOUBLEARRAY | -1 to 1 | - | - | - |
state | sTranspReductionPerLayerDry | Daily crop transpiration reduction from a soil layer IZ due to dry conditions according to Feddes (e.g., PSI < HLIM3) | DOUBLEARRAY | mm | - | - | - |
state | sTranspReductionPerLayerWet | Daily crop transpiration reduction from a soil layer IZ due to wet conditions according to Feddes (e.g., PSI > HLIM2) | DOUBLEARRAY | mm | - | - | - |
state | sVETPOT | Internal reference crop evaporation according to Haude, Makkink or Monteith-Rijtma or input variable in m per second | DOUBLE | m/s | - | - | - |
state | sVEVPOT | Potential evaporation from the soil surface according to Belmans or Ritchie in m per second | DOUBLE | m/s | - | - | - |
state | sWLVG | Dry weight of green leaf | DOUBLE | g/m2 | - | - | 0.0 |
state | sWRT | Dry weight of root | DOUBLE | g/m2 | - | - | 0.0 |
state | sWSO | Dry weight of organ | DOUBLE | g/m2 | - | - | 0.0 |
state | sWST | Dry weight of stem | DOUBLE | g/m2 | - | - | 0.0 |
rate | rDVR | Rate of phenological development | DOUBLE | 1 | - | - | 0.0 |
rate | rPAR | Instantaneous flux of photosynthesis active radiation | DOUBLE | J/(m2 s) | - | - | 0.0 |
rate | rRLAI | Daily change of green leaf area LAI | DOUBLE | m2/(m2 d) | - | - | 0.0 |
rate | rRLE | Rate change of leaf appearance | DOUBLE | d-1 | - | - | 0.0 |
rate | rRLPI | Rate change of leaf primordia | DOUBLE | d-1 | - | - | 0.0 |
rate | rRTSUM | Rate change of thermal time degree | DOUBLE | °C d | - | - | 0.0 |
rate | rRWLVG | Daily change of dry weight of leaf /Dry matter growth rate of leaf | DOUBLE | g/m2 | - | - | 0.0 |
rate | rRWRT | Daily change of dry weight of root /Dry matter growth rate of root | DOUBLE | g/m2 | - | - | 0.0 |
rate | rRWSO | Daily change of dry weight of organ /Dry matter growth rate of organ | DOUBLE | g/m2 | - | - | 0.0 |
rate | rRWST | Daily change of dry weight of stem /Dry matter growth rate of stem | DOUBLE | g/m2 | - | - | 0.0 |
rate | rTRAACSRedDry | Crop transpiration reduction rate due to dry conditions at the last subdaily timestep from a soil layer IZ in m per second | DOUBLEARRAY | m/s | - | - | - |
rate | rTRAACSRedWet | Crop transpiration reduction rate due to wet conditions at the last subdaily timestep from a soil layer IZ in m per second | DOUBLEARRAY | m/s | - | - | - |
out | ALB | Albedo, reflection coefficient for short-ware radiation | DOUBLE | 1 | - | - | 0.0 |
out | ALBS | Albedo, reflection coefficient for soil surface | DOUBLE | 1 | - | - | 0.0 |
out | AMAXshade | Light saturated leaf photosynthetic of shaded leaf | DOUBLE | g/(m2 s) | - | - | 0.0 |
out | AMAXshadeDiurnal | Hourly light saturated photosynthesis rate of sunlit leave | DOUBLEARRAY | micromol m-2 s-1 | - | - | - |
out | AMAXsun | Light saturated leaf photosynthetic of sunlit leaf | DOUBLE | g/(m2 s) | - | - | 0.0 |
out | AMAXsunDiurnal | Hourly light saturated photosynthesis rate of sunlit leave | DOUBLEARRAY | micromol m-2 s-1 | - | - | - |
out | ActualEvapotranspiration | Sum of ActualEvaporation and ActualTranspiration | DOUBLE | mm | - | - | - |
out | ActualSoilEvaporation | Actual soil evaporation as affected by potential evporation and soil mositure in the upper soil layers | DOUBLE | mm | - | - | - |
out | ActualSoilEvaporationDiurnal | Diurnal Actual soil evaporation as affected by potential evporation and soil mositure in the upper soil layers | DOUBLEARRAY | mm | - | - | - |
out | ActualTranspiration | Actual crop transpiration as affected by crop water demand and crop available soil water | DOUBLE | mm | - | - | - |
out | ActualTranspirationDiurnal | Diurnal Actual crop transpiration as affected by crop water demand and crop available soil water | DOUBLEARRAY | mm | - | - | - |
out | ActualTranspirationSubsoil | Actual crop transpiration from subsoil layers | DOUBLE | mm | - | - | - |
out | ActualTranspirationTopsoil | Actual crop transpiration from topsoil layers | DOUBLE | mm | - | - | - |
out | AnthesisDOY | DOY of Anthesis | INT | 1 | 1 | 366 | - |
out | AnthesisDate | Date of Anthesis | DATE | 1 | - | - | - |
out | BBRAD | Black body radiation | DOUBLE | J/(m2 s) | - | - | 0.0 |
out | BottomFlow | Daily amount of deep percolation below the profile depth (equal to FLUXU) | DOUBLE | mm | - | - | - |
out | CDSF1 | Cumulative water stress factor reduces grain yield | DOUBLE | 1 | - | - | 0.0 |
out | CO2Ishade | CO2 concentration of shaded leaf | DOUBLE | μmol/mol | - | - | 0.0 |
out | CO2IshadeDiurnal | Hourly concentration of CO2 of shaded leave | DOUBLEARRAY | - | - | - | |
out | CO2Isun | CO2 concentration of sunlit leaf | DOUBLE | μmol/mol | - | - | 0.0 |
out | CO2IsunDiurnal | Hourly concentration of CO2 of sunlit leave | DOUBLEARRAY | - | - | - | |
out | CROPHT | Crop height | DOUBLE | m | - | - | 0.0 |
out | CUMREMOB | Cumulative mobilized assimilated from stem to grain | DOUBLE | g/m2 | - | - | 0.0 |
out | CropCycleCount | Number of finished crop cycles, incremented at harvest | INT | 1 | 0 | 1000 | 0 |
out | DAE | Day after emergency | INT | d | - | - | 0 |
out | DANTH | Day of anthesis | INT | d | - | - | 0 |
out | DAVTMP | Daily average temperature | DOUBLE | °C | - | - | 0.0 |
out | DFGROSshadeDiurnal | Hourly cumulative gross assimilation rate of the shaded leave | DOUBLEARRAY | micromol m-2 s-1 | - | - | - |
out | DFGROSsunDiurnal | Hourly cumulative gross assimilation rate of the sunlit leave | DOUBLEARRAY | micromol m-2 s-1 | - | - | - |
out | DFGROshade | Daily gross assimiliate of shaded leave | DOUBLE | micromol m-2 s-1 | - | - | 0.0 |
out | DFGROsun | Daily gross assimiliate of sun leave | DOUBLE | micromol m-2 s-1 | - | - | 0.0 |
out | DLAI | Death rate of leaf area | DOUBLE | m2/(m2 d) | - | - | 0.0 |
out | DLEAVES | Death leaf rate due to aging and water stress | DOUBLE | d-1 | - | - | 0.0 |
out | DLV | Death rate of leaf in term of weigh | DOUBLE | g/(m2 d) | - | - | 0.0 |
out | DOYEMactual | Day of year of crop emergency. Corresponds to cDOYEM if cDOYEM is given, otherwise to the DOY when iDoSow occurs. | INT | d | - | - | 0 |
out | DRScropH2O | Daily canopy resistance to water vapor | DOUBLE | s m-1 | - | - | 0.0 |
out | DSF1 | Water stress factor on leaf growth | DOUBLE | 1 | - | - | 0.0 |
out | DTEFF | Daily effective temperature | DOUBLE | °C | - | - | 0.0 |
out | DTGA | Daily total gross CO2 asimilation of the crop | DOUBLE | g/(m2 d) | - | - | 0.0 |
out | DTGADiurnal | Hourly cumulative of gross assimilation rate of the crop canopy | DOUBLEARRAY | micromol m-2 s-1 | - | - | - |
out | DTR | Daily solar radiation =RDD*MODDRT | DOUBLE | J/(m2 d) | - | - | 0.0 |
out | DVSFAC | http://www.wurvoc.org/vocabularies/om-1.8/gram_per_square_metre | DOUBLE | 1 | - | - | 0.0 |
out | Daylength | Daylength | DOUBLE | h | - | - | 0.0 |
out | DgsCO2 | Daily stomatal conductance to CO2 | DOUBLE | mm/d | - | - | 0.0 |
out | DrynessFactor | Dryness factor in each layer (input to SlimRoots) | DOUBLEARRAY | 1 | - | - | - |
out | EFFshade | Quantum yield of shaded leaf | DOUBLE | g/MJ | - | - | 0.0 |
out | EFFshadeDiurnal | Hourly quantum yield of shaded leaves | DOUBLEARRAY | g/MJ | - | - | - |
out | EFFsun | Quantum yield of sunlit leaf | DOUBLE | g/MJ | - | - | 0.0 |
out | EFFsunDiurnal | Hourly quantum yield of sunlit leaves | DOUBLEARRAY | g/MJ | - | - | - |
out | EMERG | Parameter to indicate the emergency | INT | 1 | - | - | 0 |
out | ET0 | Potential evapotranspiration (ETD+ ETR) | DOUBLE | mm/d | - | - | 0.0 |
out | ET0DaytimeDiurnal | Hourly potential evapotranspiration (ETD+ ETR) at daytime | DOUBLEARRAY | mm/h | - | - | - |
out | ET0Diurnal | Hourly potential evapotranspiration (ETD+ ETR) | DOUBLEARRAY | mm/h | - | - | - |
out | ETD | Evapotranspiration due to radiation term | DOUBLE | mm/d | - | - | 0.0 |
out | ETDDiurnal | Hourly evapotranspiration due to radiation term | DOUBLEARRAY | mm/h | - | - | - |
out | ETR | Evapotranspiration due to evaporative term (vpd) | DOUBLE | mm/d | - | - | 0.0 |
out | ETRDiurnal | Hourly evapotranspiration due to evaporative term (vpd) | DOUBLEARRAY | mm/h | - | - | - |
out | EmergenceDOY | DOY of Emergence | INT | 1 | 1 | 366 | - |
out | EmergenceDate | Date of Emergence | DATE | 1 | - | - | - |
out | FCLEAR | Sky clearness function in calculation of net long-wave radiation | DOUBLE | J/(m2 s) | - | - | 0.0 |
out | FGROSDiurnal | Hourly gross assimilation rate of the whole canopy | DOUBLEARRAY | micromol m-2 s-1 | - | - | - |
out | FGROSshadeDiurnal | Hourly gross assimilation rate of the shaded leave | DOUBLEARRAY | micromol m-2 s-1 | - | - | - |
out | FGROSsunDiurnal | Hourly gross assimilation rate of the sunlit leave | DOUBLEARRAY | micromol m-2 s-1 | - | - | - |
out | FLUXU | Daily amount of deep percolation below the profile depth | DOUBLE | 1 | - | - | - |
out | FSLLA | Fration of sunlit leaf area | DOUBLE | 1 | - | - | 0.0 |
out | FSLLADiurnal | Hourly fraction of leaf area of sunlit and shaded leaves | DOUBLEARRAY | - | - | - | |
out | FieldCapacity | FieldCapacity | DOUBLEARRAY | m3/m3 | - | - | - |
out | GLAI | Net growth rate of leaf area index | DOUBLE | m2/(m2 d) | - | - | 0.0 |
out | GLV | Dry matter of growth rate of leaves | DOUBLE | g/(m2 d) | - | - | 0.0 |
out | GRAINN | Total grain weight | DOUBLE | g/m2 | - | - | 0.0 |
out | GScropH2ODiurnal | Hourly canopy conductance to water vapor | DOUBLEARRAY | m s-1 | - | - | - |
out | GSshadeH2O | Stomatal conductance shaded leaf to H2O | DOUBLE | m s-1 | - | - | 0.0 |
out | GSshadeH2ODiurnal | Hourly stomatal conductance to water vapor of shaded leaves | DOUBLEARRAY | m s-1 | - | - | - |
out | GSsunH2O | Stomatal conductance sunlit leaf to H2O | DOUBLE | m s-1 | - | - | 0.0 |
out | GSsunH2ODiurnal | Hourly stomatal conductance to water vapor of sunlit leaves | DOUBLEARRAY | m s-1 | - | - | - |
out | GTOTAL | Daily total gross CH2O assimilation of the crop | DOUBLE | g/(m2 d) | - | - | 0.0 |
out | HasEmerged | Has emerged | BOOLEAN | 1 | - | - | false |
out | HasFlowered | Gas flowered | BOOLEAN | 1 | - | - | false |
out | HasMatured | Is mature | BOOLEAN | 1 | - | - | false |
out | INTRAD | Intercep PAR for radiation use efficiency calcuation | DOUBLE | MJ/(m2 d) | - | - | 0.0 |
out | Infiltration | Daily amount of infiltrated water at the soil surface (mm) | DOUBLE | mm | - | - | - |
out | IsAnthesis | true if Anthesis date | BOOLEAN | 1 | - | - | false |
out | IsEmergence | true if Emergence date | BOOLEAN | 1 | - | - | false |
out | IsMaturity | true if maturity date | BOOLEAN | 1 | - | - | false |
out | LAIANTH | Leaf area index at anthesis | DOUBLE | - | - | 0.0 | |
out | LayerFlow | Daily vertical flow from a soil layer into the adjacent soil layers | DOUBLEARRAY | mm | - | - | - |
out | LessMobileWater | Total amount of less mobile water (WR-WHT15R) in each layer (only used for solute transport) (mm) | DOUBLEARRAY | mm | - | - | - |
out | MAINT | Maintenance respiration after considration of effective temperature | DOUBLE | g/m2 | - | - | 0.0 |
out | MAINTS | Maintenance respiration after considration of effective temperature | DOUBLE | g/m2 | - | - | 0.0 |
out | MaturityDOY | DOY of Maturity | INT | 1 | 1 | 366 | - |
out | MaturityDate | Date of Maturity | DATE | 1 | - | - | - |
out | MobileWater | Daily amount of mobile water (WM) in each soil layer (mm) | DOUBLEARRAY | mm | - | - | - |
out | ONRAD | Net radiation (net short-ware radiation minus net long-wave radiation) | DOUBLE | J/(m2 s) | - | - | 0.0 |
out | ONRADDiurnal | Hourly all net radiation | DOUBLEARRAY | MJ m-2 h-1 | - | - | - |
out | ORLOSS | Net long-wave radiation | DOUBLE | J/(m2 s) | - | - | 0.0 |
out | PARINT | Intercepted PAR | DOUBLE | MJ/(m2 d) | - | - | 0.0 |
out | PCEDW | Partitioning fraction to storage organs | DOUBLE | - | - | 0.0 | |
out | PCLDW | Partitioning fraction to leaves | DOUBLE | 1 | - | - | 0.0 |
out | PCRDW | Partitioning fraction to roots | DOUBLE | 1 | - | - | 0.0 |
out | PCSDW | Partitioning fraction to stems | DOUBLE | 1 | - | - | 0.0 |
out | PHEADW | Weight of shoot at emgerce, at flag leaf emergence, and at anthesis | DOUBLEARRAY | g/m2 | - | - | - |
out | PHEDAE | Days at emgerce, at flag leaf emergence, and at anthesis | INTARRAY | d | - | - | 0 0 0 |
out | PHOTMP | Daily average temperature after modifying temperature factor (MODTMP) | DOUBLE | °C | - | - | 0.0 |
out | PHY | Phylochron | DOUBLE | °C d | - | - | 0.0 |
out | PRWSO | Assimilate source for grain growth | DOUBLE | m2/m2 | - | - | 0.0 |
out | PotentialRScropH2ODiurnal | Hourly canopy resistance to water vapor (no water stress) | DOUBLEARRAY | s m-1 | - | - | - |
out | PotentialSoilEvaporation | Potential soil evaporation (provided by other SimComponents e.g. CropEvapoTranspirationDualCoeff.java) | DOUBLE | mm | - | - | - |
out | PotentialSoilEvaporationDiurnal | Diurnal Potential soil evaporation (provided by other SimComponents e.g. CropEvapoTranspirationDualCoeff.java) | DOUBLEARRAY | mm | - | - | - |
out | PotentialTranspiration | Potential crop transpiration (provided by other SimComponents e.g. CropEvapoTranspirationDualCoeff.java) | DOUBLE | mm | - | - | - |
out | PotentialTranspirationDiurnal | Diurnal Potential crop transpiration (provided by other SimComponents e.g. CropEvapoTranspirationDualCoeff.java) | DOUBLEARRAY | mm | - | - | - |
out | PsiLeaf | Leaf water potential (pressure head of leaf) (hourly) | DOUBLEARRAY | m | - | - | - |
out | PsiLeafQuotientDiurnal | (psi_leaf-psi_trh)/(0 - psi_trh) (hourly) | DOUBLEARRAY | 1 | 0.0 | 1.0 | - |
out | PsiRoot | Soil to root water potential (pressure head of root) (hourly) | DOUBLEARRAY | m | - | - | - |
out | QOMAX | Daily maximum surface run off rate | DOUBLE | mm/s | - | - | - |
out | QOSUM | Daily amount of surface run off in mm | DOUBLE | mm | - | - | - |
out | QZMAX | Daily maximum subsurface run off rate | DOUBLE | mm/s | - | - | - |
out | QZSUM | Daily amount of subsurface run off in mm | DOUBLE | mm | - | - | - |
out | RAINout | Daily precipitation | DOUBLE | mm/d | - | - | 0.0 |
out | RCPHOE | Rate change of photoperiod at emergence dates | DOUBLE | h | - | - | 0.0 |
out | RDD | Daily global radiation | DOUBLE | °C | - | - | 0.0 |
out | RDRSH | Relative death rate due to self-shading at high LAI | DOUBLE | d-1 | - | - | - |
out | REMOB | Mobilization of assimilate from stem to the grain | DOUBLE | g/m2 | - | - | 0.0 |
out | RNS | Net short-wave radiation | DOUBLE | J/(m2 s) | - | - | 0.0 |
out | RRATIO | Ratio of root to total root+shoot dry matter | DOUBLE | 1 | - | - | 0.0 |
out | RSINK | Sink for grain growth | DOUBLE | g/m2 | - | - | 0.0 |
out | RScropH2ODiurnal | Hourly canopy resistance to water vapor | DOUBLEARRAY | s m-1 | - | - | - |
out | RUE | Radiation use efficiency | DOUBLE | g/MJ | - | - | 0.0 |
out | RainInterception | - | DOUBLE | m | - | - | - |
out | ReducedCropExtractionPoint | ReducedCropExtractionPoint | DOUBLEARRAY | m3/m3 | - | - | - |
out | RetainedWater | Daily amount of retained water (WR) in each soil layer (mm) | DOUBLEARRAY | mm | - | - | - |
out | RootWaterUptakePerLayer | Root water uptake per layer (daily) | DOUBLEARRAY | mm/d | - | - | - |
out | SDWANT | Weight of stem at anthesis | DOUBLE | g/m2 | - | - | 0.0 |
out | SLA | Specific leaf area | DOUBLE | m2/g | - | - | 0.0 |
out | STRESS | Transpiration reduction factor (ATRAN/PTRAN) | DOUBLE | 1 | - | - | 0.0 |
out | SUETAC | Actual evapotranspiration in mm per day (equal to SimVariable 'ActualEvapotranspiration') | DOUBLE | mm | - | - | - |
out | SUETPO | Potential Evapotranspiration in mm per day | DOUBLE | mm | - | - | - |
out | SUEVAC | Actual soil evaporation in mm per day (equal to SimVariable 'ActualSoilEvaporation') | DOUBLE | mm | - | - | - |
out | SUEVPO | Potential soil evaporation in mm day (equal to SimVariable 'PotentialSoilEvaporation') | DOUBLE | mm | - | - | - |
out | SUEVRE | Actual evaporation in mm per day after reduction due to low soil water content in topsoil layer (only applicable when open pan evapioration is used ?) | DOUBLE | mm | - | - | - |
out | SUTRAC | Actual crop transpiration in mm per day (equal to SimVariable 'ActualTranspiration') | DOUBLE | mm | - | - | - |
out | SUTRPO | Potential crop transpiration in mm per day (equal to SimVariable 'PotentialTranspiration') | DOUBLE | mm | - | - | - |
out | SUTTRE | Actual transpiration in mm per day after reduction due to low soil water content in individual layers (only applicable when open pan evapioration is used ?) | DOUBLE | mm | - | - | - |
out | SVAP | Saturated vapor pressure | DOUBLE | kPa | - | - | 0.0 |
out | SWITCH | The switch of phenology stage | INT | 1 | - | - | 0 |
out | SoilHeatDiurnal | Hourly soil heat flux | DOUBLEARRAY | MJ m-2 h-1 | - | - | - |
out | SubsurfaceFlow | Daily amouont of subsurface run off (equal to QZSUM) | DOUBLE | mm | - | - | - |
out | SurfaceFlow | Daily amount of surface run off in mm (equal to QOSUM) | DOUBLE | mm | - | - | - |
out | TDW | total dry matter (= root + shoot) | DOUBLE | g/m2 | - | - | 0.0 |
out | TEFF | Effective temperature for growth respiration | DOUBLE | °C | - | - | 0.0 |
out | TFAC | Temperature factor reduces grain yield | DOUBLE | 1 | - | - | 0.0 |
out | TMMN | Daily minimum temperature | DOUBLE | °C | - | - | 0.0 |
out | TMMX | Daily maximum temperature | DOUBLE | °C | - | - | 0.0 |
out | TRANRFDiurnal | Tranrf (Act/Pot) (hourly) | DOUBLEARRAY | 1 | - | - | - |
out | TRANSLOC | Translocation of assimilation rates into the roots due to the lack of sink | DOUBLE | g/m2 | - | - | 0.0 |
out | TSUMend | Thermal time at end of growing season | DOUBLE | °C d | - | - | 0.0 |
out | TTANTH | Thermal time from sowing to anthesis | DOUBLE | °C d | - | - | 0.0 |
out | TTFLE | Thermal time from sowing to the appearance of flag leave | DOUBLE | °C d | - | - | 0.0 |
out | TTMAT | Thermal time from sowing to maturity | DOUBLE | °C d | - | - | 0.0 |
out | TWPAW | Daily water stress index calculated based on soil water content | DOUBLE | 1 | - | - | 0.0 |
out | TWPAWDiurnal | Hourly water stress index calculated based on soil water content | DOUBLEARRAY | 1 | - | - | - |
out | TotalAvailWater | Sum of mobile and retained water in each layer (Soil available water)(mm) | DOUBLEARRAY | mm | - | - | - |
out | TotalAvailWaterVolumetric | Volumetric water content equivalent for the sum of mobile and retained water in each layer | DOUBLEARRAY | m3/m3 | - | - | - |
out | TotalWater | Total water content in each soil layer (mm) | DOUBLEARRAY | mm | - | - | - |
out | TotalWaterInProfile | Total water content over all soil layers (mm) | DOUBLE | mm | - | - | - |
out | TotalWaterInProfileVolumetric | Average cvolumetric water content over all layers in the soil profile | DOUBLE | m3/m3 | - | - | - |
out | TotalWaterVolumetric | Volumetric total water content in each soil layer | DOUBLEARRAY | m3/m3 | - | - | - |
out | TranspReductionDry | Reduction in crop transpiration due to dry conditions according to Feddes (e.g., PSI < HLIM3) | DOUBLE | mm | - | - | - |
out | TranspReductionWet | Reduction in crop transpiration due to wet conditions according to Feddes (e.g., PSI > HLIM2) | DOUBLE | mm | - | - | - |
out | VP | Actual vapour pressure | DOUBLE | kPa | - | - | 0.0 |
out | VPD | Vapor pressure deficit of the air | DOUBLE | kPa | - | - | 0.0 |
out | WFR | Amount of less mobile water in each layer not available for upward movement of solutes or water (see explanation and use in SlimNitrogen) | DOUBLEARRAY | mm | - | - | - |
out | WHT15R | Retained water below 0.5*wilting point in each layer not available for movement of solutes | DOUBLEARRAY | mm | - | - | - |
out | WN | Wind speed | DOUBLE | m s-1 | - | - | - |
out | WR33 | Amount of retained water in finer pores of each layer available for upward movement of solutes or water (see explanation and use in SlimNitrogen) | DOUBLEARRAY | mm | - | - | - |
out | WRH | Retained water at field capacity in each soil layer | DOUBLEARRAY | mm | - | - | - |
out | WSHOOT | Weight of shoot (stem+leaf+storage organ) | DOUBLE | g/m2 | - | - | 0.0 |
out | WiltingPoint | WiltingPoint | DOUBLEARRAY | m3/m3 | - | - | - |
out | WithCrop | Crop is present | BOOLEAN | 1 | - | - | false |
-
Nested Class Summary
Nested classes/interfaces inherited from class net.simplace.sim.model.FWSimComponent
net.simplace.sim.model.FWSimComponent.TEST_STATE
-
Field Summary
Fields inherited from class net.simplace.sim.model.FWSimComponent
iFieldMap, iFrequence, iInputMap, iJexlRule, iMasterComponentGroup, iName, iOrderNumber, isComponentGroup, iSimComponentElement, iSimModel, iVarMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
calculate_et0
(int J, double hour, double latitude, double z, double L_z, double L_m, double DAYLEN, double Temperature, double R_s, double WIND, double tCROPHT, double e_a, double RScropH2O, double PsiC, double albedo) calculate_twpaw
(double CROPHT, Double[] WCFC, Double[] WCWP, Double[] LayerDepth, double VAP, double WIND, boolean IRRIG, double ONRAD, double SLOPE, double SVAP, double PsiC, Double[] RLV, Double[] WC) protected net.simplace.sim.model.FWSimComponent
clone
(net.simplace.sim.util.FWSimVarMap aVarMap) Create the FWSimVariables as interface for this SimComponentvoid
et()
fillTestVariables
(int aParamIndex, net.simplace.sim.model.FWSimComponent.TEST_STATE aDefineOrCheck) called for single component test to check the components algorithm.protected void
init()
Initializes the fields by getting input and output FWSimVariables from VarMapvoid
void
protected void
process()
void
twpaw()
Methods inherited from class net.simplace.sim.model.FWSimComponent
addVariable, bind, checkCondition, createSimComponent, createSimComponent, createSimComponent, createSimComponent, doProcess, getConstantVariables, getContentType, getCreateFormXML, getDescription, getEditFormXML, getFieldMap, getFrequence, getFrequenceRuleScript, getInputs, getInputVariables, getMasterComponentGroup, getName, getOrderNumber, getOutputVariables, getVariable, getVariableField, getVarMap, initialize, isConditionCheck, isVariableAvailable, performLinks, performLinks, readInputs, removeVariable, reset, runComponentTest, setVariablesDefault, toComponentLinkingXML, toDocXML, toGroupXML, toOutputDefinitionXML, toResourcesDataXML, toResourcesDefinitionXML, toString, toXML, writeVarInfos
-
Constructor Details
-
HillFlow1DLintulCCDiurnal
public HillFlow1DLintulCCDiurnal()
-
-
Method Details
-
createVariables
Create the FWSimVariables as interface for this SimComponent- Specified by:
createVariables
in interfacenet.simplace.sim.util.FWSimFieldContainer
- Specified by:
createVariables
in classnet.simplace.sim.model.FWSimComponent
- See Also:
-
FWSimComponent.createVariables()
-
init
protected void init()Initializes the fields by getting input and output FWSimVariables from VarMap- Specified by:
init
in classnet.simplace.sim.model.FWSimComponent
- See Also:
-
FWSimComponent.init()
-
initLintulCC
public void initLintulCC() -
initVariablesLintulCC
public void initVariablesLintulCC() -
process
protected void process()- Specified by:
process
in classnet.simplace.sim.model.FWSimComponent
-
et
public void et() -
calculate_et0
public LintulCCFunctions.PEN_MONTHResult calculate_et0(int J, double hour, double latitude, double z, double L_z, double L_m, double DAYLEN, double Temperature, double R_s, double WIND, double tCROPHT, double e_a, double RScropH2O, double PsiC, double albedo) -
assimilate
public void assimilate() -
twpaw
public void twpaw() -
calculate_twpaw
-
fillTestVariables
public HashMap<String,net.simplace.sim.util.FWSimVariable<?>> fillTestVariables(int aParamIndex, net.simplace.sim.model.FWSimComponent.TEST_STATE aDefineOrCheck) called for single component test to check the components algorithm.- Specified by:
fillTestVariables
in classnet.simplace.sim.model.FWSimComponent
- See Also:
-
net.simplace.sim.util.FWSimFieldContainer#fillTestVariables(int aParamIndex, TEST_STATE aDefineOrCheck)
-
clone
protected net.simplace.sim.model.FWSimComponent clone(net.simplace.sim.util.FWSimVarMap aVarMap) - Specified by:
clone
in classnet.simplace.sim.model.FWSimComponent
-