Changeset 2056 for inundation/examples
- Timestamp:
- Nov 24, 2005, 10:27:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/examples/run_gippsland.py
r2022 r2056 1 1 from pyvolution.data_manager import asc_csiro2sww 2 import time 3 4 t0 = time.time() 5 2 6 3 7 asc_csiro2sww('bathymetry_expanded','elev_expanded','ucur_expanded', 4 'vcur_expanded', 'test.sww',zscale=1000, mean_stage = 100, 8 'vcur_expanded', 'test_extent_true_38.25__37.7__147__148.25.sww',zscale=1, 9 mean_stage = 0, 5 10 fail_on_NaN = False, 6 elevation_NaN_filler = 0) 11 elevation_NaN_filler = 0 12 , 13 minlat = -38.25, maxlat = -37.7, ###-37.75, 14 minlon = 147.0, maxlon = 148.25 15 , verbose = True 16 ) 17 18 print 'That took %.2f seconds' %(time.time()-t0)
Note: See TracChangeset
for help on using the changeset viewer.