modmet_sunhgh Function

public pure function modmet_sunhgh(lat, lon, mt, dy, hr, min) result(sinphi)

Arguments

Type IntentOptional 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]

Return Value real


Called by

proc~~modmet_sunhgh~~CalledByGraph proc~modmet_sunhgh modmet_sunhgh proc~modmet_lusthov modmet_lusthov proc~modmet_lusthov->proc~modmet_sunhgh