Description Usage Arguments Value
A convenient master function for DNAPL source terms when a MODFLOW data set and the contaminant data frames in the package are being used.
1 2 3 4 | DNST_MASTER(result.file, description, x, y = NULL, mfdata, contnt, DNmodel,
Dm.pars, pu, start.t = td::td(1, 1, 1925), end.t, dt = 20, fw = 1,
fi = 1, fsphist = data.frame(year = c(1974, 1990), f = c(1, 0)),
ndlpmfl = 1L, bph = 0, z0 = "base")
|
result.file |
character string;
file to save results to (should end with extension |
description |
character string; information about the model and what it represents; this is saved with the results for your record |
x |
x and y co-ordinates of the spill with the same origin and units as
|
y |
x and y co-ordinates of the spill with the same origin and units as
|
mfdata |
NetCDF object;
MODFLOW data in NetCDF format (see |
contnt |
|
DNmodel |
function (as object or character string);
function to create object of class DNAPLmodel, such as
|
Dm.pars |
named or correctly ordered list;
arguments for |
pu |
numeric |
start.t |
numeric |
end.t |
numeric |
dt |
numeric |
fw |
numeric |
fi |
numeric |
fsphist |
data.frame: |
ndlpmfl |
integer |
bph |
numeric [1] or [mfNLAY];
height of basal pools in each layer, or layer-by-layer: note that
length-1 input for |
z0 |
numeric |
DNAPLSourceTerm object, which is also written to
result.file. The results are returned invisibly as they will be
too complex to be usefully printed to screen. Assign the results to an
object or read from result.file using
readRDS.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.