Changeset 2079


Ignore:
Timestamp:
Nov 28, 2005, 10:25:28 AM (18 years ago)
Author:
duncan
Message:

'scenario'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/gippsland_2005/run_gippsland.py

    r2078 r2079  
    5151
    5252#Create the mesh without elevation data
    53 triagle_count = cache(create_mesh,(1000), {'mesh_file':project.meshname}
     53triagle_count = cache(create_mesh,(100000), {'mesh_file':project.meshname}
    5454                           ,dependencies = ['create_mesh.py'])
    5555
     
    103103Bt = Transmissive_boundary(domain)
    104104Bd = Dirichlet_boundary([project.tide,0,0])
    105 Bw = Time_boundary(domain=domain,
    106                    f=lambda t: [(60<t<660)*4, 0, 0])
     105#Bw = Time_boundary(domain=domain,
     106#                   f=lambda t: [(60<t<660)*4, 0, 0])
    107107
    108108domain.set_boundary( {'back': Br,'side': Bd, 'ocean': Bf} ) #CSIRO storm surge
     
    112112t0 = time.time()
    113113
    114 for t in domain.evolve(yieldstep = 600, finaltime = 60*60*24):
     114for t in domain.evolve(yieldstep = 60, finaltime = 1200):
    115115#                       skip_initial_step = True):
    116116    domain.write_time()
Note: See TracChangeset for help on using the changeset viewer.