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

example of mesh that grinds to a halt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/gippsland_2005/run_gippsland.py

    r2077 r2078  
    4343       'maxlon': 148.25,
    4444       'mean_stage': project.tide,
    45        'zscale': 1,                 #Enhance tsunami
     45       'zscale': 100,                 #Enhance storm surge
    4646       'fail_on_NaN': False}
    4747       #,evaluate = True                 
     
    4949      )
    5050
     51
    5152#Create the mesh without elevation data
    52 triagle_count = cache(create_mesh,(100000), {'mesh_file':project.meshname}
     53triagle_count = cache(create_mesh,(1000), {'mesh_file':project.meshname}
    5354                           ,dependencies = ['create_mesh.py'])
    5455
     
    111112t0 = time.time()
    112113
    113 for t in domain.evolve(yieldstep = 60, finaltime = 1200):
     114for t in domain.evolve(yieldstep = 600, finaltime = 60*60*24):
    114115#                       skip_initial_step = True):
    115116    domain.write_time()
Note: See TracChangeset for help on using the changeset viewer.