rmf_write_hob: Write a MODFLOW head observations file

View source: R/package-hob.R

rmf_write_hobR Documentation

Write a MODFLOW head observations file

Description

Write a MODFLOW head observations file

Usage

rmf_write_hob(
  hob,
  file = {
    
    cat("Please select hob file to overwrite or provide new filename ...\n")
    
    file.choose()
 },
  ...
)

Arguments

hob

a RMODFLOW hob object

file

filename to write to; typically '*.hob'

...

arguments passed to rmfi_write_variables when writing a fixed format file.

Value

NULL

See Also

rmf_create_hob, rmf_read_hob and https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?hob.htm


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