ComputeMaxDaylength Subroutine

public subroutine ComputeMaxDaylength(bounds, lat, obliquity, max_daylength)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
real(kind=r8), intent(in) :: lat(bounds%begg:)
real(kind=r8), intent(in) :: obliquity
real(kind=r8), intent(out) :: max_daylength(bounds%begg:)