<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Folks,<br>
    <br>
    I am looking for an ncl function that can do vertical interpolation
    in 3d, but instead of using a constant level to interpolate to, I
    want to use an array variable to interpolate to.<br>
    <br>
    e.g. from existing function wrf_interp_3d_z<br>
    <br>
    <pre>function wrf_interp_3d_z (
                v3d     : numeric,  
                vert    : numeric,  
                loc [1] : numeric   
        )</pre>
    loc is a constant pressure or constant height.<br>
    I want to use "surface pressure -x" to get variables at the top of
    the surface layer, so loc would be a 2d array with ny x nx.<br>
    <br>
    Does such a function exist?<br>
    <br>
    Thanks<br>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <title></title>
      <br>
      <div class="moz-signature">
        <div class="moz-signature"><b>Michael</b><font
            face="Arial,sans-serif" color="#1F497D"><b> </b></font><font
            face="Arial,sans-serif" color="black"><b>Weston</b></font><font
            face="Arial,sans-serif" color="black"><b><br>
            </b></font><font face="Arial,sans-serif" color="black"
            size="2"><span style="font-size:10pt;"></span></font></div>
      </div>
    </div>
  </body>
</html>