get_MonthlyGCMdata_netCDF: Extract monthly GCM projection from a netCDF file

Description Usage Value

View source: R/ExtractData_ClimateDownscaling.R

Description

Extract monthly GCM projection from a netCDF file

Usage

 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
)

Value

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.


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