read_geo: Read geometry file (*.slf)

Description Usage Arguments Details Value

View source: R/geometry.R

Description

Reads the geometry / mesh information of a TELEMAC project from a SELAFIN file

Usage

1
read_geo(fname, privar = TRUE)

Arguments

fname

character File name of the geometry file to be read.

privar

logical, shall variables in addition to bottom elevation (in TELEMAC denoted as private variables) be imported if available? Default: TRUE.

Details

At least variable BOTTOM (bottom elevations of the mesh) is expected in the geometry file.

Value

A list with header information (see output of read_slf_header); elevation, the mesh point elevations; privars, named list of additional 'private' variables.


tpilz/telemac documentation built on Feb. 10, 2022, 2:12 p.m.