<div dir="ltr"><div>Are the variables on the wrfout_ file you are using?</div><div>If so, you could read the variables directly.<br></div><div><br></div><div>; single WRF file<br></div><div>   fwrf   = <a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/addfile.shtml"><b>addfile</b></a>("wrfout_...nc"."r")</div><div>   qrain = fwrf->QRAIN</div><div><br></div><div>; multiple WRF files</div><div>   fwrf   = <a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/addfiles.shtml"><b>addfiles</b></a>("wrfout_*...nc"."r")</div><div>   qrain = f[:]->QRAIN<br></div><div><br></div><div>If they are not on the file, somebody else will have to answer.</div><div>The wrf_ functions were provided by WRF people.</div><div><br></div><div>Good Luck<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 11, 2021 at 12:14 PM David Reynolds 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"><br clear="all"><div>Has anyone modified the wrf_user_getvar to add the variables QRAIN, QSNOW and QGRAUPEL?   </div><div><br></div><div>Thanks,</div><div><br>Dave</div>-- <br><div dir="ltr"><div dir="ltr"><div><font color="#000099"><i>David Reynolds</i></font><div><font color="#000099"><i>Research Associate</i></font></div><div><font color="#000099"><i>Dept. of Atmospheric and Oceanic Sciences</i></font></div><div><font color="#000099"><i>University of Colorado</i></font></div><div><font color="#000099"><i>at Monterey, CA  </i></font></div><div><font color="#000099"><i><br></i></font></div><div><font color="#000099"><i>cell - 831-521-9262</i></font></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></blockquote></div>