source: trunk/anuga_work/development/Rudy_vandrie_2007/project.py @ 7924

Last change on this file since 7924 was 4440, checked in by ole, 18 years ago

Examples prepared for Rudy

File size: 449 bytes
Line 
1"""Common filenames for Okushiri Island validation
2Formats are given as ANUGA native netCDF where applicable.
3
4"""
5
6# Given boundary wave
7boundary_filename = 'Island_Pt_Rd_Meta.tms'
8
9# Observed timeseries
10#validation_filename = 'output_ch5-7-9.txt'
11
12# Digital Elevation Model
13bathymetry_filename = 'Benchmark_2_Bathymetry.pts'
14
15# Triangular mesh
16mesh_filename = 'example.msh'
17
18# Model output
19output_filename = 'example.sww'
20
21
22
Note: See TracBrowser for help on using the repository browser.