ExtractDayMet: Extract gridded daily weather from "DayMet" for North...

Description Usage Value References

Description

Data are available for years 1980-(last full calendar year) at a 1-km resolution.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
ExtractGriddedDailyWeatherFromDayMet_NorthAmerica_swWeather(
  dir_data,
  site_ids,
  coords_WGS84,
  start_year,
  end_year,
  dbW_digits
)

ExtractGriddedDailyWeatherFromDayMet_NorthAmerica_dbW(
  dir_data,
  site_ids,
  site_ids_by_dbW,
  coords_WGS84,
  start_year,
  end_year,
  dir_temp = tempdir(),
  dbW_compression_type = "gzip",
  dbW_digits,
  verbose = FALSE
)

Value

A list of class rSOILWAT2::swWeatherData objects.

An invisible zero. A list of which each element represents one year of daily weather data of class rSOILWAT2::swWeatherData. The list is copied to the weather database. Units are [degree Celsius] for temperature and [cm / day] and for precipitation.

References

https://daymet.ornl.gov/

publication: Thornton, P.E., Running, S.W., White, M.A. 1997. Generating surfaces of daily meteorological variables over large regions of complex terrain. Journal of Hydrology 190: 214 - 251. http://dx.doi.org/10.1016/S0022-1694(96)03128-9

Thornton, P.E., M.M. Thornton, B.W. Mayer, Y. Wei, R. Devarakonda, R.S. Vose, and R.B. Cook. 2016. Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 3. ORNL DAAC, Oak Ridge, Tennessee, USA. Accessed Month DD, YYYY. Time period: YYYY-MM-DD to YYYY-MM-DD. Spatial Range: N = DD.DD, S = DD.DD, E = DDD.DD, W = DDD.DD. http://dx.doi.org/10.3334/ORNLDAAC/1328

https://github.com/khufkens/daymetr


Burke-Lauenroth-Lab/rSFSW2 documentation built on Aug. 14, 2020, 5:20 p.m.