source: production/merimbula_2005/project.py @ 3289

Last change on this file since 3289 was 2648, checked in by steve, 19 years ago

Looking at island.py example. I changed the order of the implicit and explicit update (in quantity_ext.c) which I think improved the situation a little. But this has left a few fails in the test_all suite which we need to fix up. Mainly small differences in results.

File size: 329 bytes
Line 
1"""Common filenames for Merimbula simulation
2"""
3
4original_boundary_filename = 'Eden_tide_Sept03.dat'
5original_wind_filename = 'merimbula_wind_sept_2003.dat'
6boundary_filename = 'Eden_tide_Sept03.tms'
7bathymetry_filename = 'merimbula_bathymetry.xya'
8mesh_filename = 'merimbula_10785.tsh'
9sww_file = 'merimbula_weed.sww'
Note: See TracBrowser for help on using the repository browser.