Changeset 6168


Ignore:
Timestamp:
Jan 14, 2009, 4:15:18 PM (16 years ago)
Author:
ole
Message:

Work on Patong validation

Location:
anuga_work/production/patong
Files:
2 edited

Legend:

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

    r6133 r6168  
    4848finaltime=15000         # final time for simulation 15000
    4949
    50 setup='trial'  # Final can be replaced with trial or basic.
     50setup='final'  # Final can be replaced with trial or basic.
    5151               # Either will result in a coarser mesh that will allow a
    5252               # faster, but less accurate, simulation.
     
    8181# elevation data used in build_patong.py
    8282# four textfiles, with different resolutions
    83 elevation1 = 'XYpatong_10m_grid_msl_Project.txt'
    84 elevation2 = 'XYpatong_10m_small_grid_for_anuga_sub_Project.txt'
    85 elevation3 = 'XYpatong_bay_1s_grid_Project.txt'
    86 elevation4 = 'XYandaman_3s_grid_Clip_Project.txt'
     83elevation1 = 'patong_10m_grid_msl_Project.txt'
     84elevation2 = 'patong_10m_small_grid_for_anuga_sub_Project.txt'
     85elevation3 = 'patong_bay_1s_grid_Project.txt'
     86elevation4 = 'andaman_3s_grid_Clip_Project.txt'
    8787
    8888# gauges - used in get_timeseries.py
  • anuga_work/production/patong/run_patong.py

    r6133 r6168  
    151151        elev = building_heights[key]
    152152        L.append((poly, elev))
    153        
    154     #Q1 = domain.get_quantity('elevation')
    155     #Q2 = Quantity(domain) # Temporary quantity for buildings
    156     #Q2.set_values(Polygon_function(L, default=0.0))
    157153    domain.add_quantity('elevation', Polygon_function(L, default=0.0))
    158154   
Note: See TracChangeset for help on using the changeset viewer.