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