View source: R/netCDF_GetOceanTimes.R
netCDF_GetOceanTimes | R Documentation |
Function to get ocean_times from a ROMS model netcdf file.
netCDF_GetOceanTimes(netcdf, verbose = FALSE)
netcdf |
- path to ROMS model netcdf file (or previously opened connection) |
verbose |
- flag (T/F) to print diagnostic info |
Dates associated with ocean_times are relative to the model reference date determined by
parsing the units
associated with the ocean_time
dimension in the netcdf dataset.
tibble (dataframe) with columns ocean_times (in seconds since model origin) and dates (POSIXct dates), or NULL if file is invalid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.