<?php
$title = "El Nin&#771;o";
ini_set('include_path', './' . PATH_SEPARATOR . '../' . PATH_SEPARATOR . ini_get('include_path'));
include_once("include/header.php");
?>

<div class="container">
	<img class="img-responsive" src="GSLA_ts/SLA_WEqPac.png">
	<p>
		<strong>Follow el Nin&#771;o with SLA:</strong>

		Inverse sea level anomaly averaged over a region (3-13N, 125E-145E) north of New Guinea, and sea surface temperature
		anomaly in the equatorial mid-Pacific NINO3.4 (https://www.psl.noaa.gov/gcos_wgsp/Timeseries). Positive NINO3.4 and negative
		SLA north of New Guinea indicate el Nin&#771;o events while negative NINO3.4 and positive SLA north of New Guinea
		indicate la Nin&#771;a events. <a href="http://oceancurrent.imos.org.au/news.php#20150715">SLA north of New Guinea was extremely low early in 2015</a>
		and remained low throughout the year marking a
		<a href="http://www.bom.gov.au/climate/updates/articles/a018.shtml">significant el Nin&#771;o event</a> globally.
	</p>

</div>

<?php
include("include/footer.php");
?>
