monet.plots.wind_barbs

monet.plots.wind_barbs(ws, wdir, gridobj, m, **kwargs)

Create a barbs plot of wind on a map.

Parameters:
  • ws (numpy.ndarray) – 2D array of wind speeds.

  • wdir (numpy.ndarray) – 2D array of wind directions (meteorological convention, degrees).

  • gridobj (object) – Object containing grid information with LAT and LON variables.

  • m (mpl_toolkits.basemap.Basemap) – Basemap instance for mapping.

  • **kwargs – Additional arguments to pass to barbs. Common options include ‘length’, ‘pivot’, and ‘barb_increments’.

Return type:

None