Request
Calculate winds parallel and perpendicular to shore.
Background
Wind data available at NOAA PSL. It comes in two forms ‘U-wind’ and ‘V-wind’. u-wind is positive for a west to east flow (eastward wind) or perpendicular to the coastline and the V-wind is positive for south to north flow (northward wind) or parallel to the coastline.
Action
Wind Indicator
- Downloaded monthly mean dataset (uwind, vwind) from NOAA PSL.
- Mask to bluefish polygon
- Extract max wind for that day
- calculate hypotenuse and angle for each month
Theory
Initial Exploration Plots
- Downloaded test dataset (uwind 2021, vwind 2021) from NOAA PSL.
- Mask to bluefish polygon
- Extract max wind for that day
- Plot X = day of year, y = mean wind direction.
- Repeat for month mean data
- Calculate mean seasonal for each year (1:3 = winter, etc.)
Daily for 2021