Hello Dave and Mary
In the example program cttd01.f should I take IDIM to be the number
of distinct longitude points? or is it IDM1? or something else?
I am having some difficulty getting the plots to look correct using
my data which is contained in an 2D array cur(nlat,nlon). This is
how I assign the RPNT data value:
iptp = 0
do 103 lat=1,nlat
do 104 lon=1,nlon
rpnt(iptp+4) = cur(lat,lon)
iptp = iptp + lopn
end do
end do
I suspect that I should probably transpose cur(lat,lon) to cur(lon,lat)
but this alone is not fixing the plot.
Thanks,
Daniel
_______________________________________________
ncarg-talk mailing list
ncarg-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
This archive was generated by hypermail 2b29 : Mon May 24 2004 - 15:25:19 MDT