Changeset 2022 for inundation/examples
- Timestamp:
- Nov 14, 2005, 10:15:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/examples/run_gippsland.py
r2006 r2022 1 1 from pyvolution.data_manager import asc_csiro2sww 2 2 3 asc_csiro2sww('bathymetry_expanded','elev_expanded', 'test.sww') 3 asc_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.