readucn: Read MT3DMS .ucn File

Description Usage Arguments Examples

Description

This function reads in a binary ucn file and creates a data frame composed of the following elements:

TRANS

Transport Time Step

STP

Flow Time Step

PER

Stress Period

TIME

Elapsed Time

LAY

Model Layer

ROW

Model Row

COL

Model Column

CONC

Concentration

Usage

1
readucn(ucrootname, NLAY, NTTS)

Arguments

NLAY

This is the number of layers assigned to the model

NTTS

This is the number of transport time steps that are printed to the .ucn file. This can be obtained from the .btn file. This will cause an error if the value assigned is greater than the correct value. Future versions will need to be developed so that NTTS is not needed for this function to operate properly.

ucname

This is the name of the ucn file

Examples

1
readucn("MT3DMS001S", NLAY = 8, NTTS = 22)

dpphat/MFtools documentation built on May 15, 2019, 1:47 p.m.