R/geopotential.R

#' Geopotential height
#'
#' Monthly geopotential field at 700hPa south of 20°S from January 1990 to
#' December 2000.
#'
#' @format
#' A data.table with 53224 rows and 5 variables.
#' \describe{
#'   \item{lon}{longitude in degrees}
#'   \item{lat}{latitude in degrees}
#'   \item{lev}{level in hPa}
#'   \item{gh}{geopotential height in meters}
#'   \item{date}{date}
#'   }
#' @source \url{https://psl.noaa.gov/data/gridded/data.ncep.reanalysis.derived.pressure.html}
"geopotential"

Try the metR package in your browser

Any scripts or data that you put into this service are public.

metR documentation built on Nov. 2, 2023, 6:01 p.m.