day_of_month Function

public function day_of_month(ida, month, year, nc)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ida
integer, intent(in) :: month
integer, intent(in) :: year
integer, intent(in), dimension(13) :: nc

Return Value integer


Calls

proc~~day_of_month~~CallsGraph proc~day_of_month day_of_month proc~is_leap_year is_leap_year proc~day_of_month->proc~is_leap_year

Called by

proc~~day_of_month~~CalledByGraph proc~day_of_month day_of_month proc~reservoir_process reservoir_process proc~reservoir_process->proc~day_of_month proc~time_process_day time_process_day proc~time_process_day->proc~reservoir_process 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