#Malkmus coefficient data, for use with miniClimt #Malkmus data for CO2 (From Houghton) pref = 1.e5 #Reference pressure for widths (Check this) wave = [525. + 25.*i for i in range(12)] S0 = [1.086,2.684,1.324e2,9.797e2,9.657e3,8.597e4,2.693e4, 2.339e3,4.099e2,2.693e1,4.864,1.482] R0 = [2.514,5.438,3.365e1,8.290e1,2.53e2,8.171e2,3.049e2,1.272e2, 4.572e1,1.328e1,5.651,1.805] #**ToDo: Stuff the above data into a bandParams structure # #**Note: We could simplify mimiClimt a bit by putting the # definition of the malkmus transmission function in here, #instead of in miniClimt