powered by
Construction of an intra-daily time base for solar irradiation calculation
fBTi(BTd, sample = 'hour')
This function returns a POSIXct object.
POSIXct
vector, it may be a result for fBTd or indexD
fBTd
indexD
character, identify the sample of the time set. Its default value is 'hour'.
Oscar Perpiñán Lamigueiro, Francisco Delgado López.
This function is commonly used inside fSolI.
fSolI
library("data.table") setDTthreads(2) #Average days BTd <- fBTd(mode = 'prom') #Intradaily base time for the first day BTi <- fBTi(BTd = BTd[1], sample = 'hour') BTi
Run the code above in your browser using DataLab