c2vsim.readParam | R Documentation |
This function does NOT read the entire file. Instead it reads only the parameters that are setup based on OPTION 2
c2vsim.readParam(filename, Nnodes = 1393, Nlay = 3, nSkip = 267)
filename |
is the name of the stratigraphy file. Usually is CVstrat.dat |
Nnodes |
is the number of nodes. |
Nlay |
is the number or layers. |
Nskip |
is the number of lines to skip before start reading the list of parameters. For the coarse grid version 267 for reading the saturated parameters |
A List of Nlay dataframes with the following fields PKH: Hydraulic conductivity PS: Specific storage PN: Specific yield PV: Aquitard vertical hydraulic conductivity PL: Aquifer vertical hydraulic conductivity SCE: Elastic storage coefficient (Use SCE*DC if DC=0) SCI: Inelastic storage coefficient (Use SCI*DC if DC=0) DC: Interbed thickness DCMIN: Minimum interbed thickness HC: Pre-compaction hydraulic head
param <- c2vsim.readParam("CVparam.dat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.