Pierre Marchand
A code to calculate the chemical abundances and the fraction of ionisation in protostellar environment. You can generate a table of abundance and calculate non-ideal MHD resistivities. Warning ! Created during my PhD.
A code that computes the coagulation and ionization of grains for an arbitrary size-distribution. You can use it to generate a table to use in simulations or post-process your simulation data.
In the case you are on a computer A (comp_A) and need to access a computer C (comp_C) through a gateway B (comp_B)
To ssh directly to comp_C :
$ ssh -X username_B@comp_B -t ssh -X username_C@comp_C
If you want to copy a file from comp_C directly to comp_A, from comp_A :
$ scp -Cp -o "ProxyCommand ssh username_B@comp_B nc comp_C 22" username_C@comp_C:/path/to/file .
Exercises to do with Stellarium. Total duration of at least 3 hours for beginners. Download here