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