
Example pages containing: tips | resources | functions/procedures
NCL Graphics: Slices


sfXArray= lon_t, and
sfXArray= z_t/100 set the
vectors to be used for the x and y axis respectively.
Most vertical axis are irregular. We can display them as a linear axis by setting gsnYAxisIrregular2Linear = True
Frequently, we will need to reverse the y axis. This is done by setting trYReverse = True

Because this data has no lat/lon coordinate arrays, we use gsn_contour which does not look for geophysical coordinates.



ESMF Example 30 was run twice: bilinear and conservative interpolation. Bilinear interpolation would generally be appropriate for any reasonably smooth variable. Conservation interpolation would be recommended for interpolating flux quantities and variables that can be fractal (eg precipitation).




