CMIP5_example_timeseries: Climate change signals of example userinput for models2wux

Description Usage Details See Also Examples

Description

This example of a WUX data.frame is the result of running userinput_CMIP5_timeseries with models2wux.

Usage

1

Details

You can download the NetCDF files from ESGF using CMIP5fromESGF.

See Also

models2wux

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## thats what CMIP5_timeseries looks like
data("CMIP5_example_timeseries")
head(CMIP5_example_timeseries)

## You can run models2wux to get the same result as
## above.
data(userinput_CMIP5_timeseries)
data(modelinput_test)
## Not run: 
## You must have downloaded the example NetCDF files according to
## "modelinput_test" in order to run "models2wux". See the examples of
## ?CMIP5fromESGF or ?modelinput_test.  
CMIP5_example_timeseries <- models2wux(userinput_CMIP5_timeseries,
                                modelinput = modelinput_test)
## End(Not run)

wux documentation built on May 2, 2019, 4:03 p.m.