c2vsim.readParam: c2vsim.readParam Reads parts of the parameter file.

View source: R/c2vsim.R

c2vsim.readParamR Documentation

c2vsim.readParam Reads parts of the parameter file.

Description

This function does NOT read the entire file. Instead it reads only the parameters that are setup based on OPTION 2

Usage

c2vsim.readParam(filename, Nnodes = 1393, Nlay = 3, nSkip = 267)

Arguments

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

Value

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

Examples

param <-  c2vsim.readParam("CVparam.dat")

UCD-GW-Nitrate/gwtools documentation built on April 5, 2025, 5:01 p.m.