mco_get_climdiv: Download the US Climate Division Dataset for Montana

View source: R/mco_get_climdiv.R

mco_get_climdivR Documentation

Download the US Climate Division Dataset for Montana

Description

Download the US Climate Division Dataset for Montana

Usage

mco_get_climdiv(elements = c("pcpn", "tmpc"))

Arguments

elements

A character vector of elements to extract.
pcpn = Precipitation
tmpc = Average Temperature
pdsi = Palmer Drought Severity Index
phdi = Palmer Hydrological Drought Index
zndx = Palmer Z Index
pmdi = Modified Palmer Drought Severity Index
hddc = Heating Degree Days
cddc = Cooling Degree Days
tmax = Maximum Temperature
tmin = Minimum Temperature
sp01 = 1-month Standardized Precipitation Index
sp02 = 2-month Standardized Precipitation Index
sp03 = 3-month Standardized Precipitation Index
sp06 = 6-month Standardized Precipitation Index
sp09 = 9-month Standardized Precipitation Index
sp12 = 12-month Standardized Precipitation Index
sp24 = 24-month Standardized Precipitation Index

Value

A named data frame containing the climate division data.

  • Division code — the NOAA Climate Divisional Database (nCLIMDIV) identifier

  • Element — a four-sharacter string representing the climate element

  • Year — the integer year

  • Month — the integer month

  • Value — the double precision element value

Examples

## Not run: 
mco_get_climdiv("pcpn")

## End(Not run)

mt-climate-office/mcor documentation built on March 27, 2024, 6:30 p.m.