89 int SZACalc(
double d_lat,
double d_long,
double d_tzone,
int d_year,
int d_daynum,
90 int d_hour,
int d_minute,
int d_second,
float d_temp,
float d_press,
91 float d_tilt,
float d_aspect)
int S_date(void)
Returns date. This function calculates the month and day of month, given the day number (number of d...
int S_minute
I: Minute of hour, 0 - 59, DEFAULT = 0 I: Minute of hour, 0 - 59, DEFAULT = 0.
*double S_latitude
I: Latitude, degrees north (south negative) */.
*double S_tilt
I: Degrees tilt from horizontal of panel */.
double S_longitude
I: Longitude, degrees east (west negative) */.
int S_daynum
I/O: Day number (day of year; Feb 1 = 32 ) I/O: Day number (day of year; Feb 1 = 32 ) S_date needs th...
int S_hour
I: Hour of day, 0 - 23, DEFAULT = 12 I: Hour of day, 0 - 23, DEFAULT = 12.
int S_solpos(void)
Returns ..... This function calculates the apparent solar position and intensity (theoretical maximu...
int S_year
I: 4-digit year (2-digit is assumed 19xx) I: 4-digit year (2-digit is assumed 19xx) DEFAULT = 2001...
int SZACalc(double d_lat, double d_long, double d_tzone, int d_year, int d_daynum, int d_hour, int d_minute, int d_second, float d_temp, float d_press, float d_tilt, float d_aspect)
Calc. Solar angles and radiatives quantities. .
int S_second
I: Second of minute, 0 - 59, DEFAULT = 0 I: Second of minute, 0 - 59, DEFAULT = 0.