Graphics: NCL – Example

wrf_CrossSection_3.ncl ; wrf_CrossSection_4.ncl ; wrf_CrossSection2.ncl

Example script to plot data along a cross section.

In this script note:

    1. A cross section is created From point A to point B ;
    2. Data is first interpolated along this angle (to height), before plotted;
    3. Function wrf_overlays is used as no map background information is needed;
    4. The vertical axis information is calculated
    5. For wrf_CrossSection_3.ncl height information is calculated to use along the Y-axis;
    6. For wrf_CrossSection_4.ncl is similar to wrf_CrossSesion_3.ncl, but all data is read before plotting;
    7. wrf_CrossSection2.ncl (shown below) is similar to wrf_CrossSesion_3.ncl, but plots along 3 cross sections are created.
Note: Not all plots generated are depicted below.