4) According to the Turkish Seismic Design Code (TSDC 2019), the local site classes are defined as ZA, ZB, ZC, ZD, ZE and ZF, depending on the mean shear wave velocity (V,)30 of the uppermost 30 m of...


can you solve this on python


4) According to the Turkish Seismic Design Code (TSDC 2019), the local site classes are defined as ZA, ZB, ZC, ZD,<br>ZE and ZF, depending on the mean shear wave velocity (V,)30 of the uppermost 30 m of the soil/rock profile. Table 1<br>below shows the local site classes and soil types for the given (V,))30 values.<br>Table 1. Local site classes in TSDC 2019<br>Table 2. Test results for the site<br>Site<br>(V.)30<br>(m/s)<br>> 1500<br>Depth<br>(m)<br>V.<br>(m/s)<br>Soil type<br>class<br>234<br>ZA<br>Intact rock<br>10<br>350<br>ZB<br>Weathered rock<br>760 – 1500<br>15<br>451<br>zC<br>Very dense sand / Hard clay<br>360 – 760<br>20<br>378<br>25<br>820<br>ZD<br>Medium sand / Stiff clay<br>180 – 360<br>35<br>880<br>ZE<br>Loose sand / Soft clay<br>< 180<br>40<br>960<br>ZF<br>Other<br>45<br>940<br>A series of shear wave velocity measurements are done for a given construction site as shown in Table 2. Prepare a<br>script file which calculates the (V,)30 value and the local site class. Print out the results on the screen.<br>Sample printout format:<br>Vs30 = 446.60 m/s<br>Local soil class is zC (Very dense sand / Hard clay).<br>Notes:<br>Create a dictionary for Table 2, i.e., depth_vs = {5: 234, 10: 350, ...}.<br>• (V)30 value can be calculated by taking the mean of V, values for the first 30 m of depth.<br>• Ignore ZF site class in Table 1 when writing your script.<br>

Extracted text: 4) According to the Turkish Seismic Design Code (TSDC 2019), the local site classes are defined as ZA, ZB, ZC, ZD, ZE and ZF, depending on the mean shear wave velocity (V,)30 of the uppermost 30 m of the soil/rock profile. Table 1 below shows the local site classes and soil types for the given (V,))30 values. Table 1. Local site classes in TSDC 2019 Table 2. Test results for the site Site (V.)30 (m/s) > 1500 Depth (m) V. (m/s) Soil type class 234 ZA Intact rock 10 350 ZB Weathered rock 760 – 1500 15 451 zC Very dense sand / Hard clay 360 – 760 20 378 25 820 ZD Medium sand / Stiff clay 180 – 360 35 880 ZE Loose sand / Soft clay < 180="" 40="" 960="" zf="" other="" 45="" 940="" a="" series="" of="" shear="" wave="" velocity="" measurements="" are="" done="" for="" a="" given="" construction="" site="" as="" shown="" in="" table="" 2.="" prepare="" a="" script="" file="" which="" calculates="" the="" (v,)30="" value="" and="" the="" local="" site="" class.="" print="" out="" the="" results="" on="" the="" screen.="" sample="" printout="" format:="" vs30="446.60" m/s="" local="" soil="" class="" is="" zc="" (very="" dense="" sand="" hard="" clay).="" notes:="" create="" a="" dictionary="" for="" table="" 2,="" i.e.,="" depth_vs="{5:" 234,="" 10:="" 350,="" ...}.="" •="" (v)30="" value="" can="" be="" calculated="" by="" taking="" the="" mean="" of="" v,="" values="" for="" the="" first="" 30="" m="" of="" depth.="" •="" ignore="" zf="" site="" class="" in="" table="" 1="" when="" writing="" your="">

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here