|
1 | 1 | --- |
2 | 2 | permalink: /dsc_180/ |
3 | 3 | title: "Deep Learning for Climate Model Emulation" |
4 | | -layout: single |
| 4 | +layout: projects |
5 | 5 | toc: true |
6 | 6 | toc_sticky: true |
| 7 | +featured_figure: |
| 8 | + image: /assets/images/climate_change.jpeg |
7 | 9 | --- |
8 | | -### Data Science Capstone Domain - DSC 180AB |
9 | | -### Section B03 (TA: Yanyi) |
10 | | - |
| 10 | +# Deep Learning for Climate Model Emulation |
| 11 | +**Data Science Capstone - DSC 180A/B Section B03 (TA: Yanyi)** |
11 | 12 |
|
12 | 13 | ## Introduction to Topic |
13 | 14 |
|
14 | | -The choices humanity makes in the next few decades will determine how much warmer the Earth will be by the end of the century, with implications for billions of lives and trillions of dollars in GDP. Many different emission pathways exist that are compatible with the Paris climate agreement, and many more are possible that miss that target. While some of the most complex climate models have simulated a small selection of these, it is impractical to use these computationally expensive models to fully explore the space of possibilities or assess all the associated risks. Our lab has recently developed state-of-the-art climate model emulators to enable fast, accurate and reliable predictions for any given scenario (https://github.com/duncanwp/ClimateBench). |
15 | | - |
| 15 | +The choices humanity makes in the next few decades will determine how much warmer the Earth will be by the end of the century, with implications for billions of lives and trillions of dollars in GDP. Many different emission pathways exist that are compatible with the Paris climate agreement, and many more are possible that miss that target. While some of the most complex climate models have simulated a small selection of these, it is impractical to use these computationally expensive models to fully explore the space of possibilities or assess all the associated risks. Our lab has recently developed a state-of-the-art climate model emulation benchmark to enable fast, accurate and reliable predictions for any given scenario: [ClimateBench](<https://github.com/duncanwp/ClimateBench>). |
16 | 16 |
|
17 | 17 | ## Phase I - Replication |
18 | 18 |
|
19 | 19 | The aim of reproducing a paper's results is to affirm the original authors' findings and methodologies. This process is vital in science to ensure results are robust and reliable, not merely due to chance or error. Reproduction would reinforce the evidence that the constructed emulators are faithfully reproducing the underlying climate model and can be trusted for such tasks. It also provides a deeper understanding of the applied methods like long short-term memory networks. Ultimately, this endeavor seeks to enable fast and efficient sampling of different climate scenarios to improve decision making. |
20 | 20 |
|
21 | 21 | The paper, linked here, we will be working with is: |
22 | | -> **Watson-Parris, D.**, Rao, Y., Olivié, D., Seland, Ø., ... "ClimateBench v1.0: A benchmark for data-driven climate projections". *Journal of Advances in Modeling Earth Systems 14, e2021MS002954*: <https://doi.org/10.1029/2021MS002954> |
| 22 | +> Watson-Parris, D., Rao, Y., Olivié, D., Seland, Ø., ... "ClimateBench v1.0: A benchmark for data-driven climate projections". *Journal of Advances in Modeling Earth Systems 14, e2021MS002954*: <https://doi.org/10.1029/2021MS002954> |
23 | 23 |
|
24 | 24 |
|
25 | 25 | ### Accessing the ClimateBench Dataset |
26 | 26 |
|
27 | 27 | While the processed dataset is publically available, it will be instructive for you to generate it yourselves, and an important part of the replication process. You will be provided with access to [Casper](https://arc.ucar.edu/knowledge_base/70549550) data analysis cluster at the National Center for Atmospheric Research (NCAR) with sufficient resources to perform the analyses throughout the project. Please note this is a national facility with shared resources so be mindful of your requests and be sure to abide by their rules. |
28 | 28 |
|
29 | | -The data we will use is available from the sixth Coupled Model Intercomparison Project (CMIP6) which represents the combined efforts of dozens of international research laboratories running hundreds of thousands of simulation years of experiments. The data (all 30 petabytes!) is publically archived and available e.g. here: https://esgf-index1.ceda.ac.uk/projects/esgf-ceda/, and also recently mirrored to the cloud here: https://registry.opendata.aws/cmip6/. Fortunately, all the data you will need is already available on Casper so you shouldn't need to download any large datasets, which can be quite cumbersome. |
| 29 | +The data we will use is available from the sixth Coupled Model Intercomparison Project (CMIP6) which represents the combined efforts of dozens of international research laboratories running hundreds of thousands of simulation years of experiments. The data (all 30 petabytes!) is publically archived and available e.g. [here](https://esgf-index1.ceda.ac.uk/projects/esgf-ceda/), and also recently mirrored to the cloud [here](https://registry.opendata.aws/cmip6/). Fortunately, all the data you will need is already available on Casper so you shouldn't need to download any large datasets, which can be quite cumbersome. |
30 | 30 |
|
31 | 31 | ### Schedule |
32 | 32 |
|
33 | 33 | Click the "topic" links below for details regarding the readings, questions, and tasks for that week. |
34 | 34 |
|
35 | 35 | | Week | Topic | |
36 | 36 | | --- | --- | |
37 | | -| Summer | [Summer preperation](dsc_180_summer) | |
38 | | -| 1 | [Introduction to topic, domain, and paper](dsc_180_intro) | |
39 | | -| 2-3 | [Dive into the ClimateBench dataset](dsc_180_data) | |
40 | | -| 4-5 | [Begin data preprocessing and learn about xarray](dsc_180_xarray) | |
41 | | -| 6-7 | [Start implementing regression models](dsc_180_implement) | |
42 | | -| 8-9 | [Perform validation and testing of baselines](dsc_180_validate) | |
43 | | -| 10 | [Project wrap up and debrief](dsc_180_debrief) | |
44 | | - |
| 37 | +| Summer | [Summer preperation](/dsc_180_summer) | |
| 38 | +| 1 | [Introduction to topic, domain, and paper](/dsc_180_intro) | |
| 39 | +| 2-3 | [Dive into the ClimateBench dataset](/dsc_180_data) | |
| 40 | +| 4-5 | [Begin data preprocessing and learn about xarray](/dsc_180_xarray) | |
| 41 | +| 6-7 | [Start implementing regression models](/dsc_180_implement) | |
| 42 | +| 8-9 | [Perform validation and testing of baselines](/dsc_180_validate) | |
| 43 | +| 10 | [Project wrap up and debrief](/dsc_180_debrief) | |
45 | 44 |
|
46 | 45 |
|
47 | 46 | ## Phase II |
|
0 commit comments