This is an open source, GPU-based program for modeling conjunctive 2D surface and 3D sub-surface flow. The model is written in CUDA C++ and has been tested under GNU/Linux.
Under review for publication
Prerequisites
NetCDF 4.0 or newer
CUDA 5.0 or newer
g++ 4.2 or newer
To build
$ make build
$ make
$ cd bin
$ ./gcsflow ../Test_Cases/path_to_test/config_filename.cfg
Edit Makefile to change the compiling options.
Model options and parameters are in configuration files.
This software is freeware and is released under LGPL. See LICENSE file for more information.
- Phong Le: mailto:[email protected]
- Praveen Kumar: mailto:[email protected]
Questions and suggestions are welcome.