Changeset 4030


Ignore:
Timestamp:
Nov 24, 2006, 9:18:19 AM (17 years ago)
Author:
sexton
Message:

planning charts (software to update Gantt charts available for download from ramp/downloads/Gantt Designer/Gantt?.msi )

Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2006/make_report.py

    r4029 r4030  
    7373# WA DLI data
    7474production_dirs = {#'20061008_234702': 'Mw 8-7', # 2500 res
    75                    #'20061004_230438': 'Mw 8-7', # 7500 res
     75                   #'20061004_230438': 'Mw 8-7'} # 7500 res
    7676                   '20061022_224422': 'Mw 8-7'} # refined mesh
    7777                   #'20061006_062319': 'Mw 8-5'} # 2500 res
     
    9999                                      #reportname = 'latexoutput',
    100100                                      plot_quantity = ['stage', 'speed'],
    101                                       surface = True,
     101                                      #surface = True,
    102102                                      time_min = None,
    103103                                      time_max = None,
  • anuga_work/production/hobart_2006/project.py

    r4029 r4030  
    7979#gauge_filename = gaugedir + 'hobart_gauges_final.csv'
    8080#gauge_filename = gaugedir + 'hobartGauges20061019.csv'
    81 gauge_filename = gaugedir + 'riskAreas231106.csv'
     81#gauge_filename = gaugedir + 'riskAreas231106.csv'
     82gauge_filename = gaugedir + 'hobart_gauges2.csv'
    8283#gauge_filename = gaugedir + 'gauges_MRT.csv'
    8384#gauge_filename_bom = gaugedir + 'gauges_bruny_fine.csv'
  • anuga_work/production/sydney_2006/smf_volume_conservation.py

    r3190 r4030  
    4545#axis([0, 5, -2, 2])
    4646
    47 figure(1)
     47figure(21)
    4848plot(X/lam0,eta1,'b.-',X/lam0,eta2,'g.-')
    4949title('Surface elevation of SMF: kappa = 0.83 and 1')
     
    5151ylabel('eta(x,y=0)')
    5252axis([0, 5, -2, 2])
     53savefig('check_fig2')
    5354
    5455def set_integral_zero(x,dx):
     
    7677    #print 'dx: %0.5f kappad: %f' % (dx, kappad1)
    7778
    78 figure(2)
     79figure(22)
    7980plot(dx_vec1,kappad_vec,'.-')
    8081title('Volume conservation')
     
    9798
    9899
    99 figure(3)
     100figure(23)
    100101plot(x0_vec2,kappad_vec2,'.-')
    101102title('Volume conservation - using xg')
Note: See TracChangeset for help on using the changeset viewer.