get.w2.inflows: This function will extract the inflows to a CE-QUAL-W2 model

View source: R/get.w2.inflows.r

get.w2.inflowsR Documentation

This function will extract the inflows to a CE-QUAL-W2 model

Description

This function will extract the inflows to a CE-QUAL-W2 model

Usage

get.w2.inflows(
  path = NA,
  q.rows = list(QIN = 1:4, QTR = 1:2, QDT = 1),
  d.avg = T
)

Arguments

path

character; model directory to read from

q.rows

list; rows of the control file to read defaults to q.rows=list(QIN=1:4,QTR=1:2,QDT=1)

d.avg

logical; daily averaging? Defaults to TRUE

Value

a data.frame with the model inflows

Author(s)

Norman Buccola

Examples

get.w2.inflows()

nbuccola/w2r documentation built on June 2, 2025, 2:12 a.m.