summary_clim: Reads ocean variables from ESMs

View source: R/clim_plot.R

summary_climR Documentation

Reads ocean variables from ESMs

Description

This function loads reads oceanic climate variables from DROBO. You have to be connected to the UBC network and have access to the CORU-DROBO in order to use the function. Note that no user/id will be required but the path wont be found.

Usage

summary_clim(
  cmip,
  model,
  rcp,
  variable,
  years,
  root_path,
  box = FALSE,
  plot_type
)

Arguments

cmip

can be 5 for CMIP5 or 6 CMPI6. Note that CMPI5 only has GFDL, IPSL and MPI. CMPI6 has additional CNRM and UKESM

model

is the ESM models to load; GFDL; IPSL, MPI, CNRM, UKESM. For all models select "All";

rcp

expects "26" for RCP 2.6-low emission scenario and "85" for RCP 8.5-high emission scenario

variable

expects a variable to be load

years

expects a sequence of years to load the data from

box

Expects a vector with four values in the following order: low lat, high lat, low long and high long to load geographical specific data.. if FALSE it will load global database

plot_type

determines the type of plot you want. Options include: time_line, a timeline of the environ data (geom_line)

Author(s)

Juliano Palacios Abrantes | j.palacios@oceans.ubc


coruubc/Rcoru documentation built on Feb. 11, 2024, 12:07 a.m.