Ignore:
Timestamp:
Feb 1, 2006, 4:28:22 PM (19 years ago)
Author:
sexton
Message:

Updates to Sydney example.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/sydney_2006/run_sydney_smf.py

    r2293 r2317  
    8080if mytest == 0:
    8181    # for whole region
    82     interior_res = 2000 # run at 2000 for final one
     82    interior_res = 5000
    8383    interior_regions = [[project.harbour_polygon_2, interior_res],
    8484                        [project.botanybay_polygon_2, interior_res]] # maximal area of per triangle
     
    134134    # as advised by Adrian, this can be as much as 15000-30000 metres
    135135    # len = 4500.0
    136     len = 15000.0
     136    len = 30000.0
    137137    #thk = 670 #thk = 760.0
    138     thk = 75.0
     138    dep = 400.0
     139    thk = 0.44*dep #thk = 120.0
    139140    wid = 15000.0 # for slump scenario, wid=len
    140141    #dep = 400 #1000.0 #d = 400 doesn't make sense with thk = 670!
    141     dep = 400.0
    142142    rad = 3330
    143143    dp = 0.23
     
    190190t0 = time.time()
    191191
    192 for t in domain.evolve(yieldstep = 120, finaltime = 10800): #120 10800 = 3hrs
     192for t in domain.evolve(yieldstep = 120, finaltime = 18000): #120 10800 = 3hrs, 18000 = 5hrs
    193193    domain.write_time()
    194194    domain.write_boundary_statistics(tags = 'bottom') #quantities = 'stage')     
Note: See TracChangeset for help on using the changeset viewer.