modflow.readCBC | R Documentation |
modflow.readCBC reads the cell by cell modflow binary file See more on https://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?frequently_asked_questions.htm expand L and then expand Flow Data
modflow.readCBC(filename, endian = "little", intsize = 4)
filename |
is the file name |
endian |
should be either "little" or "big" |
intsize |
number of bytes for the integer numbers |
A complicated List
cbc <- modflow.readCB(cbc.out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.