Description Usage Arguments Details Value See Also Examples
View source: R/read_modelout.R
ReadGwOut reads in WRF-Hydro groundwater output text file.
1  | ReadGwOut(pathOutfile)
 | 
pathOutfile | 
 The full pathname to the WRF-Hydro groundwater text file (GW_inflow.txt, GW_outflow.txt, or GW_zlev.txt).  | 
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.
A dataframe containing the groundwater data.
Other modelDataReads: CreateBasinMask,
ReadChrtgrid, ReadChrtout,
ReadFrxstPts, ReadLdasoutAll,
ReadLdasoutWb, ReadRouteLink,
ReadRtout
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.