parseAllResultsText: Parse parameters resulting from AtmoSwing optimizer.

Description Usage Arguments Value Examples

View source: R/parseOutputs.R

Description

Extract resulting parameters from the text files resulting from AtmoSwing optimizer.

Usage

1
parseAllResultsText(directory, predictandDB, datasets, methods, verbose = F)

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/)

verbose

Option to get verbose messages.

Value

Results of the analogue method.

Examples

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

## End(Not run)

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