TerraFlow code is available here.
Installation: The archive expands into a directory
terraflow containing directories include, lib,
terraflow. The directories include, lib are TPIE
directories, and TerraFlow code is in the directory
flow. Run gmake into each of them (in
this order).
tar -xvf terraflow.tar
cd terraflow/
cd include
gmake
cd ../lib/src
gmake
cd ..
gmake
cd ../flow
gmake fill flow
If everything is succesfull this creates two executables called
fill and flow. Run them as explined in Manual.
Requirements: a recent version of g++ compiler. Should work under all platforms on which TPIE works. See TPIE requirements. Terraflow may not work with all versions of TPIE (see below).
Here's the current (relatively stable) version: terraflow.tgz. Please keep in mind that development is currently on FreeBSD/intel.
Come comments on this version (thanks to Steve Lindley & Robert Schick of NOAA):
If you need TCI output, you need updated versions of some files. Bug rajiv for a new tarball in this case :)
If you encounter any problems contact {laura, rajiv}.