readhds: Read MODFLOW .hds File

Description Usage Arguments Examples

Description

This function reads in a binary hds file and creates a data frame composed of the following columns:

TRANS

Transport Time Step

STP

Flow Time Step

PERLEN

Stress Period Length

TIME

Elapsed Time

LAY

Model Layer

ROW

Model Row

COL

Model Column

GWE

Groundwater Elevation

Usage

1
readhds(rootname = NA, NLAY, NPER)

Arguments

rootname

This is the rootname of the flow model (i.e., "F95")

NLAY

This is the number of layers assigned to the model and needs to be assigned

NPER

This is the number of stress periods that are printed to the .hds file. This number can be obtained from the .dis file

Examples

1
readhds("F95", NLAY = 8, NTTS = 16)

dpphat/MFtools documentation built on May 15, 2019, 1:47 p.m.