Changeset 4025


Ignore:
Timestamp:
Nov 21, 2006, 4:52:00 PM (17 years ago)
Author:
ole
Message:

Modifications with Rosh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/solitary_waves/solitary_wave_runup.py

    r4011 r4025  
    7878                         interior_regions=[[interior_polygon,dx*dy/32]])
    7979
     80
     81
    8082domain = Domain(meshname, use_cache=True, verbose = True)
    8183domain.set_minimum_storable_height(0.01)
     
    165167
    166168
     169y0 = y_max
    167170print '**********************************************'
     171print 'Coastline elevation = %.2f at (x,y)=(%.2f, %.2f)' %(w0, x0, y0)
    168172print 'Max coastline elevation = %.2f at (%.2f, %.2f)' %(w_max, x_max, y_max)
    169173print 'Run up distance = %.2f' %sqrt( (x_max-x0)**2 + (y_max-y0)**2 )
Note: See TracChangeset for help on using the changeset viewer.