Changeset 940


Ignore:
Timestamp:
Feb 22, 2005, 3:16:19 PM (20 years ago)
Author:
duncan
Message:

read most file

File:
1 edited

Legend:

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

    r927 r940  
    9090    boundary_file = 'kermadec2.sww'
    9191
    92     #Fb = File_boundary(boundary_file, domain, verbose=True)
     92    Fb = File_boundary(boundary_file, domain, verbose=True)
    9393
    9494    print 'Available boundary tags are', domain.get_boundary_tags()
     
    102102    tags = {}
    103103   
    104     tsunami = Bw
     104    tsunami = Fb
    105105    tags['w1'] = tsunami
    106106    tags['w2'] = tsunami
Note: See TracChangeset for help on using the changeset viewer.