cable_timing_frequency_matches Function

public function cable_timing_frequency_matches(dels, ktau, frequency) result(match)

Determines whether the current time step matches the specified frequency.

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', 'user', 'daily', 'monthly'

Return Value logical