This area aims at collecting the best practices in setting up ANUGA models and show them as a running demo. The intent is to make setting up and running of models easier to do and more standardised (without compromising one bit of creativity, of course :-). One principle is that information should never have to be entered more than once. The ideas are: * Collect all elevation data files in lists for batch processing (as in Shark Bay 200&) * Roll all the urs2sts work into an ANUGA function (see ticket:317) * Get rid of kwargs and use project.* for all parameters and filenames. * Migrate towards unified anuga interface (as in the Patong scenario). *