Last change
on this file since 3315 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
|
Rev | Line | |
---|
[2225] | 1 | """Common filenames for Merimbula simulation |
---|
| 2 | """ |
---|
| 3 | |
---|
| 4 | original_boundary_filename = 'Eden_tide_Sept03.dat' |
---|
[2622] | 5 | original_wind_filename = 'merimbula_wind_sept_2003.dat' |
---|
[2225] | 6 | boundary_filename = 'Eden_tide_Sept03.tms' |
---|
| 7 | bathymetry_filename = 'merimbula_bathymetry.xya' |
---|
| 8 | mesh_filename = 'merimbula_10785.tsh' |
---|
[2648] | 9 | sww_file = 'merimbula_weed.sww' |
---|
Note: See
TracBrowser
for help on using the repository browser.