Skip to content

Overview of supported MODFLOW packages

Cas Neyens edited this page Sep 29, 2020 · 5 revisions

As discussed in issue #5 , this page presents an exhaustive overview of all packages and files that RMODFLOW should be able to handle. At the moment, only MODFLOW-2005 and variants are considered, i.e. MODFLOW-NWT, MODFLOW-OWHM, MODFLOW-LGR and MODFLOW-CFP. MODFLOW-USG and MODFLOW 6 are currently out of scope. RMODFLOW uses the following functions to handle input and output for MODFLOW, where the asterix denotes the package acronym (e.g. dis, bas etc.):

  • rmf_create_* creates input packages
  • rmf_read_* reads input packages and model output
  • rmf_write_* writes input packages to text files
  • rmf_build_* creates input packages from spatial and/or tidy data. Not supported at the moment.

Legend

  • x means the function is implemented
  • o means work in progress/high priority
  • empty means not implemented yet/low priority
  • NA means not applicable

Basic input

Package MF version Create Read Write Build Comment
DIS All x x x Spatial metadata (see issue #4) & STARTTIME not implemented yet
BAS6 All x x x
NAM All x x x
MULT All x x x
ZONE All x x x
PVAL All x x x
LGR LGR & OWHM

Flow packages

Package MF version Create Read Write Build Comment
BCF6 All x x x
LPF All x x x
HUF2 All x x x
KDEP All except CFP x x x
LVDA All except CFP x x x
HFB6 All x x x
UZF All o o o
SWI2 All except CFP & LGR
UPW NWT x x x

Boundary conditions

Package MF version Create Read Write Build Comment
CHD All x x x
FHB All o o o
RCH All x x x
WEL All x x x Well tab files not supported yet
DRN All x x x
DRT All o o o
ETS All o o o
EVT All x x x
GHB All x x x
LAK All
MNW1 All
MNW2 All o o o
RES All o o o
RIV All x x x
SFR All o o o
STR All
BFH LGR & OWHM
RIP OWHM

Solvers

Package MF version Create Read Write Build Comment
DE4 All x x x
GMG All except CFP x x x
LMG All NA NA NA NA Deprecated
PCG All x x x
PCGN All except CFP & NWT o o o
SIP All x x x
NWT NWT & OWHM x x x Can only be used with the UPW flow package

Output control

Package MF version Create Read Write Build Comment
GAGE All
HYD All
LMT6 All x x x
MNWI All
OC All x x x

Subsidence

Package MF version Create Read Write Build Comment
IBS All
SUB All
SWT All

Observation process

Package MF version Create Read Write Build Comment
CHOB All
DROB All
GBOB All
HOB All x x x
RVOB All
STOB All except NWT

SWR - Surface-Water Routing

Package MF version Create Read Write Build Comment
SWR 2005, NWT & OWHM
SSWRLSTRD NWT & OWHM
SSWR_RDTABDATA NWT & OWHM
SSWR_RDDRO NWT & OWHM

Conduit flow process

Package MF version Create Read Write Build Comment
CFP CFP
CRCH CFP
COC CFP

Farm process

Package MF version Create Read Write Build Comment
FMP OWHM

Output

Type MF version Create Read Write Build Comment
Heads All NA x NA NA rmf_read_hed; including HUF interpolated heads
Drawdown All NA x NA NA rmf_read_ddn; including HUF interpolated drawdowns
Cell-by-cell budget All NA x NA NA rmf_read_cbc; including HUF interpolated flows
Subsidence/compaction data All NA NA NA
SWI2 Zeta values All except CFP & LGR NA NA NA
SWR output 2005, NWT & OWHM NA NA NA
Mass balance in listing file All NA x NA NA rmf_read_bud

Auxiliary software

Software Create Read Write Build Comment
GMS NA o NA Keep ?
ModelMuse NA NA
ParaView NA NA Read & write VTK formats
Vector/raster formats (e.g. shp, tiff, netCDF, ...) o o Handled by sf/raster