[ncl-talk] Using WRF-User-getvar to plot microphysics species like QRAIN, QSNOW, QGRAUPEL

Dennis Shea shea at ucar.edu
Mon Jan 11 13:16:44 MST 2021


Are the variables on the wrfout_ file you are using?
If so, you could read the variables directly.

; single WRF file
   fwrf   = *addfile*
<http://www.ncl.ucar.edu/Document/Functions/Built-in/addfile.shtml>
("wrfout_...nc"."r")
   qrain = fwrf->QRAIN

; multiple WRF files
   fwrf   = *addfiles*
<http://www.ncl.ucar.edu/Document/Functions/Built-in/addfiles.shtml>
("wrfout_*...nc"."r")
   qrain = f[:]->QRAIN

If they are not on the file, somebody else will have to answer.
The wrf_ functions were provided by WRF people.

Good Luck



On Mon, Jan 11, 2021 at 12:14 PM David Reynolds via ncl-talk <
ncl-talk at mailman.ucar.edu> wrote:

>
> Has anyone modified the wrf_user_getvar to add the variables QRAIN, QSNOW
> and QGRAUPEL?
>
> Thanks,
>
> Dave
> --
> *David Reynolds*
> *Research Associate*
> *Dept. of Atmospheric and Oceanic Sciences*
> *University of Colorado*
> *at Monterey, CA  *
>
> *cell - 831-521-9262*
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at mailman.ucar.edu
> List instructions, subscriber options, unsubscribe:
> https://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210111/5e039359/attachment.html>


More information about the ncl-talk mailing list