rmf_read_gmg: Read a MODFLOW Geometric Multigrid Solver file

View source: R/package-gmg.R

rmf_read_gmgR Documentation

Read a MODFLOW Geometric Multigrid Solver file

Description

rmf_read_gmg reads in a MODFLOW Geometric Multigrid Solver file and returns it as an RMODFLOW gmg object.

Usage

rmf_read_gmg(
  file = {
     cat("Please select gmg file ...\n")
     file.choose()
 },
  ...
)

Arguments

file

filename; typically '*.gmg'

...

ignored

Value

object of class gmg

See Also

rmf_write_gmg, rmf_create_gmg and https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?gmg.htm


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.