modflow.readCBC: modflow.readCBC reads the cell by cell modflow binary file...

View source: R/modflow.R

modflow.readCBCR Documentation

modflow.readCBC reads the cell by cell modflow binary file See more on https://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?frequently_asked_questions.htm expand L and then expand Flow Data

Description

modflow.readCBC reads the cell by cell modflow binary file See more on https://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?frequently_asked_questions.htm expand L and then expand Flow Data

Usage

modflow.readCBC(filename, endian = "little", intsize = 4)

Arguments

filename

is the file name

endian

should be either "little" or "big"

intsize

number of bytes for the integer numbers

Value

A complicated List

Examples

cbc <- modflow.readCB(cbc.out)

UCD-GW-Nitrate/gwtools documentation built on April 5, 2025, 5:01 p.m.