cttd01.f question

From: Daniel Sheltraw (sheltraw AT XXXXXX)
Date: Mon May 24 2004 - 14:58:31 MDT

  • Next message: Dave Kennison: "Re: cttd01.f question"

    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 AT unknown
    http://mailman.ucar.edu/mailman/listinfo/ncarg-talk



    This archive was generated by hypermail 2b29 : Mon May 24 2004 - 15:25:11 MDT