Changeset 1438


Ignore:
Timestamp:
May 20, 2005, 10:48:17 AM (19 years ago)
Author:
chris
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/Hobart/run_hobart_buildings.py

    r1419 r1438  
    3333filename = 'hobart_mesh.tsh'
    3434filename = 'building_boundary_Hobart_58868_triangles12May2005_bathymetry_0.1.tsh'
    35 yieldstep = 10
     35yieldstep = 0.1
    3636finaltime = 2000
    3737
     
    9393for t in domain.evolve(yieldstep = yieldstep, finaltime = finaltime):
    9494    domain.write_time()
    95     #domain.visualiser.update_quantity_color('friction',(1.0,0.0,0.0))
     95    domain.visualiser.update_quantity_color('friction',(1.0,0.0,0.0))
    9696
    9797print 'That took %.2f seconds' %(time.time()-t0)
Note: See TracChangeset for help on using the changeset viewer.