We plot different variables available from wave parameters collected by a wave monitoring buoy anchored in the Gold Coast.
This notebook intends to present how to load IMOS NetCDF data into a Jupyter environment, and offers some suggestions about how to use the data once loaded.
In this example, we first export the ACORN dataset (NetCDF) for a given region and then we plot the velocity field at a given time on a 2D grid.
from IPython.display import YouTubeVideo
YouTubeVideo('qiw0yGzfZak', width=760, height=450)
The goals of this lab are:
The NSW Wave Climate Program utilises a network of seven Waverider stations along the NSW coast. The buoys are located off Byron Bay, Coffs Harbour, Crowdy Head, Sydney, Port Kembla, Batemans Bay and Eden.
To provide deepwater wave data, the buoys are typically moored in water depths between 60 and 100 metres, between 6 and 12 kilometres from the shoreline. In this notebook, you will first load the historical records for the buoy located Offshore Sydney.
We have seen how to use real observations to assess wave conditions. Now we will work with a forecast model called FVCOM (Finite-Volume, primitive equation Community Ocean Model) and analyse the future conditions in Gulf of Maine area.