library(fvcom)
library(necofs)
library(ncdf4)
uri <- 'http://www.smast.umassd.edu:8080/thredds/dodsC/FVCOM/NECOFS/Forecasts/NECOFS_FVCOM_OCEAN_GLOBAL_FORECAST.nc'
X = nc_open(uri)
nc_close(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.