c2vsim.readStrat: c2vsim.readStrat Reads the stratigraphy file.

View source: R/c2vsim.R

c2vsim.readStratR Documentation

c2vsim.readStrat Reads the stratigraphy file.

Description

The default parameter values corresond to coarse grid version

Usage

c2vsim.readStrat(filename, Nnodes = 1393, Nlay = 3, nSkip = 92)

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. Each layer consist of two values. One for the main aquifer and one for the aquiclude

Nskip

is the number of lines to skip before start reading the list of nodes. The default value corresponds to the coarse grid version.

Value

a data frame with the following fields: ID, L11, L12,...L31,L32,...

Examples

STRAT <-  c2vsim.readStrat("CVstrat.dat")

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