<div dir="ltr"><div>I don't understand " there is no time dimension "</div><div>I-----------------<br></div><div><br></div><div>Please see <a href="https://www.ncl.ucar.edu/Document/Functions/WRF_contributed/wrf_times_c.shtml"><b>wrf_times_c</b></a></div><div><br></div><div>See the examples<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 24, 2022 at 9:24 PM Lyndz via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear NCL experts,</div><div><br></div><div>I would like to compute the potential vorticity tendency (dPV/dt) from a wrf file. </div><div>However, there is no time dimension in the variables (although the "time" variable can be obtained using the wrf_user_getvar)</div><div><br></div><div>Here's my script so far:</div><div><br></div><div>filename = "./wrfout_d01_2011-12-12_12_00_00"<br>a     = addfile(filename,"r")<br>times = wrf_user_getvar(a,"times",-1)                   ; get all times in the file<br>it = 89                                                   ; first time step<br>theta = wrf_user_getvar(a,"theta",it)<br>pv    = wrf_user_getvar(a,"pvo",it)                     ;potential vorticity<br></div><div><br></div><div>I would like to compute dPV/dt using centered finite difference (center_finite_diff_n).</div><div><br></div><div>Any ideas/solutions/examples on how can I do this in NCL?</div><div><br></div><div>I'll appreciate any help on this matter.</div><div><br></div><div>-Lyndz</div><div></div></div></div></div></div></div></div></div></div></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>