Description Usage Arguments Value Examples
Phreatic groundwater top
1  | get.wtop.nc(mfdata, fnm, nts.dtit = "NTS")
 | 
mfdata | 
 NetCDF object (see   | 
fnm | 
 character string; file name to save to  | 
nts.dtit | 
 
  | 
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
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.