-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48b7a07
commit a920bcb
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ Description: Acquire hourly meteorological data from stations located all over | |
accessible from nearly 30,000 stations. The available data is automatically | ||
downloaded from a data repository and processed into a 'tibble' for the | ||
exact range of years requested. A relative humidity approximation is | ||
provided using the August-Roche-Magnus formula | ||
('https://doi.org/10.1175/1520-0450(1996)035<0601:IMFAOS>2.0.CO;2'). | ||
provided using the 'August-Roche-Magnus' formula, which was adapted from | ||
Alduchov and Eskridge (1996) <doi:10.1175/1520-0450(1996)035<0601:IMFAOS>2.0.CO;2>. | ||
Authors@R: | ||
person("Richard", "Iannone", , "[email protected]", c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-3925-190X")) | ||
|