time_day_length Subroutine

public subroutine time_day_length(daylen, ida, mb, pit, ylc, yls)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out), dimension(:) :: daylen
integer, intent(in) :: ida
integer, intent(in) :: mb
real(kind=dp), intent(in) :: pit
real(kind=dp), intent(in), dimension(:) :: ylc
real(kind=dp), intent(in), dimension(:) :: yls

Called by

proc~~time_day_length~~CalledByGraph proc~time_day_length time_day_length proc~time_process_day time_process_day proc~time_process_day->proc~time_day_length proc~time_process_month time_process_month proc~time_process_month->proc~time_process_day proc~time_process_years time_process_years proc~time_process_years->proc~time_process_month program~swim swim program~swim->proc~time_process_years