SUEWS API Site
Documentation of SUEWS source code
|
Functions/Subroutines | |
real(kind(1d0)) function | min_zenith (lat, doy) |
real(kind(1d0)) function | local_apparent_time (lng, dectime) |
subroutine | solar_angles (lat, lng, timezone, dectime, decl, zenith, azimuth) |
subroutine | solar_times (lat, lng, timezone, dectime, sunrise, sunset, snoon) |
real(kind(1d0)) function | kdown_surface (doy, zenith) |
real function, dimension(365) | smithlambda (lat) |
real(kind(1d0)) function | transmissivity_cd (P, Td, G, zenith) |
real(kind(1d0)) function | solar_esdist (doy) |
real(kind(1d0)) function modsolarcalc::kdown_surface | ( | integer | doy, |
real(kind(1d0)) | zenith | ||
) |
Definition at line 345 of file suews_phys_estm.f95.
References mathconstants::pi, and solar_esdist().
real(kind(1d0)) function modsolarcalc::local_apparent_time | ( | real(kind(1d0)) | lng, |
real(kind(1d0)) | dectime | ||
) |
real(kind(1d0)) function modsolarcalc::min_zenith | ( | real(kind(1d0)) | lat, |
integer | doy | ||
) |
Definition at line 262 of file suews_phys_estm.f95.
References mathconstants::dtr, and mathconstants::pi.
real function, dimension(365) modsolarcalc::smithlambda | ( | integer | lat | ) |
Definition at line 366 of file suews_phys_estm.f95.
subroutine modsolarcalc::solar_angles | ( | real, intent(in) | lat, |
real, intent(in) | lng, | ||
real, intent(in) | timezone, | ||
real, intent(in) | dectime, | ||
real(kind(1d0)), intent(out) | decl, | ||
real(kind(1d0)), intent(out) | zenith, | ||
real(kind(1d0)), intent(out) | azimuth | ||
) |
real(kind(1d0)) function modsolarcalc::solar_esdist | ( | integer | doy | ) |
Definition at line 458 of file suews_phys_estm.f95.
References mathconstants::pi.
Referenced by kdown_surface().
subroutine modsolarcalc::solar_times | ( | real(kind(1d0)), intent(in) | lat, |
real(kind(1d0)), intent(in) | lng, | ||
real(kind(1d0)), intent(in) | timezone, | ||
real(kind(1d0)), intent(in) | dectime, | ||
real(kind(1d0)), intent(out) | sunrise, | ||
real(kind(1d0)), intent(out) | sunset, | ||
real(kind(1d0)), intent(out) | snoon | ||
) |
Definition at line 320 of file suews_phys_estm.f95.
References mathconstants::dtr, mathconstants::pi, and mathconstants::rtd.
real(kind(1d0)) function modsolarcalc::transmissivity_cd | ( | real(kind(1d0)) | P, |
real(kind(1d0)) | Td, | ||
real(kind(1d0)) | G, | ||
real(kind(1d0)) | zenith | ||
) |