[ncl-talk] generating model heights of constant temperature

Dennis Shea shea at ucar.edu
Wed Feb 15 15:36:26 MST 2017


Without more information, it is not clear what you want.

http://www.ncl.ucar.edu/Applications/iso.shtml
Example 1

This (int2p_n_Wrap) just does standard linear interpolation to specific
levels. The 'int2p' ifunction cab be used for any vertical coordinate.

 isox = int2p_n_Wrap(z_t, x, zlev, 0, 1)




On Wed, Feb 15, 2017 at 12:10 PM, Adam Baker - NOAA Federal <
adam.baker at noaa.gov> wrote:

> Hi NCL group,
>
> I am trying to generate specific temperature heights (m AGL) interpolated
> from raw model pressure levels.  Is there a way to do this that is fairly
> straightforward?
>
> I've seen the online examples including some of the Iso Level functions
> and wrf_Interp_3d_z, but assume what I'm looking for might be some
> combination thereof or am missing another function more suitable. Just
> interested in raw environmental temperature too, not potential temp.  Any
> guidance is much appreciated!
>
> Best regards,
> Adam
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170215/c8949695/attachment.html 


More information about the ncl-talk mailing list