source: inundation/examples/run_gippsland.py @ 2022

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

continuing work on reading gippsland files.

File size: 274 bytes
Line 
1from pyvolution.data_manager import asc_csiro2sww
2
3asc_csiro2sww('bathymetry_expanded','elev_expanded','ucur_expanded',
4              'vcur_expanded', 'test.sww',zscale=1000, mean_stage = 100,
5              fail_on_NaN = False,
6              elevation_NaN_filler = 0)
Note: See TracBrowser for help on using the repository browser.