Strain energy: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
No edit summary
 
en>Alex&Jones1878
Added 3rd 'U' eqn and Young's mod 'E'
 
Line 1: Line 1:
{{more footnotes|date=April 2011}}
I am Milford from Bageritz. I love to play French Horn. Other hobbies are Racquetball.<br><br>Visit my homepage: [http://support.file1.com/entries/34416794-Reliable-Guidance-Concerning-How-To-Effectively-Create-An-Online-Web-Hosting-Website Hostgator Coupon Codes]
The '''Walker circulation''', also known as the '''Walker cell''', is a conceptual model of the air flow in the [[tropics]] in the lower atmosphere ([[troposphere]]).  According to this model parcels of air follow a closed circulation in the  [[zonal]] and vertical directions. This circulation, which is roughly consistent with observations, is caused by differences in heat distribution between ocean and land.  It was discovered by [[Gilbert Walker]].  In addition to motions in the zonal and vertical direction the tropical atmosphere also has considerable motion in the [[meridional]] direction as part of, for example, the [[Hadley Circulation]].
 
==Walker's methodology==
Walker determined that the time scale of a year (used by many studying the atmosphere) was unsuitable because geospatial relationships could be entirely different depending on the season. Thus, Walker broke his temporal analysis into December–February, March–May, June–August, and September–November.
 
Walker then selected a number of "centers of action", which included areas such as the Indian Peninsula. The centers were in the hearts of regions with either permanent or seasonal high and low pressures. He also added points for regions where rainfall, wind or temperature was an important control.
 
He examined the relationships of the summer and winter values of pressure and rainfall, first focusing on summer and winter values, and later extending his work to the spring and autumn.
 
He concludes that variations in temperature are generally governed by variations in pressure and rainfall. It had previously been suggested that sunspots could be the cause of the temperature variations, but Walker argued against this conclusion by showing monthly correlations of sunspots with temperature, winds, cloud cover, and rain that were inconsistent.
 
Walker made it a point to publish all of his correlation findings, both of relationships found to be important as well as relationships that were found to be unimportant. He did this for the purpose of dissuading researchers from focusing on correlations that did not exist.
 
==Mathematical basis==
The statistical model involved in the analysis of atmospheric data that led to the discovery of the Walker circulation is called an autoregressive (AR) process.
 
===Autocorrelation function===
As background, first consider the autocorrelation function. An autocorrelation function in a measure of the dependence of time series values at one time on the values at another time. Given the time series <math>x(n), n=1, 2, ...N</math>, the autocorrelation function at lag <math>k</math> is defined as:
 
<math> R_{xx}(k) = \frac{1}{(N-k)} \sum_{i=1}^{N-k} x(i) x(i+k).\,</math>
 
The value of the autocorrelation function at lag <math>0</math> is the power of <math>x(n)</math>, or its variance if the mean value of <math>x(n)</math> is zero:
 
<math> R_{xx}(0) = \frac{1}{N} \sum_{i=1}^{N} x(i)^2.\,</math>
 
Moreover, <math> \sqrt{R_{xx}(\infty)},</math> is the mean value for random processes.
 
The autocorrelation function may be used to detect deterministic components masked in a random background because autocorrelation functions of deterministic data (like sine wave) persist over all time displacements, while autocorrelation functions of stochastic processes tend to zero for large time displacement (for 0-mean time series).
<ref>[http://www.cbi.dongnocchi.it/glossary/Autocorrelation.html AUTOCORRELATION FUNCTION]</ref>
 
===Autoregressive model===
{{Main|Autoregressive model}}
Next, consider the autoregressive model proposed by Walker. [[Autoregressive model|Autoregressive Modeling]] is mathematical modeling of a time series based on the assumption that each value of the series depends only on a weighted sum of the previous values of the same series plus "noise".
 
If <math>x(j)</math> is the <math>j</math>-th value of the time series, the AR model of order <math>p</math> is given by:
 
<math> x(j) = \sum_{i=1}^p a_i x(j-i) + n(j).\,</math>
 
where <math>n(j)</math> is the noise. The order, <math>p</math>, can be considered as an index of the lag within the time series of which data will be considered for the analysis. The larger the lag, the larger the system of equations to be solved.
 
The AR coefficients can be estimated from the autocorrelation sequence by solving the [[#Yule-Walker equations|Yule-Walker equations]].<ref>[http://www.cbi.dongnocchi.it/glossary/AR.html AUTOREGRESSIVE MODELING]</ref>
 
The generalized matrix version of the AR(''p'') model is given by the equation
 
<math> X_t = \sum_{i=1}^p \varphi_i X_{t-i}+ \varepsilon_t.\,</math>
 
Gidon Eshel provides a useful breakdown of the Yule-Walker equations that discusses their relation to between the least squares approach for fitting an AR(p) model.<ref>[http://www-stat.wharton.upenn.edu/~steele/Courses/956/ResourceDetails/YWSourceFiles/YW-Eshel.pdf Yule-Walker equations]</ref>
 
===Yule-Walker equations===
The AR(''p'') model is given by the equation
 
<math> X_t = \sum_{i=1}^p \varphi_i X_{t-i}+ \varepsilon_t.\,</math>
 
It is based on parameters <math>\varphi_i</math> where <math>i = 1, \ldots, p</math>. There is a direct correspondence between these parameters and the covariance function of the process, and this correspondence can be inverted to determine the parameters from the autocorrelation function (which is itself obtained from the covariances). This is done using the '''Yule-Walker equations''':
 
<math> \gamma_m = \sum_{i=1}^p \varphi_i \gamma_{m-i} + \sigma_\varepsilon^2\delta_m </math>
 
where <math>m = 0, \ldots, p</math>, yielding <math>p+1</math> equations. <math>\gamma_m</math> is the [[autocovariance function]] of <math>X</math>, <math>\sigma_\varepsilon</math> is the [[standard deviation]] of the input noise process, and <math>\delta_m</math> is the [[Kronecker delta function]].
 
Because the last part of the equation is non-zero only if <math>m=0</math>, the equation is usually solved by representing it as a matrix for <math>m>0</math>, thus getting equation
 
<math>\begin{bmatrix}\gamma_1 \\ \gamma_2 \\ \gamma_3 \\ \vdots \\ \end{bmatrix} =
\begin{bmatrix}
\gamma_0 & \gamma_{-1} & \gamma_{-2} & \dots \\
\gamma_1 & \gamma_0 & \gamma_{-1} & \dots \\
\gamma_2 & \gamma_{1} & \gamma_{0} & \dots \\
\vdots      & \vdots        & \vdots      & \ddots \\
\end{bmatrix}
\begin{bmatrix}
\varphi_{1} \\
\varphi_{2} \\
\varphi_{3} \\
\vdots \\
\end{bmatrix}</math>
 
solving all <math>\varphi</math>. For <math>m=0</math> have
 
<math> \gamma_0 = \sum_{i=1}^p \varphi_i \gamma_{-i} + \sigma_\varepsilon^2 </math>
 
which allows us to solve <math>\sigma_\varepsilon^2</math>.
 
The above equations (the Yule-Walker equations) provide one route to estimating the parameters of an AR(p) model, by replacing the theoretical covariances with estimated values. One way of specifying the estimated covariances is equivalent to a calculation using [[least squares regression]] of values <math>X_t</math> on the <math>p</math> previous values of the same series.
 
==Oceanic effects==
The Walker Circulations of the tropical Indian, Pacific, and Atlantic basins result in westerly surface winds in Northern Summer in the first basin and easterly winds in the second and third basins.  As a result the temperature structure of the three oceans display dramatic asymmetries.  The equatorial Pacific and Atlantic both have cool surface temperatures in Northern Summer in the east, while cooler surface temperatures prevail only in the western Indian Ocean.  And these changes in surface temperature reflect changes in the depth of the thermocline.
 
Changes in the Walker Circulation with time occur in conjunction with changes in surface temperature.  Some of these changes are forced externally, such as the seasonal shift of the Sun into the Northern Hemisphere in summer.  Other changes appear to be the result of coupled ocean-atmosphere feedback in which, for example,  easterly winds cause the sea surface temperature to fall in the east, enhancing the zonal heat contrast and hence intensifying easterly winds across the basin. These anomalous easterlies induce more equatorial upwelling and raise the thermocline in the east, amplifying the initial cooling by the southerlies. This coupled ocean-atmosphere feedback was originally proposed by Bjerknes. From an oceanographic point of view, the equatorial cold tongue is caused by easterly winds. Were the earth climate symmetric about the equator, cross-equatorial wind would vanish, and the cold tongue would be much weaker and have a very different zonal structure than is observed today.<ref>[http://cat.inist.fr/?aModele=afficheN&cpsidt=2154325 Ocean-atmosphere interaction in the making of the Walker circulation and equatorial cold tongue]</ref>
The Walker cell is indirectly related to [[upwelling]] off the coasts of [[Peru]] and [[Ecuador]]. This brings [[nutrient]]-rich cold water to the surface, increasing fishing stocks.
 
==El Niño==
{{Main|El Niño–Southern Oscillation}}
 
[[Image:LaNina.png|thumb|A schematic diagram of the quasi-equilibrium and [[El Niño|La Niña]] phase of the southern oscillation. The '''Walker circulation''' is seen at the surface as easterly trade winds which move water and air warmed by the sun towards the west. The western side of the equatorial Pacific is characterized by warm, wet low pressure weather as the collected moisture is dumped in the form of typhoons and thunderstorms. The ocean is some 60 cm higher in the western Pacific as the result of this motion. The water and air are returned to the east. Both are now much cooler, and the air is much drier. An El Niño episode is characterised by a breakdown of this water and air cycle, resulting in relatively warm water and moist air in the eastern Pacific.]]
 
The Walker circulation is caused by the [[pressure gradient force]] that results from a [[High pressure area|high pressure system]] over the eastern Pacific ocean, and a [[low pressure system]] over [[Indonesia]].  When the Walker circulation weakens or reverses, an [[El Niño]] results, causing the ocean surface to be warmer than average, as upwelling of cold water occurs less or not at all.  An especially strong Walker circulation causes a [[La Niña]], resulting in cooler ocean temperatures due to increased upwelling.
 
A scientific study published in May 2006 in the journal [[Nature (journal)|Nature]] indicates that the Walker circulation has been slowing since the mid-19th Century. The authors argue that [[global warming]] is a likely causative factor in the weakening of the wind pattern.<ref>[http://www.gfdl.noaa.gov/research/climate/highlights/index.html#walker A tropical atmospheric circulation slow-down]</ref> However, a new study from The Twentieth Century Reanalysis Project shows that the Walker circulation has not been slowing (or increasing) from 1871-2008.<ref>The Twentieth Century Reanalysis Project. Quarterly Journal of the Royal Meteorological Society, 137: 1–28. {{doi|10.1002/qj.776}}, http://onlinelibrary.wiley.com/doi/10.1002/qj.776/abstract</ref>
 
==See also==
*[[Atmospheric circulation]]
*[[Earth's atmosphere]]
 
==References==
* Walker Institute, University of Reading, UK. http://www.walker-institute.ac.uk/about/sir_gilbert.htm
* Walker, JM. Pen Portrait of Sir Gilbert Walker, CSI, MA, ScD, FRS. Weather 1997 (Volume 52, No.7, pages 217-220)
* Walker, G.T. and Bliss, E.W., 1930. World Weather IV, Memoirs of the Royal Meteorological Society,  3, (24), 81-95.
* Walker, G.T. and Bliss, E.W., 1937. World Weather VI, Memoirs of the Royal Meteorological Society, 4, (39), 119-139.
* Walker, G.T., 1923. Correlation in seasonal variations of weather, VIII. A preliminary study of world weather. Memoirs of the India Meteorological Department, 24, (4), 75-131.
* Walker, G.T., 1924. Correlation in seasonal variations of weather, IX. A further study of world weather. Memoirs of the India Meteorological Department, 24, (9),275-333. http://www.rmets.org/about/history/classics.php
* Katz, R.W. Sir Gilbert Walker and a Connection between El Nino and Statistics. Statistical Science, 17  (2002), 97-117. http://amath.colorado.edu/courses/4540/2004Spr/walkerss.pdf
* Climate research summary - [http://www.gfdl.noaa.gov/research/climate/highlights/index.html#walker Walker Circulation: a tropical atmospheric circulation slow-down] Text and graphics from [[NOAA]] / [[Geophysical Fluid Dynamics Laboratory]]
* [http://www.eurekalert.org/pub_releases/2006-05/ncfa-sit050106.php Slowdown in tropical Pacific flow pinned on climate change] - press release from [[University Corporation for Atmospheric Research]].
* [http://www.nature.com/nature/journal/v441/n7089/abs/nature04744.html Weakening of tropical Pacific atmospheric circulation due to anthropogenic forcing ] 4 May 2006 in [[Nature (journal)|Nature]].
* [http://www.breitbart.com/news/2006/05/03/D8HCH8VO2.html Associated Press news story, 3 May 2006: "Global Warming Cited in Wind Shift"]
* [http://www.atmos-chem-phys.net/12/9791/2012/acp-12-9791-2012.html Tropical convective transport and the Walker circulation], 29 October 2012 in [[Atmospheric Chemistry and Physics]]
'''In-line citations'''
{{Reflist}}
 
{{Use dmy dates|date=September 2010}}
 
{{DEFAULTSORT:Walker Circulation}}
[[Category:Tropical meteorology]]
 
[[fr:Circulation atmosphérique#Circulation de Walker]]

Latest revision as of 21:10, 22 October 2014

I am Milford from Bageritz. I love to play French Horn. Other hobbies are Racquetball.

Visit my homepage: Hostgator Coupon Codes