Menu

Tree [dda60c] master /
 History

HTTPS access


File Date Author Commit
 core 2016-11-14 Guillaume ROULLET Guillaume ROULLET [c188df] First commit after full rewriting
 practicals 2016-11-14 Guillaume ROULLET Guillaume ROULLET [9d9b7e] add the practicals folder
 tests 2016-11-14 Guillaume ROULLET Guillaume ROULLET [c188df] First commit after full rewriting
 LICENSE 2016-11-14 Guillaume ROULLET Guillaume ROULLET [c188df] First commit after full rewriting
 Makefile 2016-11-14 Guillaume ROULLET Guillaume ROULLET [c188df] First commit after full rewriting
 README 2016-11-14 Guillaume ROULLET Guillaume ROULLET [c188df] First commit after full rewriting
 activate.sh 2016-11-14 Guillaume ROULLET Guillaume ROULLET [dda60c] add activate.sh + change in Makefile

Read Me

REQUIREMENTS:

 - numpy
 - netCDF4
 - matplotlib
 - f2py
 - gfortran

INSTALLATION:


1/ Compile the Fortran module

From $FLUID2D execute 'make' to compile the Fortran routines. There are 3 fortran routines.  


2/ Set up your  PYTHONPATH

in bash

   export PYTHONPATH $FLUID2D/core

in csh

   setenv PYTHONPATH $FLUID2D/core

where your replace $FLUID2D with the explicit path to the directory where this readme is


3/ Test the code

with make tests
MongoDB Logo MongoDB