source: anuga_work/development/profile_okushiri/project.py @ 5370

Last change on this file since 5370 was 4657, checked in by duncan, 18 years ago

Used to benchmark fitting, Okushiri example.

File size: 508 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 = 'Benchmark_2_input.tms'
8
9# Observed timeseries
10validation_filename = 'output_ch5-7-9.txt'
11
12# Digital Elevation Model
13bathymetry_filename = 'Benchmark_2_Bathymetry.pts'
14
15# Triangular mesh
16mesh_filename = 'Benchmark_2.tsh'
17mesh_filename_elevation = 'Benchmark_2_elevation.tsh'
18
19# Model output
20output_filename = 'okushiri.sww'
21
22
23
Note: See TracBrowser for help on using the repository browser.