|
|
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:
- A cross section is created From point A to point B ;
- Data is first interpolated along this angle (to height), before plotted;
- Function wrf_overlays is used as no map background information is needed;
- The vertical axis information is calculated
- For wrf_CrossSection_3.ncl height information is calculated to use along the Y-axis;
- For wrf_CrossSection_4.ncl is similar to wrf_CrossSesion_3.ncl, but all data is read before plotting;
- 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.
  
  
   |
|
|