Package net.simplace.sim.components.util.helper.diurnal
package net.simplace.sim.components.util.helper.diurnal
Helper methods for calculating diurnal weather values
Overview
The classes of this package define some helper functions and methods to calculate diurnal weather values (e.g. sorting weatherdata, calculating diurnal radiation by different methods etc.)
See individual class documentation for details
-
KlasseBeschreibungObjects for sortable weather entries Holds date, minTemp, maxTemp, radiation and key value Implements compareTo by comparing the dates.Abstract class for calculating diurnal weather values.Calculates diurnal values for temperature and radiation using sine curve
Temperature is calculated according to G Radiation is calculated using simple sine curve
Reference
- (G) Goudriaan, Modeling Potential Crop Growth Processes, 1994, (revised version Nov. 2004)
Methods for calculating daylength and diurnal valuesIncludes methods for integration/normalization/rescaling of piecewise linear functions, as well as methods for calculating diurnal values for radiation and temperature.
References
- (G) Goudriaan, Modeling Potential Crop Growth Processes, 1994, (revised version Nov. 2004)