View source: R/getInfo_ROMSFiles.R
getInfo_ROMSFiles | R Documentation |
Function to get ROMS file names corresponding to integration dates
getInfo_ROMSFiles(
topDir,
start = as.POSIXct("1982-01-01 00:00:00", tz = "GMT"),
delt = 24 * 3600
)
topDir |
- path to folder with ROMS output files |
start |
- first time to include (as POSIXct object) |
delt |
- integration timestep in seconds (default = 24*3600) |
a dataframe wth ROMS file information by date
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.