Re: lat/lon error and missing file error

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon, 07 Jan 2008 09:05:22 -0700

The high-level graphical interfaces [eg: gsn_csm*] query the
variable to be plotted. When performing (say) contours
over a map, the interfaces MUST know the latitude
and longitudes of the variables.

eg: x(lat,lon)

         where lat and lon are (say) 1D coordinate variables.
         These coordinates are required to have COARDS
         conforming units "degrees_north", "degrees_east"

So assign units to the lat/lon arrays

        lat_at_units = "degrees_north"
        lon_at_units = "degrees_east"

Asher, Vinit N wrote:
>
> Hi all,
>
> I am getting the following errors during execution of the .ncl file.
>
> check_for_y_lat_coord: Warning: Data either does not contain a valid
> coordinate aray or dosent at all. A valid coordinate array should have
> units attribute equal to one of the following values:
> 'degress_north'' degress-north etc...
>
> heck_for_y_lon_coord: Warning: Data either does not contain a valid
> coordinate aray or dosent at all. A valid coordinate array should have
> units attribute equal to one of the following values:
> 'degress_north'' degress-north etc...
>
> ALso,
> 'unable to open image 'filename.
> missing an image filename 'streamtest.png'
>
> 'unable to open image 'filename.
> missing an image filename 'streamtest.png'
>
> Kindly help me,
> Thanks,
> Vinit Asher.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>

-- 
======================================================
Dennis J. Shea                  tel: 303-497-1361    |
P.O. Box 3000                   fax: 303-497-1333    |
Climate Analysis Section                             |
Climate & Global Dynamics Div.                       |
National Center for Atmospheric Research             |
Boulder, CO  80307                                   |
USA                        email: shea 'at' ucar.edu |
======================================================
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jan 07 2008 - 09:05:22 MST

This archive was generated by hypermail 2.2.0 : Mon Jan 07 2008 - 11:19:46 MST