NCL

博客分类: tools 阅读次数: comments

NCL


Lambert Conformal Native Grid Projections

script /script1

Vectors on a scalar field. This example shows two ways of overlaying vectors on a color scalar field. One way is to use the “all-in-one” function called gsn_csm_vector_scalar_map.

The second way is to create the vector and contour plots separately using gsn_csm_contour_map and gsn_csm_vector, and then overlay them with overlay. This second method is the recommended one, as it allows more control over individual plots.

pic1