powered by
MakeAtmList.lin(z0 = 0, c0 = 343, gc = 0, wx0 = 0, gwx = 0, wy0 = 0, gwy = 0, rho0 = 1.2929 * exp(-z0/6800), grho = -0.0001901323 * exp(-z0/6800))
# make atmospheres spanning a range of base sound speeds and # sound speed gradients c0 = seq(330, 336, 0.1) gc = seq(-0.006, -0.004, 0.0005) ATM_list = MakeAtmList.lin(c0 = c0, gc = gc)
Run the code above in your browser using DataLab