Assignment 8: Xarray for ENSO

Assignment 8 : Xarray Groupby

Here will will calculate the NINO 3.4 index of El Nino variabillity and use it to analyze datasets.

First read this page from NOAA. It tells you the following.

  • The Nino 3.4 region is defined as the region between +/- 5 deg. lat, 170 W - 120 W lon.
  • more ...




Assignment 4: More Matplotlib

Assignment 4: More Matplotlib

The goal here is to replicate the figures you see as closely as possible.

In order to get some data, you will have to run the code in the cells below. Don't worry about how this code works. In the end, it will give you some numpy arrays, which you will use in your plots. You are not allowed to use any packages other than numpy and matplotlib to complete your assignment.

more ...



Assignment 1: Unix, Git, Basic Python

Assignment 1

Part 1: Files, Git, GitHub

Use JupyterLab to launch a terminal and use the terminal to do the following tasks:

  1. Create a new directory called resume within your home directory
  2. Create an empty file within this directory called Readme.md

Now use JupyterLab to edit the file:

  1. Navigate to the directory in the file browser
  2. more ...