getBias: Process the bias of multiple methods / datasets

Description Usage Arguments Value Examples

View source: R/analyseMultipleRuns.R

Description

Process the bias of multiple methods / datasets

Usage

1
getBias(directory, predictandDB, datasets, methods, startYear, endYear)

Arguments

directory

Root directory of multiple runs.

predictandDB

Path to the predictand DB.

datasets

List of datasets (must be used as folder names - e.g. /JRA-55/)

methods

List of methods (must be used as folder names - e.g. /4Z/)

startYear

First year of the total period.

endYear

Last year of the total period.

Value

Dataframe with the bias for every method / dataset.

Examples

1
2
3
4
5
6
## Not run: 
datasets <- c('CFSR', 'ERA-20C', 'JRA-55')
methods <- c('2Z', '4Z', '4Z-2MI')
stations <- atmoswing::getBias('path/to/runs', datasets, methods, 1981, 2010)

## End(Not run)

atmoswing/R-toolbox documentation built on Nov. 8, 2019, 3:49 p.m.