Re: pollutants distribution over traffic map

From: Luo, Chao <chao.luo_at_nyahnyahspammersnyahnyah>
Date: Tue Apr 09 2013 - 15:40:43 MDT

Hi,

I am try to plot pollutants conc. over map (with highways on map)in GA. The pollutants data are two dimension grids data. What I did in modified shapefiles_12.ncl script are:
First make poly map by poly = gsn_add_shapefile_polylines_subset(wks,map,shp_filename,"ROUTE",\
                                            highways,colors,pres)
second read two dimensional data, and lat/lon, make plot by plot = gsn_csm_contour_map_ce(wks,dat2d_1(:,:),res)

Then overlay two plots by overlay(poly,plot).

But it gives error: fatal:Number of elements of dimension (0) of argument (0) is (464) in function (overlay), expected (1) elements. That means overlay function requires same dimension of poly and plot?

Thanks much,

cl

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Apr 9 15:41:03 2013

This archive was generated by hypermail 2.1.8 : Mon Apr 15 2013 - 20:12:25 MDT