Changeset 6168
- Timestamp:
- Jan 14, 2009, 4:15:18 PM (16 years ago)
- Location:
- anuga_work/production/patong
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/project.py
r6133 r6168 48 48 finaltime=15000 # final time for simulation 15000 49 49 50 setup=' trial' # Final can be replaced with trial or basic.50 setup='final' # Final can be replaced with trial or basic. 51 51 # Either will result in a coarser mesh that will allow a 52 52 # faster, but less accurate, simulation. … … 81 81 # elevation data used in build_patong.py 82 82 # 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'83 elevation1 = 'patong_10m_grid_msl_Project.txt' 84 elevation2 = 'patong_10m_small_grid_for_anuga_sub_Project.txt' 85 elevation3 = 'patong_bay_1s_grid_Project.txt' 86 elevation4 = 'andaman_3s_grid_Clip_Project.txt' 87 87 88 88 # gauges - used in get_timeseries.py -
anuga_work/production/patong/run_patong.py
r6133 r6168 151 151 elev = building_heights[key] 152 152 L.append((poly, elev)) 153 154 #Q1 = domain.get_quantity('elevation')155 #Q2 = Quantity(domain) # Temporary quantity for buildings156 #Q2.set_values(Polygon_function(L, default=0.0))157 153 domain.add_quantity('elevation', Polygon_function(L, default=0.0)) 158 154
Note: See TracChangeset
for help on using the changeset viewer.