This module computes the sine of the solar elevation angle from geographic position and date-time inputs. Reference: Holtslag and Van Ulden (1983), JCAM 22, 517-529.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real, | intent(in) | :: | lat |
latitude in degrees, positive northward |
||
| real, | intent(in) | :: | lon |
longitude in degrees, positive eastward |
||
| integer, | intent(in) | :: | mt |
month [1..12] |
||
| integer, | intent(in) | :: | dy |
day [1..31] |
||
| integer, | intent(in) | :: | hr |
hour [0..23] |
||
| integer, | intent(in) | :: | min |
minute [0..59] |