latitude: Geographical latitude

Description Usage Arguments Value Examples

Description

Calculate the geographical latitude values for the input grid.

Usage

1

Arguments

grid

Object of class ugrid.

Value

Two-dimension array of the geographical latitude.

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.))
lat <- latitude(grid)

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