source: anuga_validation/okushiri_2005/project.py @ 3882

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

Added the parallel capability to run_okushiri.py

File size: 710 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'
20#output_filename = 'okushiri_nl_coarse100_mesh.sww'
21#output_filename = 'okushiri_original_mesh.sww'
22#utput_filename = 'okushiri_new_mesh.sww'
23output_filename = 'okushiri_new_mesh1.sww'
24
Note: See TracBrowser for help on using the repository browser.