getInfo_ROMSFiles: Get ROMS file names corresponding to integration dates

View source: R/getInfo_ROMSFiles.R

getInfo_ROMSFilesR Documentation

Get ROMS file names corresponding to integration dates

Description

Function to get ROMS file names corresponding to integration dates

Usage

getInfo_ROMSFiles(
  topDir,
  start = as.POSIXct("1982-01-01 00:00:00", tz = "GMT"),
  delt = 24 * 3600
)

Arguments

topDir

- path to folder with ROMS output files

start

- first time to include (as POSIXct object)

delt

- integration timestep in seconds (default = 24*3600)

Value

a dataframe wth ROMS file information by date


wStockhausen/wtsROMS documentation built on Feb. 2, 2025, 9:16 p.m.