rotated_longitude: Rotated longitude

Description Usage Arguments Value Examples

Description

Calculate rotated longitude values from the startlon_tot, dlon and ie_tot of the input.

Usage

1

Arguments

grid

Object of class ugrid.

Value

Vector of rotated longitude values.

Examples

1
2
3
4
5
6
7
8
grid <- ugrid(pollat = 40., pollon = -70.6,
              startlat_tot = -0.882, startlon_tot = -0.882,
              ie_tot = 195, je_tot = 195,
              dlat = 0.009, dlon = 0.009,
              ke_uhl = 8, hhl_uhl = c(0, 5, 10, 15, 20, 25, 30, 35, 40),
              n_uclass = 1,
              n_udir = 2, angle_udir = c(0., 90.))
rlon <- rotated_longitude(grid)

sebschub/dcepucp documentation built on May 20, 2019, 2:23 p.m.