Ignore:
Timestamp:
Dec 6, 2006, 5:35:00 PM (18 years ago)
Author:
sexton
Message:

updates for nsw slide modelling and cairns demo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/sydney_2006/run_sydney_slide.py

    r4058 r4063  
    9898print 'add'
    9999G = G11.clip(Geospatial_data(project_slide.poly_surveyclip)) +\
    100     G12.clip(Geospatial_data(project_slide.polyAll))
     100    G12.clip(Geospatial_data(project_slide.polyAll)) +\
    101101    G2.clip(Geospatial_data(project_slide.poly_25mclip)) +\
    102102    G3.clip(Geospatial_data(project_slide.poly_origsyd)) +\
     
    113113
    114114from anuga.pmesh.mesh_interface import create_mesh_from_regions
    115 remainder_res = 125000.
    116 local_res = 30000.
     115remainder_res = 150000.
     116local_res = 50000.
    117117coast_res = 500.
    118118interior_regions = [[project_slide.poly_syd1, local_res],
     
    193193t0 = time.time()
    194194
    195 for t in domain.evolve(yieldstep = 30, finaltime = 480):
     195for t in domain.evolve(yieldstep = 30, finaltime = 5000):
    196196    domain.write_time()
    197197    domain.write_boundary_statistics(tags = 'e2')
Note: See TracChangeset for help on using the changeset viewer.