Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I'm wanting to construct a code using pylab import that shows how sound is affected by speed of sound underwater and how the temperature underwater

I'm wanting to construct a code using pylab import that shows how sound is affected by speed of sound underwater and how the temperature underwater in April at different oceanic depths and latitudes influences sound.

Speed of sound underwater equation: c = 1448.96 + 4.591T 5.304 102T2 + 2.374 104T3 + 1.340(S 35) + 1.630 102D + 1.675 107D2 1.025 102T (S 35) 7.139 1013T D3.

c = speed of sound in m/s

t = temp C

s = salinity 35 ppt 1000 grams

d = depth

the latitude of the ocean is between: 10S and 60S

temp: different at different depths and latitudes depth:

zone 1 (surface of the ocean) 0 to 200m

zone 2 (thermocline) 200 to 1000m

zone 3 (deep part of the ocean) 1000m +

In April, (Tsurface) is linear of the absolute value of the latitude; 2C at the poles - 25C at equator

(Tdeep part of the ocean) is 2C regardless of the latitude, and is a continuous function of the depths

The thermoclines temp must change with depth

The surface temperature is a linear function of latitude. Use top points 200 m for Tsurface and the bottom point 1000 m for Tdeep in the thermocline to determine the linear model for the temperature in zone 2.

The code can include only arrays, loops, floats, strings, calculations/conversions, variables, functions, conditionals, true or false statements boolean, else, elif, if statements, def, deg, and graphs.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

9. True or False: Larger MPCs imply larger multipliers. LO30.5

Answered: 1 week ago