[ncl-talk] WRF Cross-section Plot - Terrain Depiction and Lowest Level Data Contours

Armağan Gözütok armagango at gmail.com
Fri Jan 19 06:49:31 MST 2018


Hello Scott,

Considering the contours for upper levels, you should probably change the
legend maximum, minimum and intervals. From your test script the contour
parameters look like;
> opts_wspd at ContourParameters       = (/ 10., 120., 5. /)

You may consider modifying them by;
> opts_wspd at ContourParameters       = (/ 0., 80., 2. /)

For both increasing the density of colorscheme for better visual
interpretation and avoiding the large values in legend that are not
necessarily plotted.

Best wishes.

2018-01-19 1:04 GMT+03:00 Scott Capps via ncl-talk <ncl-talk at ucar.edu>:

> Greetings,
>
> I have some questions about the cross-section plots from WRF output.  I
> basically started from the example scripts at:  http://www2.mmm.ucar.edu/
> wrf/OnLineTutorial/Graphics/NCL/Examples/CROSS_SECTION/
> wrf_CrossSection_smooth4.htm
>
> The whitespace along the terrain height is much too large and the terrain
> is too coarse (this is a 667m resolution WRF run) or the lowest level
> atmospheric data is not being contoured correctly.  The cross-section
> plotting routine in GRaDs seems to show true the resolution of terrain and
> terrain following data.  Is there a way to improve this in NCL?
>
> I have attached some code (cross_sxn_plot_test.ncl and modified
> WRFUserARW.ncl) and have ftp'd an example wrfout file to the incoming
> directory as:  wrfout_d05_2017-10-09_00:00:00.nc
>
>
> NCL v6.3.0
> http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/
> Examples/CROSS_SECTION/wrf_CrossSection_smooth4.htm
>
> --
> *Scott Capps*
> Principal
> Atmospheric Data Solutions <http://www.atmosphericdatasolutions.com>
> scapps at atmosdatasolutions.com
> cell: (949) 910-4385
>
>
> _______________________________________________
> 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/20180119/3077f440/attachment.html>


More information about the ncl-talk mailing list