<html>
<head>
  <title>Reanalysis Plotter - Mean Sea-Level Pressure</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>
  Mean Sea-Level Pressure
</h1>
<table width=600><tr><td align=center>
  <p align=justify>
Mean sea-level pressure is derived from the standard surface pressure reduction
for surface observations, employed by the National Weather Service:<br><br>
<table  border=0 width=100%>
<tr><td width=20 valign=top>
1)
</td>
<td>
  Surface pressure is provided by the NCEP/NCAR 40-Year Reanalysis CD-ROM
</td></tr>
<tr><td valign=top>
2)
</td>
<td>
  The mean of the 2 meter temperature at the observation time and 12 hours
  earlier is determined (to reduce any diurnal effects)
</td></tr>
<tr><td valign=top>
3)
</td>
<td>
  The mean temperature from the surface to sea level is calculated using
  the 12 hour averaged surface temperature, and an assumed lapse rate of
  6.5 K/1000m.  The surface elevation is given by a fixed elevation file
  provided by the NCEP/NCAR 40-Year Reanalysis CD-ROM.
</td></tr>
<tr><td valign=top>
4)
</td>
<td>
  The hypsometric equation was used in the following form to solve for the
  mean sea-level pressure:<br>
  MSLP=P<font size=-1><sub>sfc</sub></font>exp<font size=-1><sup>g*dz/(R*T)
  </sup></font>
</td></tr>
<tr><td>&nbsp
</td><td align=center>
  <table cellpadding=0 cellspacing=0><tr>
    <td>
      where
    </td>
    <td>
      P<font size=-1><sub>sfc</sub></font> is the surface pressure
    </td></tr>
    <tr><td></td><td>
      g is gravity
    </td></tr>
    <tr><td></td><td>
      dz is the distance in meters from the surface to mean sea-level
    </td></tr>
    <tr><td></td><td>
      R is the dry gas constant
    </td></tr>
    <tr><td></td><td>
      T is the mean layer temperature from the surface to sea-level
    </td></tr>
  </table>
  </td></tr>
</table> 
<br>
Note that there is no plateau correction and that in practice, a
pressure reduction value is used by the National Weather Service.

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