a Scenario is defined by three entries:
the climate model
the RCP definition
the time period
allscenarios()
This function returns all possible scenarios.
allscenarios()
#> # A tibble: 21 × 3
#> climate_model rcp time_period
#> <chr> <chr> <chr>
#> 1 CRUTS32 Hist 8110
#> 2 NorESM1-M rcp8p5 2080s
#> 3 NorESM1-M rcp6p0 2080s
#> 4 NorESM1-M rcp4p5 2080s
#> 5 NorESM1-M rcp2p6 2080s
#> 6 MIROC-ESM-CHEM rcp8p5 2080s
#> 7 MIROC-ESM-CHEM rcp6p0 2080s
#> 8 MIROC-ESM-CHEM rcp4p5 2080s
#> 9 MIROC-ESM-CHEM rcp2p6 2080s
#> 10 IPSL-CM5A-LR rcp8p5 2080s
#> # … with 11 more rows