Changeset 3981
- Timestamp:
- Nov 14, 2006, 2:18:22 PM (18 years ago)
- Location:
- anuga_work/production/hobart_2006
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/make_report_boundary_BOM.py
r3972 r3981 16 16 plot(x, elev, '-', c = cstr[j]) 17 17 xlabel('Easting') 18 ylabel(' Water Depth')18 ylabel('Elevation') 19 19 legend((leg_label),loc='upper right') 20 20 savefig(figname) … … 90 90 91 91 figname = 'compare_elev.png' 92 print_elev(elevfiles,production_dirs,report _dir+figname)92 print_elev(elevfiles,production_dirs,reportdir+figname) 93 93 94 94 # Start report generation -
anuga_work/production/hobart_2006/project.py
r3972 r3981 192 192 193 193 eastingmin_kingston = 525500 #525905.49 194 eastingmax_kingston = 52 7773.42195 northingmin_kingston = 5240 256.71196 northingmax_kingston = 5242 300 #5242148.58194 eastingmax_kingston = 525680 195 northingmin_kingston = 5240850 196 northingmax_kingston = 5242060 #5242148.58 197 197 198 198 eastingmin_bruny = 523638.9 … … 215 215 216 216 # to refine around paleo sites 217 poly_kingston = read_polygon(polygondir+'Kingston .csv')217 poly_kingston = read_polygon(polygondir+'Kingston_up.csv') 218 218 poly_bruny = read_polygon(polygondir+'bruny_refine.csv') 219 219 poly_site13 = read_polygon(polygondir+'Site13.csv') -
anuga_work/production/hobart_2006/run_hobart_clipdata_refine.py
r3809 r3981 159 159 domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum']) 160 160 domain.set_minimum_storable_height(0.01) 161 domain.set_maximum_allowed_speed(0.1) 161 162 162 163 #-------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.