Create gamma PDF using a numerical method (gamma_func.f90) used in mizuRoute and output in text file.
All the f90 files are from mizuRoute with minor modifications.
To compile,
-
cd ./build
-
cp Makefile Makefile.local (so git does not track your personal makefile)
-
edit Makefile.local for
FC
,EXE
,F_MASTER
(see inline comments in Makefile for details) -
make -f Makefile.local
-
cd ../
-
./<executable_name>
TODO
- provide some script(s) to compare with analytical one