WARNING
Is your data on a native grid? A native grid is a model that was designed from the beginning with a particular map projection. In order to plot the data exactly as the designers planned, we do not want to transform the data to a projection, but simply plot it. This is the essence of the examples on this page.Just because your data has 2D lat/lon arrays, does not make it a native grid. Native grids are plotted differently than other data with 2D coordinates.
In all cases, you MUST use the mpLimitMode="Corners" method to specify the grid. Other methods will result in an incorrect mismatch between the data and the map. Additionally, you must set tfDoNDCOverlay = True, so that the data is not transformed to the projection, but is simply placed there since it is already on a projection.
pmTickMarkDisplayMode = "Always" turns on the automatic tickmarks (available since NCL version 4.2.0.a023).
Lambert conformal native grid projections have been given their own page.



