calculate_energy
instead.calculateEn is replaced by
calculate_energy
.
calculateEn(
sel,
referenceHeight,
RotorHeight,
SurfaceRoughness,
wnkl,
distanz,
polygon1,
resol,
RotorR,
dirSpeed,
srtm_crop,
topograp,
cclRaster,
weibull,
plotit = FALSE
)
A data.frame of an individual of the current population (data.frame)
The height at which the incoming wind speeds were measured (numeric)
The desired height of the turbines
A surface roughness length of the considered area in m. If the terrain effect model is activated, a surface roughness will be calculated for every grid cell with the elevation and land cover information
Indicates the angle at which no wake influences are considered (numeric)
Indicates the distance after which the wake effects are considered to be eliminated
The considered area as shapefile
The resolution of the grid in meter
The desired rotor radius in meter
The wind speed and direction data.frame
A list of 3 raster, with 1) the elevation, 2) an orographic
and 3) a terrain raster. Calculated in genetic_algorithm
Logical value that indicates whether the terrain effect model is activated (TRUE) or deactivated (FALSE)
A Corine Land Cover raster that has to be downloaded
previously. See also the details at windfarmGA
The raster
will only be used when the terrain effect model is activated. (raster)
A raster representing the estimated wind speeds
Logical value. If TRUE, the process will be plotted. Default is FALSE.