readpathline: Read the MODPATH pathline file and create a tibble of the...

Description Usage Arguments

Description

This function reads in the MODPATH pathline file and generates a tibble of the contents. The tibble includes the following columns

PART

Particle Index Number

GLOBAL_X

Global coordinate in the x-direction

GLOBAL_Y

Global coordinate in the y-direction

LOCAL_Z

Local coordinate in the z-direction within the cell

GLOBAL_Z

Global coordinate in the z-direction

CUMULATIVE_TIME

Cumulative tracking time

COL

J index of cell containing the point (i.e., Column Number)

ROW

I index of cell containing the point (i.e., Row Number)

LAY

K index of cell containing the point (i.e., Layer Number)

TIME_STEP

Cumulative MODFLOW time step number

Usage

1
readpathline(PATH = NA)

Arguments

PATH

This is the full file path to the pathline file. When PATH is NA this function will look in the current working directory for the pathline file.


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