Read forcing data from CSV
1 2 3 4 5 6 7 8 | read_forcing(
scenario_list,
temp_prior,
N_temp,
climate_prior_kde,
mean_temp,
dataset
)
|
scenario_list |
Scenarios to read |
temp_prior |
Which ensemble |
N_temp |
Number of GSAT samples wanted |
climate_prior_kde |
Whether to smooth prior before sampling |
mean_temp |
Whether to use mean of GSAT prior instead of sampling |
dataset |
Which forcing CSV file to read: 2019, main, IPCC |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.