https://github.com/alphaparrot/ExoPlaSim
Raw File
Tip revision: 08ae8f818a5792695431d5a94f36fbf12ed20027 authored by Adiv Paradise on 26 June 2018, 03:13:15 UTC
Small changes to carbonmod.f90: handle planet radius and land fraction appropriately.
Tip revision: 08ae8f8
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