powered by
get_future_layers returns information on the future climate layers for the matching current climate layers.
get_future_layers
get_future_layers(current_layer_codes, scenario, year)
A dataframe with information on the future layer(s) matching the provided current layer(s).
character vector. Code(s) of the current climate layers either as a character vector or as the dataframe provided by list_layers.
list_layers
character vector. Climate change scenario, e.g. "B1", "A1B", "A2".
"B1", "A1B", "A2"
integer. Year for which you want the climate change prediction, e.g. 2100, 2200.
2100, 2200
Stops with an exception if no matching future climate layer was found for one or more of the provided current climate layer codes.
list_layers_future, list_layers, load_layers
list_layers_future
load_layers
future_layers <- get_future_layers(c("BO_salinity", "BO_sstmean"), scenario = "B1", year = 2100) future_layers$layer_code
Run the code above in your browser using DataLab