A2_calcG0(solaR)
A2_calcG0()所属R语言包:solaR
Irradiation and irradiance on the horizontal plane.
辐照和辐照度的水平平面上。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function obtains the global, diffuse and direct irradiation and irradiance on the horizontal plane from the values of daily and intradaily global irradiation on the horizontal plane. It makes use of the functions calcSol, fCompD, fCompI, fBTd and readBD (or equivalent).
此函数获取的全球性的,漫反射和直接在水平平面上的值每日和intradaily全球的水平平面上的照射的照射和辐照。它使用的功能calcSol,fCompD,fCompI,fBTd和readBD(或同等学历)。
Besides, if information about maximum and minimum temperatures values are available it obtains a series of temperature values with fTemp.
此外,最高和最低温度值,如果信息是,它获得了一系列的温度值与fTemp。
用法----------Usage----------
calcG0(lat, modeRad='prom', dataRad, prom, mapa, bd,
bdI, sample='hour', keep.night=TRUE, sunGeometry='michalsky',
参数----------Arguments----------
参数:lat
numeric, latitude (degrees) of the point of the Earth where calculations are needed. It is positive for locations above the Equator.
数值,纬度(度)的地球所需的计算点。这是积极的赤道上空的位置。
参数:modeRad
A character string, describes the kind of source data of the global irradiation and ambient temperature. It can be modeRad='prom' for monthly mean calculations. With this option, a set of 12 values inside dataRad must be provided, as defined in readG0dm. When modeRad='siar' the source data is downloaded from www.marm.es/siar with the information provided in dataRad. In previous versions, this radiation mode was named as 'mapa' due to the webpage of the database. However, since the database is no longer available at mapa.es, modeRad='mapa' is deprecated and modeRad='siar' should be used instead. If modeRad='bd' the information of daily irradiation is read from a file, a data.frame defined by dataRad, a zoo or a Meteo object. (See readBD, df2Meteo and zoo2Meteo for details). If modeRad='bdI' the information of intradaily irradiation is read from a file, a data.frame defined by dataRad, a zoo or a Meteo object. (See readBDi, dfI2Meteo and zoo2Meteo for details).
一个字符串,描述了种源数据的全球辐射和环境温度。它可以是modeRad='prom'每月平均计算。使用此选项,一组12个值内dataRad必须提供的定义,在readG0dm。当modeRad='siar'源数据下载的,从www.marm.es / SIAR提供的信息在dataRad。在以前的版本中,这种辐射模式被命名为'mapa'由于网页的数据库。然而,由于数据库是不再提供mapa.es,modeRad='mapa'过时,modeRad='siar'应该使用。如果modeRad='bd'从文件中读取的信息每天照射,data.frame dataRad,zoo或Meteo对象定义。 (见readBD,df2Meteo和zoo2Meteo的详细信息)。如果modeRad='bdI'的信息的intradaily辐射是从文件中读取,data.frame定义的dataRad,zoo或Meteo对象。 (见readBDi,dfI2Meteo和zoo2Meteo的详细信息)。
参数:dataRad
If modeRad='prom', a list as defined by readG0dm
如果modeRad='prom',作为定义的readG0dm,的列表
If modeRad='siar', a list as defined by readSIAR.
如果modeRad='siar',列表中所定义的readSIAR。
If modeRad='bd' a list as defined by readBD, df2Meteo or zoo2Meteo, or a Meteo object. The resulting object will include a column named Ta, with information about ambient temperature.
如果modeRad='bd'list readBD,df2Meteo或zoo2Meteo或Meteo对象的定义。得到的对象将包括一列名为Ta,与环境温度的信息。
If modeRad='bdI' a list as defined by readBDi, dfI2Meteo or zoo2Meteo, or a Meteo object. The resulting object will include a column named Ta, with information about ambient temperature. </ul>
如果modeRad='bdI'list readBDi,dfI2Meteo或zoo2Meteo或Meteo对象的定义。得到的对象将包括一列名为Ta,与环境温度的信息。 </ ul>
参数:prom, mapa, bd, bdI
Deprecated. dataRad should be used instead.
已过时。 dataRad应该被代替使用。
参数:sample
character, containing one of 鈥 |