Changeset 2022 for inundation/examples


Ignore:
Timestamp:
Nov 14, 2005, 10:15:25 AM (19 years ago)
Author:
duncan
Message:

continuing work on reading gippsland files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/examples/run_gippsland.py

    r2006 r2022  
    11from pyvolution.data_manager import asc_csiro2sww
    22
    3 asc_csiro2sww('bathymetry_expanded','elev_expanded', 'test.sww')
     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 TracChangeset for help on using the changeset viewer.