time_step_matches Function

public function time_step_matches(dels, ktau, frequency, leaps, start_year) result(match)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: dels

Model time step in seconds

integer, intent(in) :: ktau

Current time step index

character(len=*), intent(in) :: frequency

Frequency string: 'all', 'daily', 'monthly'

logical, intent(in) :: leaps

Are we using leap years?

integer, intent(in) :: start_year

Start year of the simulation

Return Value logical