Versions Compared

Key

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

...

Continue with reading in the GRIB file of the ENS forecasts used for the "spaghetti":

Code Block
 g = read("spag_ens_spag.grib")

The "spaghetti" will be generated by plotting each perturbed forecasts member as a separate layer into the same map. To achieve this goal we need to write a loop like this:

...