source: anuga_validation/automated_validation_tests/okushiri_tank_validation/project.py @ 6732

Last change on this file since 6732 was 3919, checked in by ole, 18 years ago

Automated okushiri validation OK

File size: 469 bytes
RevLine 
[3916]1"""Common filenames for Okushiri Island validation
2Formats are given as ANUGA native netCDF where applicable.
3
[2229]4"""
5
[3916]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
[2229]16mesh_filename = 'Benchmark_2.msh'
17
[3916]18# Model output
[3919]19output_filename = 'okushiri_auto_validation.sww'
[2229]20
21
[3916]22
Note: See TracBrowser for help on using the repository browser.