plotARPSskewT: Extract single ARPS columns and plots data as skew-T, log p...

Description Usage Arguments Value Author(s) Source Examples

View source: R/plotARPSskewT.R

Description

plotARPSskewT extract a unique column of the arps ARPS cube. The derived single data column is converted to a data.frame as used bei the plotradiosonde function of the adapted Radiosonde package

Usage

1
plotARPSskewT(file,col, row, tim, zoom = TRUE, winds=FALSE, writesounding=FALSE)

Arguments

file

ARPS netCDF file

col

array position of the column to be extracted

row

array position of the row to be extracted

tim

time step of the dataset to be extracted

zoom

if (zoom=TRUE) the skewt log digramm is plotted only for a pressure between 1050 and 400 hPa

winds

if (wind=TRUE) a windbarb column is added beside the digramm

writesounding

if (writesounding=TRUE) showing result table

Value

plots a skew-T, log p diagram from the required domain position returns additionale the corresponding table of data

Author(s)

Chris Reudenbach, Hanna Meyer

Source

Package: aRps
Type: Package
Version: 0.3
License: GPL (>= 2)
LazyLoad: yes

Examples

1
2
3
4
5
6
7
8
9
# get data
 arps.ncfile=system.file("kili.nc", package="aRps")
 nc <- nc_open(arps.ncfile)

 # plots skew-T, log p diagram domain position 10, 10 at timepos 2
 plotARPSskewT(nc,10,10,2,zoom=TRUE, winds=FALSE,writesounding=FALSE)

 ### plots skew-T, log p diagram domain position 10, 10 at timepos 2 and shows data table
 plotARPSskewT(nc,10,10,2, zoom=FALSE, winds=TRUE,writesounding=TRUE)

gisma/aRps documentation built on May 17, 2019, 5:27 a.m.