calcMeteoParam: calcMeteoParam calculates the meteorological parameters based...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

calcMeteoParam converts, and derives meterorlogical parameters from the ARPS netCDF modelrun result file.

Usage

1
x<-wind(nc)

Arguments

nc

netcdf object as opened by: nc <- open.ncdf(arpsexample)

Details

The following equations are used:

Value

The function wind returns a list of the the unstaggered wind components (u,v,ws,wd). the other function are returning the requested type of calculated data Be careful this data Arrays can be VERY big.

Author(s)

Chris Reudenbach and Hanna Meyer,

See Also

If you want to use this data in a GIS or otherwise georeferenced you need to extract the projection and domain extent according to the reference system that was used by ARPS getRefInfo

Examples

1
2
3
4
5
6
7
#### Examples how  to use the function in calcMeteoParam:
 ###  (1) provide a valid netcdf file
 ##   (2) open it
 #    (3) use it (i.e. air pressure)
 arps.ncfile=system.file("kili.nc", package="aRps")
 nc <- nc_open(arps.ncfile)
 pr<-airpressure(nc)

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