tem_timeControl_reached_max Function

public pure function tem_timeControl_reached_max(me, now) result(at_max)

Returns for each of the time measurements, if the max specification was reached.

An array of logicals of the length tem_time_n_ids is returned, indicating for each measurement, if the max time of the timeControl was reached.

Arguments

TypeIntentOptionalAttributesName
type(tem_timeControl_type), intent(in) :: me

Time control to compare agains its max settings.

type(tem_time_type), intent(in) :: now

Current time to compare the max settings to.

Return Value logical(tem_time_n_ids)

Resulting array indicating for each time definition, if its max setting was reached.


Calls

proc~~tem_timecontrol_reached_max~~CallsGraph proc~tem_timecontrol_reached_max tem_timeControl_reached_max proc~tem_time_ge_each tem_time_ge_each proc~tem_timecontrol_reached_max->proc~tem_time_ge_each

Called by

proc~~tem_timecontrol_reached_max~~CalledByGraph proc~tem_timecontrol_reached_max tem_timeControl_reached_max proc~tem_simcontrol_syncupdate tem_simControl_syncUpdate proc~tem_simcontrol_syncupdate->proc~tem_timecontrol_reached_max

Contents

None