GetNwmChannelOut: Extract streamflow data from channel route netcdf files

Description Usage Arguments Details Value Examples

View source: R/GetNwmChannelOut.R

Description

Extract streamflow data from channel route netcdf files

Usage

1
2
GetNwmChannelOut(files, features = NULL, variables = c("streamflow",
  "velocity", "nudge", "q_lateral"))

Arguments

files

A character vector of file paths to CHRTOUT files.

features

Optional, A numeric vector of features for subsetting channel data prior to storing in database.

variables

Optional, character vector of variabel names to extract

Details

This function can only be used for NWM model output from versions 1.1-1.2. Given a character vector of paths to channel route netcdf files, get_nwmChannel will extract selected data and return a dataframe.

Value

data.frame

Examples

1
2
3
4
## Not run: 
TODO - 1333

## End(Not run)

mccreigh/rwrfhydro documentation built on Feb. 28, 2021, 1:53 p.m.