Graphics: NCL - Example

wrf_Height.ncl
(wrf_Height2.ncl is a similar script, but data are extracted as 4D fields and interpolation to height levels are done in one step for all required height levels)

Example script to plot fields interpolated to a given height (above sea level - below ground is masked).

In this script note:

    1. Switch footers off for this plot;
    2. The overwriting of map background colors;
    3. Interpolating 3d fields to levels 250m and 2km (wrf_user_intrp3d);
    4. Overwriting of contour colors;
    5. Since we have 2 line plots, we move one's plot information to prevent overlapping (cnInfoLabelOrthogonalPosF)
Note: Not all plots generated are depicted below.