;use this IDL command to create a plot of the monthly averaged local time meridional winds by month ;this is at a latitude matching Kauai (22 lat) adn a pressure level to match 90 km, using all avg lt's plot, [aveloct], avesmer(*, 59, 12), title = 'Monthly averaged local time meridional winds for Apr at 22 deg north at 90 km', xtitle= 'Local Time (hr)', ytitle= 'Winds (m/s)' ;using aveloct which is all local times shifted, summed and avg ;using avesmer which is all mer in a 3D array shifted, summed and avg ;when chosing avesmer elements, 59 is the # of the element that ;corresponds to 22 deg lat (kauai), and 12 is the # element that ;corresponds .001 ish mb =90 km alt