c2vsim.readHeadALL: c2vsim.readHeadALL Reads thegroundwater head for all layers...

View source: R/c2vsim.R

c2vsim.readHeadALLR Documentation

c2vsim.readHeadALL Reads thegroundwater head for all layers and all time steps

Description

The default values correspond to the fine grid version.

Usage

c2vsim.readHeadALL(
  filename,
  nNode = 30179,
  nLay = 4,
  NtimeSteps = 505,
  nSkip = 6,
  quiet = FALSE
)

Arguments

filename

is the name of the file with the groundwater head values.

nNode

is the total number of nodes in the simulation.

nLay

is the Number of layers.

NtimeSteps

is the number of monthly time steps.

nSkip

is the number of lines to skip before the first time step values are printed

Value

a list of lists. The first item in the list is a vector with the node ids. The second lement in the list is a data frame with the time stamps The third length NtimeSteps where each element in the list is a matrix nNode x nLay.


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