Changeset 4346
- Timestamp:
- Apr 2, 2007, 6:11:24 PM (18 years ago)
- Location:
- anuga_work/production
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/newcastle_2006/export_results.py
r4314 r4346 23 23 24 24 #corrected yacaaba and birubi 25 time_dir = '20070322_004007' # yacaaba_c1 - potential26 #time_dir = '2007032 2_003255' # yacaaba_c2 - historical25 #time_dir = '20070323_012157' # yacaaba_c1 - potential 26 #time_dir = '20070323_012425' # yacaaba_c2 - historical 27 27 #time_dir = '20070322_032705' # birubi_c1 - historical 28 28 #time_dir = '20070322_032618' # birubi_c2 - potential 29 #time_dir = '20070322_060006' # bulli_c2 - potential 30 #time_dir = '20070322_060132' # shovel_c2 - potential 29 31 30 32 # new region 31 33 #time_dir = '20070322_033350' # birubi 32 #time_dir = '2007032 2_033545' # yacaaba34 #time_dir = '20070323_012310' # yacaaba 33 35 #time_dir = '20070322_033716' # shovel 34 36 #time_dir = '20070322_033608' # bulli 37 38 # rerun 39 #time_dir = '20070331_080432' # birubi - historical 40 #time_dir = '20070331_070841' # yacaaba - c1 41 #time_dir = '20070331_080603' # birubi - c2 42 time_dir = '20070401_030248' # yacaaba - historical 43 #time_dir = '20070331_080235' # bulli - c2 44 #time_dir = '20070331_080213' # shovel - c2 35 45 36 46 directory = project_slide.outputdir … … 39 49 is_parallel = False 40 50 if is_parallel == True: nodes = 4 41 print 'output dir:', name51 print 'output dir:', directory + time_dir 42 52 43 53 which_var = 2 … … 51 61 52 62 if which_var == 2: # Depth 53 outname = name + '_depth -yacaaba'63 outname = name + '_depth' 54 64 quantityname = 'stage-elevation' 55 65 … … 84 94 quantity = quantityname, 85 95 cellsize = 25, 86 easting_min = project_slide.eastingmin, 87 easting_max = project_slide.eastingmax, 88 northing_min = project_slide.northingmin, 89 northing_max = project_slide.northingmax, 96 ## easting_min = project_slide.eastingmin1, 97 ## easting_max = project_slide.eastingmax1, 98 ## northing_min = project_slide.northingmin1, 99 ## northing_max = project_slide.northingmax1, 100 easting_min = project_slide.eastingmin2, 101 easting_max = project_slide.eastingmax2, 102 northing_min = project_slide.northingmin2, 103 northing_max = project_slide.northingmax2, 90 104 reduction = max, 91 105 verbose = True, -
anuga_work/production/newcastle_2006/project_slide.py
r4314 r4346 117 117 poly_surveyclip = read_polygon(polygondir+'surveyclip.csv') 118 118 119 # exporting asc grid 120 eastingmin = 366890121 eastingmax = 404270122 northingmin = 6335450123 northingmax = 6375630119 # exporting asc grid for c1 120 eastingmin1 = 366890 121 eastingmax1 = 404270 122 northingmin1 = 6335450 123 northingmax1 = 6375630 124 124 125 # exporting asc grid for Michelle 126 eastingmin = 386450 127 eastingmax = 432900 128 northingmin = 6357500 129 northingmax = 6400700 125 # exporting asc grid for Michelle and for c2 126 eastingmin2 = 386450 127 eastingmax2 = 432900 128 northingmin2 = 6357500 129 northingmax2 = 6400700 130 131 # exporting asc grid - The Entrance 132 eastingmin0 = 350950 133 eastingmax0 = 370015 134 northingmin0 = 6305280 135 northingmax0 = 6325620 130 136 131 137 ################################################################### … … 177 183 178 184 #yacaaba_depth = 1119.0 179 yacaaba_depth = 938 180 yacaaba_length = 4189 181 yacaaba_thickness = 53 182 yacaaba_width = 2898 185 yacaaba_depth = 938.0 186 yacaaba_length = 4189.0 187 yacaaba_thickness = 53.0 188 yacaaba_width = 2898.0 183 189 yacaaba_density = 1.48 184 190 yacaaba_slope = 2.3 -
anuga_work/production/newcastle_2006/run_newcastle_slide.py
r4314 r4346 133 133 domain.set_quantity('elevation', 134 134 filename = project_slide.combined_dem_name + '.pts', 135 use_cache = True,135 use_cache = False, 136 136 verbose = True, 137 137 alpha = 0.1 … … 143 143 from smf import slide_tsunami 144 144 145 tsunami_source = slide_tsunami(length=project_slide. shovel_length,146 width=project_slide. shovel_width,147 depth=project_slide. shovel_depth,148 slope=project_slide. shovel_slope,149 thickness=project_slide. shovel_thickness,150 x0=project_slide.slide_origin_ shovel_c2[0],151 y0=project_slide.slide_origin_ shovel_c2[1],152 alpha=project_slide. shovel_alpha,145 tsunami_source = slide_tsunami(length=project_slide.yacaaba_length, 146 width=project_slide.yacaaba_width, 147 depth=project_slide.yacaaba_depth, 148 slope=project_slide.yacaaba_slope, 149 thickness=project_slide.yacaaba_thickness, 150 x0=project_slide.slide_origin_yacaaba[0], 151 y0=project_slide.slide_origin_yacaaba[1], 152 alpha=project_slide.yacaaba_alpha, 153 153 domain=domain) 154 154 … … 173 173 from anuga.abstract_2d_finite_volumes.quantity import Quantity 174 174 175 for t in domain.evolve(yieldstep = 30, finaltime = 5000):175 for t in domain.evolve(yieldstep = 30, finaltime = 10000): 176 176 domain.write_time() 177 177 domain.write_boundary_statistics(tags = 'e14') -
anuga_work/production/sydney_2006/export_results.py
r4314 r4346 13 13 #time_dir = '20070121_213444' #bulli 14 14 #corrected yacaaba and birubi 15 time_dir = '20070322_035214' # yacaaba16 #time_dir = '20070322_035135' # birubi15 #time_dir = '20070322_035214' # yacaaba 16 time_dir = '20070322_035135' # birubi 17 17 18 18 directory = project_slide.outputdir … … 25 25 print 'output dir:', name 26 26 27 which_var = 027 which_var = 2 28 28 if which_var == 0: # Stage 29 29 outname = name + '_stage-eq-thurs-test' … … 35 35 36 36 if which_var == 2: # Depth 37 outname = name + '_depth -yacaaba'37 outname = name + '_depth' 38 38 quantityname = 'stage-elevation' 39 39 -
anuga_work/production/sydney_2006/report/anuga_setup.tex
r4327 r4346 160 160 C & Birubi - Historical & ${\rm newcastle \_tsunami\_scenario\_2006 \backslash anuga 161 161 \backslash outputs \backslash 162 200703 25\_064917}$ \\ \hline162 20070331\_080432}$ \\ \hline 163 163 C & Bulli (near Historical Birubi) & ${\rm newcastle \_tsunami\_scenario\_2006 \backslash anuga 164 164 \backslash outputs \backslash … … 169 169 C & Yacaaba (near Historical Birubi) & ${\rm newcastle \_tsunami\_scenario\_2006 \backslash anuga 170 170 \backslash outputs \backslash 171 200703 25\_065002}$ \\ \hline171 20070331\_070841}$ \\ \hline 172 172 C & Yacaaba - Historical & ${\rm newcastle \_tsunami\_scenario\_2006 \backslash anuga 173 173 \backslash outputs \backslash 174 2 0070325\_064426}$ \\ \hline174 220070402\_062735}$ \\ \hline 175 175 C & Birubi (near Historical Yacaaba) & ${\rm newcastle \_tsunami\_scenario\_2006 \backslash anuga 176 176 \backslash outputs \backslash 177 200703 25\_064651}$ \\ \hline177 20070331\_080603}$ \\ \hline 178 178 C & Shovel (near Historical Yacaaba) & ${\rm newcastle \_tsunami\_scenario\_2006 \backslash anuga 179 179 \backslash outputs \backslash 180 200703 25\_064525}$ \\ \hline180 20070331\_080213}$ \\ \hline 181 181 C & Bulli (near Historical Yacaaba) & ${\rm newcastle \_tsunami\_scenario\_2006 \backslash anuga 182 182 \backslash outputs \backslash 183 200703 25\_064602}$ \\ \hline183 20070331\_080235}$ \\ \hline 184 184 C0 & Bulli & ${\rm newcastle \_tsunami\_scenario\_2006 \backslash anuga 185 185 \backslash outputs \backslash -
anuga_work/production/sydney_2006/report/birubi_C0_map.tex
r4343 r4346 1 1 \begin{figure}[p] 2 \centerline{\includegraphics[scale=0.55]{../report_figures/birubiC imageryreviseddepth.jpg}}2 \centerline{\includegraphics[scale=0.55]{../report_figures/birubiC0imageryreviseddepth.jpg}} 3 3 \caption{Maximum inundation map for the potential Birubi slide in region C. Data: NSW Department of Lands and AHO.} 4 4 \label{fig:birubiC0} -
anuga_work/production/sydney_2006/report/birubi_C2_map.tex
r4327 r4346 1 1 \begin{figure}[p] 2 %\centerline{\includegraphics[scale=0.55]{../report_figures/birubiC2imageryreviseddepth.jpg}}3 \caption{Maximum inundation map for the potential Birubi slide in region C (near Historical Yacaaba). Data: NSW Department of Lands and AHO.}2 \centerline{\includegraphics[scale=0.55]{../report_figures/birubiC2imageryreviseddepth.jpg}} 3 \caption{Maximum inundation map for the potential Birubi slide in region C2 (near Historical Yacaaba). Data: NSW Department of Lands and AHO.} 4 4 \label{fig:birubiC2} 5 5 \end{figure} -
anuga_work/production/sydney_2006/report/birubi_C_map.tex
r4316 r4346 1 1 \begin{figure}[p] 2 %\centerline{\includegraphics[scale=0.55]{../report_figures/birubiCimageryreviseddepth.jpg}}2 \centerline{\includegraphics[scale=0.55]{../report_figures/birubiCimageryreviseddepth.jpg}} 3 3 \caption{Maximum inundation map for the historical Birubi slide in region C. Data: NSW Department of Lands and AHO.} 4 4 \label{fig:birubiC} -
anuga_work/production/sydney_2006/report/bulli_C2_map.tex
r4316 r4346 1 1 \begin{figure}[p] 2 %\centerline{\includegraphics[scale=0.55]{../report_figures/bulliC2imageryreviseddepth.jpg}}3 \caption{Maximum inundation map for a potential Bulli slide in region C (near Historical Yacaaba). Data: NSW Department of Lands and AHO.}2 \centerline{\includegraphics[scale=0.55]{../report_figures/bulliC2imageryreviseddepth.jpg}} 3 \caption{Maximum inundation map for a potential Bulli slide in region C2 (near Historical Yacaaba). Data: NSW Department of Lands and AHO.} 4 4 \label{fig:bulliC2} 5 5 \end{figure} -
anuga_work/production/sydney_2006/report/interpretation.tex
r4327 r4346 78 78 79 79 \begin{figure}[p] 80 \centerline{\includegraphics[scale=0.25]{../report_figures/depthvsampdataslide.png}}80 %\centerline{\includegraphics[scale=0.25]{../report_figures/depthvsampdataslide.png}} 81 81 \caption{Relationship between characteristic 3D amplitude and depth 82 82 for each slide volume.} -
anuga_work/production/sydney_2006/report/shovel_C2_map.tex
r4316 r4346 1 1 \begin{figure}[p] 2 %\centerline{\includegraphics[scale=0.55]{../report_figures/shovelC2imageryreviseddepth.jpg}}3 \caption{Maximum inundation map for a potential Shovel slide in region C (near Historical Yacaaba). Data: NSW Department of Lands and AHO.}2 \centerline{\includegraphics[scale=0.55]{../report_figures/shovelC2imageryreviseddepth.jpg}} 3 \caption{Maximum inundation map for a potential Shovel slide in region C2 (near Historical Yacaaba). Data: NSW Department of Lands and AHO.} 4 4 \label{fig:shovelC2} 5 5 \end{figure} -
anuga_work/production/sydney_2006/report/sydney_2006_report.tex
r4343 r4346 85 85 \clearpage 86 86 87 \input{bulli_ b_map}87 \input{bulli_B_map} 88 88 \clearpage 89 89 … … 163 163 \section{Time series} 164 164 \label{sec:timeseries} 165 \input{latexoutput20061211071516}166 \clearpage165 %\input{latexoutput20061211071516} 166 %\clearpage 167 167 168 \input{latexoutput20061211060105}169 \clearpage168 %\input{latexoutput20061211060105} 169 % \clearpage 170 170 171 \input{latexoutput20061211073709}172 \clearpage171 %\input{latexoutput20061211073709} 172 % \clearpage 173 173 174 174 -
anuga_work/production/sydney_2006/report/yacaaba_C2_map.tex
r4316 r4346 1 1 \begin{figure}[p] 2 2 %\centerline{\includegraphics[scale=0.55]{../report_figures/yacaabaC2imageryreviseddepth.jpg} } 3 \caption{Maximum inundation map for the historical Yacaaba slide in region C . Data: NSW Department of Lands and AHO.}3 \caption{Maximum inundation map for the historical Yacaaba slide in region C2. Data: NSW Department of Lands and AHO.} 4 4 \label{fig:yacaabaC2} 5 5 \end{figure} -
anuga_work/production/wollongong_2006/export_results.py
r4314 r4346 44 44 45 45 if which_var == 2: # Depth 46 outname = name + '_depth- yacaaba'46 outname = name + '_depth-origclip' 47 47 quantityname = 'stage-elevation' 48 48 -
anuga_work/production/wollongong_2006/project_slide.py
r4314 r4346 118 118 119 119 # exporting asc grid for Amy 120 eastingmin = 282000121 eastingmax = 306500122 northingmin = 6131750123 northingmax = 6170850120 ##eastingmin = 282000 121 ##eastingmax = 306500 122 ##northingmin = 6131750 123 ##northingmax = 6170850 124 124 125 125 ###################################################################
Note: See TracChangeset
for help on using the changeset viewer.