Write a MODFLOW head observations file

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