condense_ipcc: condense a list of NetCDF objects into an array

Description Usage Arguments

View source: R/condense_ipcc.R

Description

These functions condense and subset a list of NetCDF objects (each containing time series of one model, ensemble run) into an array with the first two dimensions being the model and runs respectively.

Usage

1
2
3
4
5
condense_ipcc(x, year.range = c(1870, 2100), seed = 11, expand.ts = FALSE)

condense_picntrl(x)

implode(x, nfrac = 0.8, clean = FALSE)

Arguments

x

list with objects of type NetCDF

year.range

range of years for output data

seed

random seed if missing values at end should be infilled

expand.ts

logical, should missing values at end be infilled?

x

list of objects of type NetCDF

clean

logical, should resulting array be cleaned up?


jonasbhend/geoutils documentation built on May 19, 2019, 7:27 p.m.