Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
title = mtext(text_line_1 : "PF: " & i)

Finish the loop by plotting the Last, plot the field into the right map in our layout:

Code Block
plot(dw[i],title,f,wgust_shade)

Having done so , run we have finished the loop. Now visualise your Macro (this will take a minute or so) and try to identify the ENS members predicting high wind speeds in our area.

...

Here we used the where statement inside the grib_info tag (as described here)  to make the title appear for one member (the 50th member) only.

We finish the loop by plotting the Last, plot the field with our contour settings and title (inside the loop) :

Code Block
plot(your_view,f,cont_spag,title) 

Having done so we have finished the loop. Now visualise your Macro (it will take half a minute or so) and animate through the steps to see how the spaghetti is spreading out over time.

...