Graphics: NCL – Example

wrf_BWave.ncl

Example script to plot fields from the Baroclinic Wave case.

In this script note:

    1. Initial times are switched off, and times are moved to the left of the plot;
    2. Plot size are overwritten with resources vpWidthF and vpHeightF;
    3. Label bars are moved to the side of the plot;
    4. Data are interpolated to 250m and 2km, (function wrf_user_intrp3d);
    5. Default WindBarbs are changed to "LineArrow" (resource vcGlyphStyle);
    6. Plots are overlaid with the function wrf_overlays, as these is no map background.
Note: Not all plots generated are depicted below.