[ncl-talk] Computing daily minimum and maximum temperatures from WRF output

Rick Brownrigg brownrig at ucar.edu
Tue Jul 20 17:49:43 MDT 2021


Hi Zilore,

I don't have an easy solution to share, and I'm not certain what your data
looks like, but I would have to think the functions dim_min_n/dim_max_n
would do what you want:

    http://ncl.ucar.edu/Document/Functions/Built-in/dim_min_n.shtml
    http://ncl.ucar.edu/Document/Functions/Contributed/dim_min_n_Wrap.shtml

The "Wrap" version preserves metadata, if that's important to your
application. Perhaps someone else can suggest a better approach.

Rick


On Tue, Jul 20, 2021 at 3:36 PM Zilore Mumba via ncl-talk <
ncl-talk at mailman.ucar.edu> wrote:

> Dear all,
> I am wondering if someone could have a script to compute minimum and
> maximum temperatures from WRF output, which they could share.
> I am running WRFV4.0. I want to compute  surface  minimum and maximum
> temperatures at all grid points so that I can plot them, for day 1 to 5.
> The closest I came to getting help was the post here
> https://www.ncl.ucar.edu/Support/talk_archives/2010/0541.html, but I am
> still trying to adapt this to my needs. I am also not able to find any
> suggestion of such a computation on the ncl website.
> I will appreciate it if someone has an easy solution which they can share.
> Thanks
> Zilore Mumba
> _______________________________________________
> 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/20210720/eb9caf01/attachment.html>


More information about the ncl-talk mailing list