ReadGwOut: Read WRF-Hydro standard-format groundwater output text file.

Description Usage Arguments Details Value See Also Examples

View source: R/read_modelout.R

Description

ReadGwOut reads in WRF-Hydro groundwater output text file.

Usage

1
ReadGwOut(pathOutfile)

Arguments

pathOutfile

The full pathname to the WRF-Hydro groundwater text file (GW_inflow.txt, GW_outflow.txt, or GW_zlev.txt).

Details

ReadGwOut reads a standard-format WRF-Hydro groundwater output text file (GW_inflow.txt, GW_outflow.txt, or GW_zlev.txt) and creates a dataframe with consistent date and data columns for use with other rwrfhydro tools.

Value

A dataframe containing the groundwater data.

See Also

Other modelDataReads: CreateBasinMask, ReadChrtgrid, ReadChrtout, ReadFrxstPts, ReadLdasoutAll, ReadLdasoutWb, ReadRouteLink, ReadRtout

Examples

1
2
3
4
5
6
## Take a groundwater outflow text file for an hourly model run of Fourmile Creek
## and return a dataframe.
## Not run: 
modGWout1h.mod1.fc <- ReadGwOut("../OUTPUT/GW_outflow.txt")

## End(Not run)

NCAR/rwrfhydro documentation built on Feb. 28, 2021, 12:47 p.m.