...
Create a new Macro and edit it. Drop your Geographical View and the Coastlines icons into the Macro editor. Once you've tidied up the code, define a 6x9 layout so that each plot should contain your view:
| Code Block |
|---|
dw=plot_super_pagesuperpage(pages: mxn_layout(my_view,9,6)) |
...
| Code Block |
|---|
for number=1 to 50 do
...your code will go here ...
end loopfor |
Within the loop, read all the perturbed forecast members for the all the time steps:
...