Exercises for the module Atmospheric Physics in the course of Computational Physics
This repository contains the notebooks used for the Atmospheric Physics module of Computational Physics, as well as for exercise sessions in Atmospheric Modelling. The notebooks directory contains the notebooks themselves, as well as accompanying scripts. The simulations directory contains the scripts used to run the simulations on Tier-1.
To update the notebook, the following steps need to be followed:
- Start a tunneling job on Tier-2 on the donphan cluster.
- Interrupt the command with CTRL+C.
- Activate the virtual environment from Scientific Computing (from Toon Verstraelen) with the
vshortcut. Installation instructions can be found here: link - Add the Visual Studio Code module with
module load code-cli/1.104.1. - Restart the tunnel by running the interrupted command again:
code tunnel --accept-server-license-terms --name ${TUNNEL_NAME:0:20} - Only work in the solved versions of the notebooks. Tag each cell with a solution with the 'hide' tag.
- Create versions without solutions by running the
stripnb.pyscript: link - When finished, copy the versions to the relevant repo, either for Computational Physics or for Atmospheric Modelling.