Changeset 2056 for inundation/examples


Ignore:
Timestamp:
Nov 24, 2005, 10:27:59 AM (19 years ago)
Author:
duncan
Message:

create a domain instance from a pmesh.mesh instance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/examples/run_gippsland.py

    r2022 r2056  
    11from pyvolution.data_manager import asc_csiro2sww
     2import time
     3
     4t0 = time.time()
     5
    26
    37asc_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,
    510              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
     18print 'That took %.2f seconds' %(time.time()-t0)
Note: See TracChangeset for help on using the changeset viewer.