derive4dParam: extract and calculates Meteo Parameter from an ARPS netcdf...

Description Usage Arguments Value Author(s) Source References See Also Examples

View source: R/derive4dParam.R

Description

Extract arbitrary ARPS model run parameter for usage in R

Usage

1
derive4dParam(filename,param=c("tc","td","es","e","rh","pr","u","v","w","ws","wd"))

Arguments

filename

is a filname of an ARPS netcdf file

param

is a parameter(list) out of "tc","td","es","e","rh","pr","u","v","w","ws","wd"

Value

derive4dParam returns the following parameters:

$paramter "tc","td","es","e","rh","pr","u","v","w","ws","wd"

Author(s)

Chris Reudenbach and Hanna Meyer

Source

Package: peRfectpeak
Type: Package
Version: 0.2
License: GPL (>= 2)
LazyLoad: yes

References

http://giswerk.org/doku.php?id=wac:modeling:arps:intro

See Also

For calculate thermodynamic variables seecalcMeteoParam.

Examples

1
2
3
4
5
6
#### Example to extract thermodynamic or wind data
 #### from a ARPS nccdf file

arps.ncfile=system.file("kili.nc", package="aRps")
ws=derive4dParam(arps.ncfile,"ws")
ws

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