scintec1.profile: read the multi-level (profile) variables from a Scintec...

View source: R/scintec1.R

scintec1.profileR Documentation

read the multi-level (profile) variables from a Scintec Format-1 file

Description

get profile variables from a Scintec atmospheric profiler data format "Format-1" (extension ".mnd")

Usage

scintec1.profile(file, header = list(), vars = list())

Arguments

file

name (and path if necessary) of the file to read

header

optionally, instead of reading the header from the file again, the output of a previous call to scintec1.header on the same file can be supplied via this argument.

vars

optionally, instead of reading the header from the file again, the output of a previous call to scintec1.variables on the same file can be supplied via this argument.

Value

list(matrix); dim(matrix)=c(n,m)
where n is number of times contained in the file and m is the number of levels
i.e. rows represents timeseries of at a fixed level, columns represent profiles at a fixed time

Author(s)

Clemens Druee

References

Scintec APRun software manual

Examples

dat <- scintec1.profile(system.file("extdata", "example.mnd", package="readmet"))
dat

readmet documentation built on May 29, 2024, 8:41 a.m.