rmfi_parse_list: Reads a MODFLOW list

View source: R/internals.R

rmfi_parse_listR Documentation

Reads a MODFLOW list

Description

Reads a MODFLOW list

Usage

rmfi_parse_list(
  remaining_lines,
  nlst,
  l = NULL,
  varnames,
  scalevar = 4,
  file,
  naux = 0,
  format = "free",
  precision = "single",
  ...
)

Arguments

nlst

number of list rows to read

l

stress period number

varnames

character vector; names of the variables starting from the 4th column (so after ijk). Length of varnames is used to dimension the dataframe

scalevar

column name or integer; this column will be scaled

file

the file that is being read; needed if list is specified through an OPEN/CLOSE statement

naux

integer; number of auxiliary variables to read (which are always free format). Defaults to 0.

format

either 'fixed' or 'free'

...

ignored


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