Graphics: NCL - Example

wrf_Height.ncl: An example script to plot fileds interpolated to a given height (above sea level - below ground is masked).
(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)

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.