Changeset 4580


Ignore:
Timestamp:
Jul 3, 2007, 4:18:32 PM (17 years ago)
Author:
sexton
Message:

minor updates for gauge names plus plotting files

Location:
anuga_work/production
Files:
11 added
5 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/broome_2006/project.py

    r4477 r4580  
    111111
    112112#gauges
     113beach_gauges = 'beach_gauges.csv'
    113114gauge_name = 'broome_gauges.csv'
    114115gauges_dir = home+sep+state+sep+scenario+sep+'anuga'+sep+'gauges'+sep
  • anuga_work/production/exmouth_2006/project.py

    r4546 r4580  
    138138
    139139#gauges
     140beach_gauges = 'beach_gauges.csv'
    140141gauge_name = 'exmouth_gauges.csv'
    141142gauges_dir = home+sep+state+sep+scenario+sep+'anuga'+sep+'gauges'+sep
  • anuga_work/production/onslow_2006/project.py

    r4504 r4580  
    7575#for MOST
    7676gauge_filename = gaugedir + 'gauge_location_onslow.csv'
     77gauge_filename_nsw = gaugedir + 'gauges_nsw.csv'
     78beach_gauges = gaugedir + 'beach_gauges.csv'
     79td_gauges = gaugedir + 'gauges_td.csv'
    7780gauge_filename_bindi = gaugedir + 'gauge_location_bindi.csv'
    7881gauges50 = gaugedir + '50_gauges.xya'
  • anuga_work/production/pt_hedland_2006/project.py

    r4477 r4580  
    127127
    128128gauge_filename = gaugedir + 'gauge_location_port_hedland.csv'
     129beach_gauges = gaugedir + 'beach_gauges.csv'
    129130gauge_checking = gaugedir + 'gauge_checking_test.csv'
    130131buildings_filename = gaugedir + 'Port_Hedland_res_Project.csv'
  • anuga_work/production/pt_hedland_2006/run_timeseries.py

    r3514 r4580  
    1313# generate figures - see sww2timeseries for documentation
    1414texname = sww2timeseries(swwfile,
    15                          project.gauge_filename,
     15                         project.beach_gauges,
    1616                         label_id,
    1717                         report = False,
    18                          plot_quantity = ['stage', 'velocity', 'bearing'],
     18                         plot_quantity = ['stage', 'speed'],
    1919                         time_min = None,
    2020                         time_max = None,
Note: See TracChangeset for help on using the changeset viewer.