R/temperature.R

#' Air temperature
#'
#' A global air temperature field for 2017-07-09.
#'
#' @format A data.table with 10512 rows and 3 variables:
#' \describe{
#'   \item{lon}{longitude in degrees from 0 to 360}
#'   \item{lat}{latitude in degrees}
#'   \item{lev}{pressure level in hPa)}
#'   \item{air}{air temperature in Kelvin}
#' }
#' @source \url{https://psl.noaa.gov/data/gridded/data.ncep.reanalysis.derived.pressure.html}
"temperature"

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.