|
DAS
3.1.6 - 18/09/2017
|
Solar Angles computation. More...
#include <math.h>#include <string.h>#include <stdio.h>#include "solpos.h"
Include dependency graph for CalcSZA.c:Go to the source code of this file.
Functions | |
| 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. . More... | |
Solar Angles computation.
Definition in file CalcSZA.c.
| 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.
.
| d_lat | station latitude |
| d_long | station longitude |
| d_tzone | station time zone |
| d_year | year |
| d_daynum | day number |
| d_hour | hour |
| d_minute | minute |
| d_second | seconds |
| d_temp | temperature DEFAULT 10.0 (standard temperature) |
| d_press | pressure DEFAULT 1013.0 (standard pressure) |
| d_tilt | tilted DEFAULT 0.0 (horizontal panel) |
| d_aspect | aspect DEFAULT 180.0 (South-facing panel) |
Definition at line 89 of file CalcSZA.c.
References S_aspect, S_date(), S_daynum, S_hour, S_latitude, S_longitude, S_minute, S_press, S_second, S_solpos(), S_temp, S_tilt, S_timezone, and S_year.
Referenced by D_AutoExecution(), SZA_FindMin(), SZA_FirstCalc(), and Task_Timer().
Here is the call graph for this function:
Here is the caller graph for this function: