ebm_response: Compute the response to natural external forcings

View source: R/ebm_response.R

ebm_responseR Documentation

Compute the response to natural external forcings

Description

Given an ensemble of CMIP model parameters fitted on the Energy Balance Model (EBM, see equation 6 in Qasmi and Ribes, 2021), and a time series of natural forcings, ebm_response computes for each model the response to these forcings. A gaussian distribution is generated after a resampling of all model responses.

Usage

ebm_response(FF, ebm_params, year, Nres)

Arguments

FF

a time series of natural forcings

ebm_params

a data.frame in which columns are the EBM parameters and lines are the CMIP models

year

a time series of years of the same size as FF

Nres

the number of realisations wished in the gaussian distribution

Value

returns a 2-D array of dimension [length(year),Nres+1] containing the response to natural forcings. A best-estimate is provided with Nres realisations sampling model uncertainty.


saidqasmi/KCC documentation built on July 8, 2022, 6:02 a.m.