<html>
<head>
  <title>Reanalysis Plotter - P-vectors</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>
  P-vectors
</h1>
<table width=600><tr><td align=center>
  <p align=justify>
The P-vector is defined by the following equations:<br>
P<font size=-1><sub>1</sub></font>=-f*[(u*dv/dx)+(v*dv/dy)]<br>
P<font size=-1><sub>2</sub></font>=f*[(u*du/dx)+(v*du/dy)]<br>
where the partial derivatives were calculated with the use of the
<i>cdiff</i> function in GrADS.
<br><br>
Note that the Coriolis parameter used here is defined as f=2*Omega*sin(latitude)
and the winds used in the calculation are the observed <a href="u.html">zonal</a>
and <a href="v.html">meridional</a> winds and are not geostrophic.
<br><br>
The vectors were made by plotting the vector sum of
P<font size=-1><sub>1</sub></font> and P<font size=-1><sub>2</sub></font>
and colored by the magnitude of the resulting vector.

  </p>
Units: m s<font size=-1><sup>-3</sup></font>
</td></tr></table>
<br><br>
</center>
</body>
</html>