Skip to content

gelo592/USGS2012

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiverModel written in CPython - Version 1.0.0

Purpose

RiverModel is a simulator for the carbon flow in the Mississippi river. The first model was written in NetLogo(see http://ccl.northwestern.edu/netlogo/) and it took 4.5 days to simulate a year of carbon flow in the river. The goal of this project is to reduce the runtime to ~1 hour while preserving the same functionalities. We are implementing the new version in C and using Python for the user interface. The current version takes ~10 hours to simulate a year long of carbon flow.

Table of Contents

Requirements ------------

You will need the following components to run/modify RiverModel:

  1. Python2.7: http://www.python.org/getit/releases/2.7/
  2. gcc: http://gcc.gnu.org/
  3. Python Imaging Library: http://www.pythonware.com/products/pil/
  4. Jython: http://www.jython.org/
Running the Model -----------------

You can run the model as follows:

pwd
> /Users/efekarakus/USGS
cd main/model/
make
cd ../
python main.py
Implementation -------------- Testing ------- Team ---- 1. Efe Karakus: efekarakus@gmail.com 1. Nathan DeGrand: degrand1@illinois.edu 1. Tom Loboda: loboda1@illinois.edu 1. Chris Freund: freund3@illinois.edu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.6%
  • C 15.8%
  • Vim Script 1.9%
  • Prolog 0.7%