View source: R/ExtractData_ClimateDownscaling.R
Download downscaled GCM projections from NEX
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | get_GCMdata_NEX(
  i_tag,
  time,
  dpm,
  gcm,
  scen,
  rip,
  lon,
  lat,
  startyear,
  endyear,
  climDB_meta,
  ...
)
 | 
A list of one data.frame object with 5 columns and names of “year”, “month”, “tmax”, “tmin”, and “prcp”. Each row is one day. Units are [degree Celsius] for temperature and [cm / day] and [cm / month], respectively, for precipitation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.