Ignore:
Timestamp:
Mar 2, 2010, 2:31:30 PM (14 years ago)
Author:
fountain
Message:

updates to mandurah and bunbury storm surge models

Location:
anuga_work/production/mandurah_storm_surge_2009/gems_comparison
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/mandurah_storm_surge_2009/gems_comparison/build_elevation_GEMS.py

    r7628 r7647  
    8282print 'project_GEMS.elevation_clip_box', project_GEMS.elevation_clip_box
    8383
    84 G1 = geospatial_data['Man_25m'].clip(project_GEMS.elevation_clip_box)
     84G1 = geospatial_data['man_25m_prj'].clip(project_GEMS.elevation_clip_box)
    8585G2 = geospatial_data['man10m_ss'].clip_outside(project_GEMS.elevation_clip_box)
    8686
  • anuga_work/production/mandurah_storm_surge_2009/gems_comparison/project_GEMS.py

    r7628 r7647  
    6262#-------------------------------------------------------------------------------
    6363
    64 output_comment = [setup, tide, event, '_GEMS_compare']    # event_number will have to
     64output_comment = [setup, tide, event, 'GEMS_compare']    # event_number will have to
    6565                                                                                                # change to something relevent
    6666                                                                                                # for storm surge
     
    7777##                        'm_peel_10m.asc'
    7878##                        'm_harvey_10m.asc']
    79 ascii_grid_filenames = ['Man_25m',              # this is the latest 25m DEM from GEMS
     79ascii_grid_filenames = ['man_25m_prj',          # this is the latest 25m DEM from GEMS
    8080                                                'man10m_ss']    # this is to fill in areas not covered by the
    8181                                        # GEMS grid and is derived from the 10m resampled LiDAR from DoT,
  • anuga_work/production/mandurah_storm_surge_2009/gems_comparison/run_model_GEMS.py

    r7628 r7647  
    110110print domain.statistics()
    111111
    112 domain.starttime(project_GEMS.starttime)
     112domain.set_starttime(project_GEMS.starttime)
    113113domain.set_name(project_GEMS.scenario_name)
    114114domain.set_datadir(project_GEMS.output_run)
Note: See TracChangeset for help on using the changeset viewer.