Open surbhigoel77 opened 5 months ago
Pier Luigi's session requirements:
import torch import torch.nn as nn import torch.optim as optim from torch.utils.data import DataLoader, TensorDataset from sklearn.model_selection import train_test_split import numpy as np import pandas as pd import matplotlib.pyplot as plt import cartopy.crs as ccrs
Pier Luigi's + Anna Sommer:
Summary:
cartopy
andmatplotlib
. I have checked with James and this will be part of the visualisation lecture.Jack inquired about what we could teach to complement the follow session by Anna Sommer::
Plan is to do the following:
I’m preparing a practical part for our session now. It’ll be in a form of Jupyter Notebook with some theoretical explanation, questions, and code to run. The topic is “Observation System Simulation Experiences in the Atlantic Ocean for enhanced surface ocean pCO2 reconstructions”, it is based on my paper with the same title published in 2021 https://os.copernicus.org/articles/17/1011/2021/. The practical part will contain three examples from this paper with reduced data set due to time restriction. We would like to show students that physical models can be also used to plan a deployment of measuring instruments, particularly localizing the areas where the source of data is most important to understand some phenomena.
The packages I use in the exercise are
I’m working with data in
dataframe
format. Data will be in.csv
files. An important part is a data visualisation. It would be great if students have experienced already with matplotlib and cartopy.It is three main steps of the exercise with questions and analysing work in each of them.
If you need more details or have comments/questions/suggestions, please don’t hesitate to contact me.
Hi, Laura, Pier Luigi, mentioned that you could help during the practical part. As we have something around an hour for practical part it would be great to have someone to help if students struggle technically or have questions etc. If you feel comfortable with this topic it would be helpful if you join us. As mentioned before if you need more details or have comments/questions/suggestions, please don’t hesitate to contact me. I’ll share the Jyputer Notebook file when it is ready (hopefully in a week's time).