Demonstrates twin x/y axis support with independent scaling and labels
| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| integer, | parameter | :: | n | = | 120 | |
| real(kind=wp) | :: | time_hours(n) | ||||
| real(kind=wp) | :: | primary_signal(n) | ||||
| real(kind=wp) | :: | secondary_signal(n) | ||||
| real(kind=wp) | :: | cumulative_index(n) | ||||
| integer | :: | i | ||||
| integer | :: | status | ||||
| logical | :: | ok |