rmfi_write_bc_list: Write a MODFLOW boundary condition package which uses...

View source: R/internals.R

rmfi_write_bc_listR Documentation

Write a MODFLOW boundary condition package which uses list-directed input to a file

Description

Write a MODFLOW boundary condition package which uses list-directed input to a file

Usage

rmfi_write_bc_list(file, obj, dis, varnames, header, package, partyp, ...)

Arguments

file

filename to write to

obj

an RMODFLOW boundary condition rmf_package object with list directed input

dis

an RMODFLOW dis object

varnames

character vector with the names of the variables starting from the 4th column (so after ijk)

header

character; package name. Part of the header comment written to the output file

package

character; acronym (often 3 letters) used by MODFLOW to name to package

partyp

character; specifies the parameter type

...

arguments passed to rmfi_write_variables and rmfi_write_list when writing a fixed format file.

Value

NULL

See Also

rmfi_create_bc_list, rmfi_parse_bc_list


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