rmf_create_sip | R Documentation |
RMODFLOW
sip object.rmf_create_sip
creates an RMODFLOW
sip object
rmf_create_sip( mxiter = 50, nparm = 5, accl = 1, hclose = 0.01, ipcalc = 1, wseed = 0, iprsip = 0 )
mxiter |
maximum number of iterations in one time step attempting to solve the equations; defaults to 50 |
nparm |
number of iteration variables; defaults to 5 |
accl |
acceleration variable; defaults to 1 |
hclose |
head change criterion for convergence in units of length; defaults to 0.01 |
ipcalc |
flag indicating where the seed for calculating iteration variables comes from; defaults to 1 |
wseed |
user-specified seed for calculating iteration variables; defaults to 0 |
iprsip |
printout interval for maximum head change; defaults to 0 |
RMODFLOW
sip object
rmf_read_sip
, rmf_write_sip
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?sip.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.