rmf_create_zon creates an RMODFLOW zon object

rmf_create_zon(
  nzn = length(zonnam),
  zonnam = "ZONE",
  izon = rmf_create_array(1L, dim = c(10, 10))
)

Arguments

nzn

number of zone arrays to be defined; defaults to the length of zonnam

zonnam

character vector of length nzn specifying the names of zone arrays; defaults to 'ZONE'

izon

either a single 2d array or list with nzn 2d_arrays specifying the zone arrays; defaults to a rmf_2d_array with 1 for all cells

Value

an RMODFLOW zon object

See also