Ignore:
Timestamp:
Apr 28, 2008, 8:00:14 AM (17 years ago)
Author:
sexton
Message:

(1) update of production processes document (2) test for generating points for URS output (3) update of graduate proposal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/exmouth_2006/plot_contour_data.py

    r4949 r5245  
    33
    44import project
    5 from pylab import plot, xlabel, ylabel, savefig, ion, close, axis, title, legend, grid
     5from pylab import plot, xlabel, ylabel, savefig, ion, close, axis, title, legend, grid, figure
    66from os import sep
    77 
     
    5656#Magnitude 9.0 event (Sumba) at Exmouth')
    5757legend(['ANUGA','Green\'s law'])
    58 axis([-5,85,min(stage_max)*0.9,max(stage_max)*1.1])
     58#axis([-5,85,min(stage_max)*0.9,max(stage_max)*1.1])
     59axis([-5,85,3.5,max(stage_max)*1.1])
    5960grid(True)
    6061#savefig('stratification_onslow_gun')
     
    6263#savefig('stratification_dampier_gun')
    6364
     65depthv2 = [0,5,20,80]
     66datav2 = [8.2,6,4,h1]
     67figure(2)
     68plot(d2,green,'g-',depthv2,datav2,'bo-')
     69xlabel('depth (m)')
     70ylabel('stage (m)')
     71title('ANUGA modelled maximum stage versus Green\'s approximation \n \
     72Magnitude 9.3 event (Java) at Exmouth')
     73legend(['ANUGA','Green\'s law'])
     74axis([-5,85,3.5,max(stage_max)*1.1])
     75grid(True)
     76savefig('strat_exmouth_gun_v2')
    6477close('all')
    6578
Note: See TracChangeset for help on using the changeset viewer.