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

Description Usage Arguments Value Author(s) Source Examples

View source: R/getARPSsounding.R

Description

getARPSsounding extract a arbitrary column of the ARPS 4D data cube. The derived data column is converted to a data.frame and can be plotted as a skew-T, log p diagram using plotradiosonde

Usage

1

Arguments

nc

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

Value

a dataframe containing the above variables

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
###############
 # get data open it and extract sounding data
 arps.ncfile=system.file("kili.nc", package="aRps")
 nc <- nc_open(arps.ncfile)
 getARPSsounding(nc,10,10,2)

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