I&#39;ve been making cross sections and wanted to put a limit on &quot;z&quot; instead of plotting up to the vertical max within my WRF output, but have been unsuccessful when trying to set a range for z.  Right now I read &quot;z&quot; in through<br>
 <br> z   = wrf_user_getvar(a, &quot;z&quot;,it)     ; grid point height<br> <br>and tried to set a range when creating my pv_plane<br> <br>pv_plane = wrf_user_intrp3d(pvo,z(0,4000),&quot;v&quot;,plane,0,opts)<br> <br>but keep receiving the error<br>
 <br>fatal:Number of subscripts do not match number of dimensions of variable,(2) Subscripts used, (3) Subscripts expected<br>fatal:Execute: Error occurred at or near line 110 in file PotVort_CrossS.ncl<br> <br>Does anyone know the proper format for declaring the range of &quot;z&quot;? <br>
 <br>Thanks,<br> <br>F. Tompkins