<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[Azimuth]]></provider_name><provider_url><![CDATA[https://johncarlosbaez.wordpress.com]]></provider_url><author_name><![CDATA[John Baez]]></author_name><author_url><![CDATA[https://johncarlosbaez.wordpress.com/author/johncarlosbaez/]]></author_url><title><![CDATA[El Ni&ntilde;o Project (Part&nbsp;1)]]></title><type><![CDATA[link]]></type><html><![CDATA[<p>A bunch of Azimuth Project members like to program, so they started the <a href="http://www.azimuthproject.org/azimuth/show/Azimuth%20Code%20Project">Azimuth Code Project</a>&#8230; but now it&#8217;s getting more lively!  We&#8217;re trying to understand and predict the climate phenomenon known as El Ni&ntilde;o.</p>
<p>Why?  Several reasons:</p>
<p>&bull; It&#8217;s the biggest source of variability in the Earth&#8217;s climate on times scales between a year and a decade.  It causes weather disturbances in many regions, especially near the Pacific Ocean.  The last really big one happened in 1997-1998, and we&#8217;re waiting for the next.</p>
<div align="center">
<a href="http://www.shrimpnews.com/FreeReportsFolder/WeatherFolder/ElNino.html#Monster"><br />
<img width="445" src="https://i0.wp.com/math.ucr.edu/home/baez/ecological/el_nino/ElNinoMap1998.jpg" /><br />
</a>
</div>
<p>&bull; It&#8217;s hard to predict for more than 6 months in advance.  It&#8217;s not periodic: it&#8217;s a <i>quasi-periodic</i> phenomenon that occurs across the tropical Pacific Ocean every 3 to 7 years.</p>
<div align="center">
<a href="http://faculty.washington.edu/kessler/figures.html"><br />
<img border="none" width="450" src="https://i1.wp.com/math.ucr.edu/home/baez/ecological/el_nino/kessler_soi-1876-1998.gif" alt="" /><br />
</a>
</div>
<p>&bull;  It matters for global warming.  A lot of heat gets stored in the ocean, and a lot comes back into the atmosphere during an El Ni&ntilde;o.  So, the average surface air temperature of the Earth may reach a new high when the next El Ni&ntilde;o comes.</p>
<div align="center">
<a href="http://commons.wikimedia.org/wiki/File:Enso-global-temp-anomalies.png"><br />
<img width="440" src="https://i0.wp.com/math.ucr.edu/home/baez/ecological/el_nino/ENSO-global-temp-anomalies.png" alt="" /><br />
</a></div>
<p>&bull; In February 2014, <a href="http://www.pnas.org/content/early/2014/02/07/1323058111">a paper</a> in <i>Proceedings of the National Academy of Sciences</i> caused a stir by claiming to be able to predict the next El Ni&ntilde;o more than 6 months in advance using ideas from network theory.  Moreover, it claimed an El Niño would start in late 2014 with a 75% probability.</p>
<p>&bull; The math involved in this paper is interesting, not too complicated, and maybe we can improve on it.  At the very least, it raises a lot of questions worth studying.   And it&#8217;s connected to network theory, one of the Azimuth Project&#8217;s specialties!</p>
<p>We are already <a href="http://azimuth.mathforge.org/discussion/1358/experiments-in-el-nino-detection-and-prediction/?Focus=10683">hard at work</a> on this project.  We could use help from computer programmers, mathematicians, and physicists: there is lots to do!  But it makes sense to start by explaining the issues and what we&#8217;ve done so far.  We&#8217;ll do that in a series of posts here.</p>
<p>This first post will not get into many details.  Instead, I just want to set the stage with some basic information about El Ni&ntilde;o.</p>
<h3> El Ni&ntilde;o and La Ni&ntilde;a </h3>
<p>This animation produced by the <a href="http://www.bom.gov.au/watl/about-weather-and-climate/australian-climate-influences.shtml?bookmark=enso">Australian Bureau of Meteorology</a> shows how the cycle works:</p>
<div align="center">
<a href="http://www.bom.gov.au/watl/about-weather-and-climate/australian-climate-influences.shtml?bookmark=enso"><br />
<img border="none" src="https://i1.wp.com/math.ucr.edu/home/baez/ecological/el_nino/ensoanim.gif" alt="" /><br />
</a>
</div>
<p>During <b>La Ni&ntilde;a</b> years, trade winds blow across the Pacific Ocean from the  Americas to Asia in a strong way.  So, warm surface water gets pushed toward Asia.  Warmer oceans there create more clouds and rain there.   The other side of the Pacific gets cooler, so there is less rain in many parts of the Americas.</p>
<p>During <b>El Ni&ntilde;o</b> years, trade winds in the tropical Pacific weaken, and blobs of warm surface water move back toward the Americas.  So, the eastern part of the Pacific warms up.  We generally get more rain in the Americas&#8230; but less in Asia.</p>
<h3> ENSO </h3>
<p>The cycle of El Ni&ntilde;os and La Ni&ntilde;as is often called the <b>El Ni&ntilde;o/Southern Oscillation</b> or <b>ENSO</b>.  Why?  Because this cycle is linked to the <b>Southern Oscillation</b>: an oscillation in the difference in air pressure between the eastern and western Pacific:</p>
<div align="center">
<a href="http://www.cpc.ncep.noaa.gov/products/analysis_monitoring/ensocycle/soi.shtml"><br />
<img width="450" src="https://i0.wp.com/math.ucr.edu/home/baez/ecological/el_nino/soi_nino34.gif" /><br />
</a>
</div>
<p>The top graph shows variations in the water temperature of the tropical eastern Pacific ocean: when it&#8217;s hot we have an El Ni&ntilde;o.  The bottom graph shows the air pressure in Tahiti minus the air pressure in Darwin, Australia &mdash; up to a normalization constant, this called the <b>Southern Oscillation Index</b>, or <b>SOI</b>.  If you stare at the graphs a while, you&#8217;ll see they&#8217;re quite strongly correlated&#8212;or more precisely, <i>anticorrelated</i>, since one tends to go up when the other goes down.  So, remember:</p>
<div align="center">
A big <i>negative</i> SOI goes along with an El Ni&ntilde;o!
</div>
<p>There are other ways besides the SOI to tell if an El Ni&ntilde;o is happening.  We&#8217;ll talk later about these quantities, how they&#8217;re defined, how you can get the data online, what we&#8217;ve done with this data, and what we want to do.</p>
<h3> Is a big El Ni&ntilde;o coming? </h3>
<p>To conclude, I just want you to watch this short movie.  NASA&#8217;s Jason-2 satellite has detected blobs of hot water moving east toward America!  This has made some scientists&mdash;not just those using network theory&mdash;suspect a big El Ni&ntilde;o is on its way, perhaps a repeat of the one that started in 1997.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='315' src='https://www.youtube.com/embed/zaxPwASV2kY?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span>
<p>On the other hand, on June 17th the National Oceanic and Atmospheric Administation (NOAA) said that trends are now running &#8220;<a href="http://www.reportingclimatescience.com/news-stories/article/doubts-surface-over-2014-el-nino-development-as-warming-stalls.html">counter to typical El Ni&ntilde;o development</a>”.  So we&#8217;ll have to wait and see&#8230; and meanwhile, try to predict!</p>
<h3> References </h3>
<p>If you can&#8217;t wait to dive in, start here:</p>
<p>&bull; <a href="http://azimuth.mathforge.org/discussion/1358/experiments-in-el-nino-detection-and-prediction/?Focus=10683">Experiments in El Ni&ntilde;o detection and prediction</a>, Azimuth Forum.</p>
<p>To join this conversation, join the forum by following these instructions:</p>
<p>&bull; <a href="http://www.azimuthproject.org/azimuth/show/Forum+help">Forum help</a>.</p>
<p>This is the paper that got us excited:</p>
<p>&bull; Josef Ludescher, Avi Gozolchiani, Mikhail I. Bogachev, Armin Bunde, Shlomo Havlin, and Hans Joachim Schellnhuber, <a href="http://www.climatelinc.eu/fileadmin/UG_ADVANCED/Publications/BIU_-_Avi__Halvin__et_al-Very_early_warning_of_next_El_Nino.pdf">Very early warning of next El Ni&ntilde;o</a>, <i>Proceedings of the National Academy of Sciences</i>, February 2014.</p>
<p>A lot of the methodology is explained here:</p>
<p>&bull; Josef Ludescher, Avi Gozolchiani, Mikhail I. Bogachev, Armin Bunde, Shlomo Havlin, and Hans Joachim Schellnhuber, <a href="http://www.pnas.org/content/early/2013/06/26/1309353110.full.pdf+html">Improved El Niño forecasting by cooperativity detection</a>, <i>Proceedings of the National Academy of Sciences</i>, 30 May 2013. (For more discussion, <a href="http://azimuth.mathforge.org/discussion/1360/paper-ludescher-et-al-improved-el-nino-forecasting-by-cooperativity-detection/?Focus=10743">go to the Azimuth Forum</a>.)</p>
<h3> The series so far </h3>
<p>&bull; <a href="https://johncarlosbaez.wordpress.com/2014/06/20/el-nino-project-part-1/">El Niño project (part 1)</a>: basic introduction to El Niño and our project here.</p>
<p>&bull; <a href="https://johncarlosbaez.wordpress.com/2014/06/24/el-nino-project-part-2/">El Niño project (part 2)</a>: introduction to the physics of El Niño.</p>
<p>&bull; <a href="https://johncarlosbaez.wordpress.com/2014/07/01/el-nino-project-part-3/">El Niño project (part 3)</a>: summary of the work of Ludescher <i>et al</i>.</p>
<p>&bull; <a href="https://johncarlosbaez.wordpress.com/2014/07/08/el-nino-project-part-4/">El Niño project (part 4)</a>: how Graham Jones replicated the work by Ludescher <i>et al</i>, using software written in R.</p>
<p>&bull; <a href="https://johncarlosbaez.wordpress.com/2014/07/12/el-nino-project-part-5/">El Niño project (part 5)</a>: how to download R and use it to get files of climate data.</p>
<p>&bull; <a href="https://johncarlosbaez.wordpress.com/2014/07/23/el-nino-project-part-6/">El Niño project (part 6)</a>: Steve Wenner&#8217;s statistical analysis of the work of Ludescher <i>et al</i>.</p>
<p>&bull; <a href="https://johncarlosbaez.wordpress.com/2014/08/18/el-nino-project-part-7/">El Niño project (part 7)</a>: the definition of El Ni&ntilde;o.</p>
<p>&bull; <a href="https://johncarlosbaez.wordpress.com/2014/10/14/el-nino-project-part-8/">El Niño project (part 8)</a>: Berezin <i>et al</i> on the stability of climate networks.</p>
]]></html><thumbnail_url><![CDATA[https://i0.wp.com/math.ucr.edu/home/baez/ecological/el_nino/ElNinoMap1998.jpg?fit=440%2C330]]></thumbnail_url><thumbnail_height><![CDATA[223]]></thumbnail_height><thumbnail_width><![CDATA[440]]></thumbnail_width></oembed>