get.wtop.nc: Phreatic groundwater top

Description Usage Arguments Value Examples

Description

Phreatic groundwater top

Usage

1
get.wtop.nc(mfdata, fnm, nts.dtit = "NTS")

Arguments

mfdata

NetCDF object (see GW.nc); MODFLOW results

fnm

character string; file name to save to

nts.dtit

"NTS" (almost always) or "sNTS"; name of the dimension giving the number of time steps ("sNTS") is used when the NetCDF has been split (see GW.nc)

Value

NetCDF object with "wtop" variable representing the top of saturated groundwater in each cell, either the water table or the cell top, whichever is lower

Examples

1
2
3
4
mfdata <- RNetCDF::open.nc(system.file("rflow_mf_demo.nc", package = "Rflow"))

wtop <- get.wtop.nc(mfdata, "RFLOW_EXAMPLE_wtop.nc")
print.nc(wtop)

CJBarry/Rflow documentation built on June 16, 2019, 12:35 p.m.