source: anuga_validation/okushiri_2005/project.py @ 3861

Last change on this file since 3861 was 3861, checked in by ole, 17 years ago

Played with measures of similarity between timeseries

File size: 603 bytes
Line 
1"""Common filenames for Okushiri Island validation
2"""
3
4# Given boundary wave
5boundary_filename = 'Benchmark_2_input.tms'
6
7# Observed timeseries
8validation_filename = 'output_ch5-7-9.txt'
9
10# A simple conversion from txt file to the more compact NetCDF format
11bathymetry_filename = 'Benchmark_2_Bathymetry.pts'
12
13# Triangular mesh
14mesh_filename = 'Benchmark_2.msh'
15
16# Model output
17#output_filename = 'okushiri_old_limiters.sww'
18#output_filename = 'okushiri_new_limiters.sww'
19#output_filename = 'okushiri_nl_coarse10_mesh.sww'
20output_filename = 'okushiri_nl_coarse100_mesh.sww'
21
22
23
24
Note: See TracBrowser for help on using the repository browser.