rmf_read_bcf | R Documentation |
rmf_read_bcf
reads in a MODFLOW block-centered flow file and returns it as an RMODFLOW
bcf object
rmf_read_bcf( file = { cat("Please select bcf file ...\n") file.choose() }, dis = { cat("Please select corresponding dis file ...\n") rmf_read_dis(file.choose()) }, ... )
file |
filename; typically '*_bcf' |
dis |
an |
... |
arguments passed to |
an RMODFLOW
bcf object
rmf_write_bcf
, rmf_create_bcf
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?bcf.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.