Frontend application for exploring results from ClimateBench 2.0
Live app: https://climate-analytics-lab.github.io/ClimateBench_app/index.html
The framework can be expanded to include more models, variables, metrics, and regions. To add more data, create a pull request with the following changes:
- Rows with relevant data added to
data/benchmark_results.csv
- Rows with the relevant data added to
data/benchmark_results_timeseries.csv
anddata/benchmark_results_timeseries_annual.csv
- Paleo changes can be made by
- Adding data to
data/paleo_data/annual_zonal_means.csv
. You will need to recalculate the median and normalized mae columns. This will add your data to the two overview figures. - Adding data to
data/paleo_data/monthly_zonal_means.csv
. This will add your data to the seasonal plots. - Adding data to the map options. You will need to create the map image first, and then add to the relevant paleo period folder
data/paleo_data/{paleo period}/{model}.png
. Then you will need to modify the dropdown options to include the added model.
- Adding data to
You will need to install npm (instructions). Then, from the top level of the repo run
npx http-server
Which will run the app locally at http://127.0.0.1:8080