Align the trigger to intervals since min.
Only the time components given in the configuration will be considered for the alignment the other components remain untouched.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_timeControl_type), | intent(inout) | :: | me | Time control definition to load from a Lua config. |
||
type(flu_state) | :: | conf | Handle for the Lua script. |
|||
type(tem_time_type), | intent(in) | :: | now | Current point in time to find alignement of trigger. |
||
integer, | intent(in), | optional | :: | parent | Parent table to read from. |
|
character(len=*), | intent(in), | optional | :: | key | Name of the time control table. Default: 'time_control' |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | thandle | ||||
character(len=labelLen), | private | :: | localKey | ||||
logical, | private | :: | alignmask(3) | ||||
type(tem_time_type), | private | :: | align_interval |