Demonstrates filled contours using backend heatmap fill with overlaid lines
| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| integer, | parameter | :: | nx | = | 40 | |
| integer, | parameter | :: | ny | = | 30 | |
| real(kind=wp) | :: | x(nx) | ||||
| real(kind=wp) | :: | y(ny) | ||||
| real(kind=wp) | :: | z(ny,nx) | ||||
| real(kind=wp) | :: | r | ||||
| integer | :: | i | ||||
| integer | :: | j |