rmfi_write_variables: Write MODFLOW variables Internal function used in the...

View source: R/internals.R

rmfi_write_variablesR Documentation

Write MODFLOW variables Internal function used in the rmf_write_* functions for writing single line datasets

Description

Write MODFLOW variables Internal function used in the rmf_write_* functions for writing single line datasets

Usage

rmfi_write_variables(
  ...,
  file,
  append = TRUE,
  width = 10,
  format = "free",
  integer = FALSE,
  iprn = -1
)

Arguments

width

numeric vector with the character widths for each variable. If a single value, it is repeated.

format

either 'fixed' or 'free'. Fixed format assumes fixed width character spaces for each value as determined by the width argument

integer

logical; should all values be converted to integers? MODFLOW does not allow for exponents in integer values

iprn

ignored


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