Skip to content

Commit 23eb1f7

Browse files
committed
Updating DSC180 project
1 parent 17efa93 commit 23eb1f7

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

_pages/dsc_180.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Click the "topic" links below for details regarding the readings, questions, and
3636
| --- | --- |
3737
| Summer | [Summer preperation](/dsc_180_summer) |
3838
| 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) |
39+
| 2 | [Dive into the ClimateBench dataset](/dsc_180_data) |
40+
| 3-4 | [Begin data preprocessing and learn about xarray](/dsc_180_xarray) |
41+
| 5-7 | [Start implementing regression models](/dsc_180_implement) |
4242
| 8-9 | [Perform validation and testing of baselines](/dsc_180_validate) |
4343
| 10 | [Project wrap up and debrief](/dsc_180_debrief) |
4444

_pages/dsc_180_data.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
---
22
permalink: /dsc_180_data/
3-
title: "DSC 180ab B03 - Dive into the ClimateBench dataset"
3+
title: "DSC 180ab B03 - Dive into the ClimateBench dataset and learn about xarray"
44
layout: single
55
---
66

7-
Let's get hands-on with the data!
7+
Let's get hands-on with the data! You should have already received the example notebook with paths and data in.
88

99
### Topics
1010

1111
You will be touching on the following topics.
1212

13-
- Exploring the CMIP6 data and processing the NorESM2 output
14-
- Processing the input4MIPS emissions data used to drive the models
13+
- Exploring the CMIP6 input and output data
14+
- Learning about xarray and plotting climate datasets
1515

1616

1717
### Tasks
1818

19-
- Process the NorESM2 data for each of the required experiments. The data can be found in `/glade/collections/cmip/CMIP6/{activity}/NCC/NorESM2-LM/{experiment}`
20-
- Process the input data. The data can be found in `/glade/p/cesmdata/cseg/inputdata/atm/cam/chem/emis/`
21-
- You will need to take the global averages of some quantities and regrid others
19+
- Plot a map of the average global temperature between 2005-2015.
20+
- Plot a map of the difference in global temperature from 1850-1900 to 2005-2015 with appropriate colorbar and title.
21+
- Plot similar maps for precipitation and daily maximium temperature.
22+
- Plot a global average time-series of the variables above. Optionally include multiple ensemble members (or an indication of the spread across ensemble members).
23+
- Each team member pick another variable and produce similar plots for those.
2224

2325
### Questions
2426

25-
1.
27+
No questions this week, but please prepare to present your plots and discuss your findings in class next week.

_pages/dsc_180_xarray.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: /dsc_180_xarray/
3-
title: "DSC 180ab B03 - Begin data preprocessing and learn about xarray"
3+
title: "DSC 180ab B03 - Data preprocessing"
44
layout: single
55
---
66

@@ -9,11 +9,14 @@ layout: single
99

1010
You will be touching on the following topics:
1111

12-
-
12+
- Processing the NorESM2 output
13+
- Processing the input4MIPS emissions data used to drive the models
1314

1415
### Tasks
1516

16-
-
17+
- Process the NorESM2 data for each of the required experiments. The data can be found in `/glade/collections/cmip/CMIP6/{activity}/NCC/NorESM2-LM/{experiment}`
18+
- Process the input data. The data can be found in `/glade/p/cesmdata/cseg/inputdata/atm/cam/chem/emis/`
19+
- You will need to take the global averages of some quantities and regrid others
1720

1821
### Questions
1922

0 commit comments

Comments
 (0)