rmf_read_bud: Reads the volumetric budget from a MODFLOW listing file

View source: R/output.R

rmf_read_budR Documentation

Reads the volumetric budget from a MODFLOW listing file

Description

rmf_read_bud reads a volumetric budget from a MODFLOW listing file and returns it as a list with data frame elements

Usage

rmf_read_bud(
  file = {
     cat("Please select listing file ...\n")
     file.choose()
 }
)

rmf_read_budget(...)

Arguments

file

path to the listing file; typically '*.lst'

Value

an object of class bud which is a list with two data frames: one with cumulative fluxes and one with rates


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