Visual CAESAR/TRACER download
|
Visual CAESAR Latest Release (full details of changes are on the discussion board. NOTE CAESAR is distributed under a GNU public license - details at the end of this page) Notes on the most recent version available here or on the discussion board. The zip file of the stand alone version now uses a windows installer - so download the zip file, uncompress it in a temporary folder and run the set up program. If you just want the .exe, best to download and unzip the source code, the .exe is found in the folder bin>release> if you use this version, the graphs will not work. If you have any problems with this please email me T.Coulthard@hull.ac.uk
Sample files River Teifi example (CAESAR
in reach mode) Simple Instructions/guidlines for the above also published as part of the EPSRC flood risk management research consortiums (FRMRC) 'Accounting for sediment in rivers' hand book link here
CAESAR has been ported to visual C#, compiled as part of the Microsoft .net visual studio. It has all of the functionality of the regular CAESAR - and more - as well as now having an easy to use windows type front end. These pages contain all the files you need to run and use Visual CAESAR as well as some instructions and sample data. Why Visual C#? Well, for years I have been coding CAESAR in C, and running it on unix platforms. But it has a rather unfriendly front end (none!) and the outputs have to be viewed with a GIS package. I tried using various X windows libraries and solutions, but had little success, so had a go with Vis C#. This allowed me to create windows, graphics menu's etc.. and also port over the C code very easily (really only had to change some variable definitions and the brackets around arrays). The downside is that it runs at 50-70% of the speed - but you get to see instant results, and this is important when setting up the model, to see it is working properly. Furthermore, I now have two other people working on CAESAR (Dr Gez Foster and Ian Dennis) and they have found it FAR easier to both use the windows version and program in C#. CAESAR is distributed under a GNU public license (details at the end) and is free for you to use and modify to your hearts content, though if you do I'd be very interested in what you do, and what you find out! Requirements If you wish to compile the source code, you can either buy a copy of MS visual studio .net (expensive) or you can actually download the compilers from the Microsoft web site here, following the link to Microsoft .NET Framework 1.1 Software Development Kit. You do not get all the fancy features and integrated development environment that comes with visual studio, but it works. This file is even larger (105mb). There are other Compilers that will compile the C# code (there is one from Borland I believe) and the 'mono' project to create one for unix/linux workstations. New 7/11/2006. I have found much success using the new freely available Visual C# express compiler - can be found here: http://msdn.microsoft.com/vstudio/express/visualcsharp/
Instructions Older fairly detailed instructions and examples are provided in the following word document. These instructions are a bit rough and ready, but if you have any suggestions or wish to edit them, please do so and email me a copy!
Raster edit Acknowledgements: Disclaimer and License This program is free software; you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version. This
program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public
License for more details. You should have received a copy of the GNU
General Public License along with this program; if not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. |