convert seconds to hours, minutes, seconds
Given an integer 's' in seconds, convert to the format hh:mm:ss.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | s |
Given an integer in seconds, convert to the format hh:mm:ss. Input is a real, gets converted to int
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | s_re |