Re: gsn_csm_contour_map_ce

From: Jiming Jin (jjm AT XXXXXX)
Date: Fri Jul 20 2001 - 14:04:02 MDT

  • Next message: Chris Hennon: "syntax errors with gsn_csm.ncl"

    Hi Joel,

     Thanks! I defined the coordinates as follows:

       ncdf = addfile (filename, "r") ; The file is a standard CCM3 output.
       var!0 = "lat"
       var!1 = "lon"

       var&lat = ncdf&lat
       var&lon = ncdf&lon

       plot = gsn_csm_contour_map_ce(wks,var,res)

    ; ncdf&lat = (/-87.8638 ...87.8638/)
    ; ncdf&lon = (/0....357.1875/)

    Jiming

    On Fri, 20 Jul 2001, Joel Norris wrote:

    >
    > Did you do something like
    >
    > data&lat = fspan(-90.0,90.0,19)
    > data&lon = fspan(0.0,350.0,36)
    >
    > > (0) check_for_y_lat_coord: Warning: Data either does not contain a
    > > valid latitude coordinate array or doesn't contain one at all
    > > (0) check_for_lon_coord: Warning: Data either does not contain an
    > > known longitude coordinate array or doesn't contain one at all
    >
    > --
    > Joel Norris Assistant Professor of Climate and Atmospheric Sciences
    >
    > Scripps Institution of Oceanography email: jrnorris@ucsd.edu
    > University of California, San Diego phone: (858) 822-4420
    > 9500 Gilman Drive DEPT 0224 fax: (858) 534-8561
    > La Jolla, CA 92093-0224 http://meteora.ucsd.edu/~jnorris/
    >
    > Delivery Address: Scripps Institution of Oceanography
    > 8810 Shellback Way
    > Room 440, Nierenberg Hall
    > La Jolla, CA 92037
    >
    >



    This archive was generated by hypermail 2b29 : Fri Jul 20 2001 - 14:43:14 MDT