|
|
Graphics: NCL - Example
wrf_BWave.ncl
Example script to plot fields from the Baroclinic Wave case.
In this script note:
- Initial times are switched off, and times are moved to the left of the plot;
- Plot size are overwritten with resources vpWidthF and vpHeightF;
- Label bars are moved to the side of the plot;
- Data are interpolated to 250m and 2km, (function wrf_user_intrp3d);
- Default WindBarbs are changed to "LineArrow" (resource vcGlyphStyle);
- Plots are overlaid with the function wrf_overlays, as these is no map background.
Note: Not all plots generated are depicted below.
   
   
    |
|
|