Utility function to determine whether one frequency is greater than another following the ordering "all" > "user" > "daily" > "monthly".
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | freq_a |
The first frequency to compare, one of "all", "user", "daily", or "monthly". |
||
| character(len=*), | intent(in) | :: | freq_b |
The second frequency to compare, one of "all", "user", "daily", or "monthly". |
||
| real, | intent(in) | :: | dels |
Model time step in seconds, used for comparing against "user" frequencies. |