<html>
<head>
  <title>Reanalysis Plotter - Potential Temperature</title>
  <link REL="stylesheet" TYPE="text/css" href="rean.css">
  <script language="JavaScript">
    self.moveTo(20,20);
    self.resizeTo(680,500);
  </script>
</head>
<center>
<h1>
  Potential Temperature
</h1>
<table width=600><tr><td align=center>
  <p align=justify>
Potential temperature is computed by using Poisson's equation:<br>
<table width=100%><tr><td align=center>
  Theta=T(p<font size=-1><sub>0</sub></font>/p)<font size=-1><sup>R/c<sub>p
  </sub></sup></font>
</td></tr></table>
Select 1000 mb for the surface potential temperature, computed using the 2
meter surface temperature and the surface pressure.

  </p>
Units: Kelvin
</td></tr></table>
<br><br>
</center>
</body>
</html>