https://github.com/alphaparrot/ExoPlaSim
Raw File
Tip revision: 3d7d4742b69327570633be08e91d243dc983c9ee authored by Adiv Paradise on 25 February 2019, 04:25:56 UTC
Overhauled solar angle calculation to allow general orbital parameters. You can now produce synchronous rotation for example by setting sidereal_day and sidereal_year equal to each other. For true synchronicity, however, best to continue to use NFIXED and FIXEDLON, since numerical error in orbital calculations causes the substellar point to drift otherwise.
Tip revision: 3d7d474
README_UBUNTU
The UBUNTU Linux distribution needs following components
to be installed.

- gfortran - a FORTRAN 90 compiler
- Xlib     - a graphical library

Make sure, that the computer is connected to the internet.
Open a terminal window and type:

sudo apt-get install gfortran
sudo apt-get install libx11-dev

For parallel execution you should further type:

sudo apt-get install libopenmpi-dev
sudo apt-get install openmpi-bin

Then proceed as listed in the file README

back to top