This repository contains material used for the Dust Evolution Workshop during the SPP 1992 Summer School 2023.
The workshop focuses mainly on the usage of the dust evolution code DustPy, as well as its extension library DustPyLib.
Participants are asked to follow the installation instructions in advance of the workshop and make sure that the example setups execute without problems. In case of problems or questions please write to stammler@usm.lmu.de.
Clone the repository to your computer with
git clone git@github.com:stammler/spp1992_summerschool23.git
In the directory spp1992_summerschool23.git/notebooks/1_preparations
you will find the notebook 1.1_installation.ipynb
containing installation instructions and the notebook 1.2_test.ipynb
to test your successful installation.
The preparation notebooks can also be viewed online
The workshop will consist of short tutorials of the mentioned codes and then plenty of time to work on scientific projects. The tutorial notebooks can be viewed here:
The project notebooks can be viewed here:
- Spectral Index
- FU Orionis Outbursts
- Dust Ring Width
- Stellar Irradiation
- Planetesimal Formation
- Infall
If you have any questions, please do not hesitate to contact me!
Note: Since the creation of this repository several things have been updated. Make sure to have the latest version of the repository downloaded by executing
git pull
in your repository directory.
Also make sure that you have the latest version of the needed software installed by running
pip install simframe --upgrade
pip install dustpy --upgrade
pip install dustpylib --upgrade