Ignore:
Timestamp:
Oct 22, 2004, 4:38:50 PM (20 years ago)
Author:
ole
Message:

tracking down timestep bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/examples/run_tsh.py

    r421 r439  
    5050
    5151    domain.checkpoint = False #True
    52     domain.default_order = 2
     52    domain.default_order = 1
    5353    domain.visualise = visualise
    5454
     
    7575
    7676    #Set friction
    77     manning = 0.07
    78     inflow_stage = 10
     77    #manning = 0.07
     78    manning = 0.3   
     79    inflow_stage = 10.0
    7980    domain.set_quantity('friction', manning)
    8081
     
    110111    tags['0'] = Br
    111112    tags['wall'] = Br
    112     tags['external'] = Bt
     113    tags['external'] = Br
    113114
    114115    domain.set_boundary(tags)
Note: See TracChangeset for help on using the changeset viewer.