https://github.com/alphaparrot/ExoPlaSim
Raw File
Tip revision: ffaa0222bfef3d6a37e35336ec54197fd4a381a4 authored by Adiv Paradise on 15 October 2017, 03:09:27 UTC
Modified PlaSim's internal clock and zenith angle calculations to more
Tip revision: ffaa022
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