CMIP5_example_changesignal: 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_changesignal 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_changesignal looks like
data("CMIP5_example_changesignal")
CMIP5_example_changesignal

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

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