#' Model-Averaging of Gradient-based climate velocity angle during 2041 to 2060
#'
#' Ensemble average of the seafloor gradient-based climate velocity angles based on future scenario of CIMP5 experiment.
#'
#' @details
#' Gradient-based climate velocity angle from 2041 to 2060 were calculated from each of the GFDL-ESM-2G, IPSL-CM5A-MR and MPI-ESM-MR.
#' Climate velocity was calculated using package gVoCC \url{https://rdrr.io/github/JorGarMol/VoCC/man/gVoCC.html}.
#' @docType data
#' @keywords datasets
#' @format A RasterBrick object of 4 raster layers:
#' \describe{
#' \item{epc_voccAng_2041_to_2060}{Mean climate velocity angle for export POC flux to seafloor (degree)}
#' \item{o2_voccAng_2041_to_2060}{Mean climate velocity angle for dissolved oxygen concentration at seafloor (degree)}
#' \item{ph_voccAng_2041_to_2060}{Mean climate velocity angle for pH at seafloor (degree)}
#' \item{thetao_voccAng_2041_to_2060}{Mean climate velocity angle for potential temperature at seafllor (degree)}
#' \item{arag_voccAng_2041_to_2060}{Mean climate velocity angle for aragonite Concentration (degree)}
#' \item{calc_voccAng_2041_to_2060}{Mean climate velocity angle for calcite Concentration (degree)}
#' \item{co3_voccAng_2041_to_2060}{Mean climate velocity angle for for mole Concentration of Carbonate expressed as Carbon in Sea Water (degree)}
#' \item{co3satarag_voccAng_2041_to_2060}{Mean climate velocity angle for for carbonate ion concentration for seawater in equilibrium with pure aragonite (degree)}
#' \item{co3satcalc_voccAng_2041_to_2060}{Mean climate velocity angle for for carbonate ion concentration for seawater in equilibrium with pure calcite (degree)}
#' \item{aragsat_voccAng_2041_to_2060}{Mean climate velocity angle for aragonite saturation State (degree)}
#' \item{calcsat_voccAng_2041_to_2060}{Mean climate velocity angle for calcite saturation State (degree)}
#' }
#' @source \url{https://esgf-node.llnl.gov/search/esgf-llnl/}
#' @name cimp5_2041_2060_voccAng
#' @examples
#' mplot(subset(cimp5_2041_2060_voccAng, 1:4), col.regions=jet.colors, cut=100, main=expression(Climate~Velocity~Angle~(degree)))
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.