[ncl-talk] error in plot from data set of different number of grid points

tms_l littithomas at gmail.com
Tue Dec 16 20:23:41 MST 2014


Dear ncl users

I would like to plot u & v components of wind along with mean sea level
pressure data.The wind data (time,level,lat_1,lon_1) is 4 dimensional and
mean sea level pressure data (time,lat,lon) 3 dimensional.

Also the number of grids points are arranged differently in each data sets.

For wind data latitude ,                        lat_1 = 144 points
                     longitude ,                     lon_1 =192 points

For mean sea level pressure latitude ,        lat =145
                                          longitude,       lon =192

I am getting the error message as follows and the mean sea level pressure
data seems to plotted reversely..Is there any function to deal with data
sets of different grid points or how can solve this issue? Any help will be
appreciated.


error message :::::::
(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)     A valid latitude coordinate array should have a 'units' attribute
equal to one of the following values:
(0)         'degrees_north' 'degrees-north' 'degree_north' 'degrees north'
'degrees_N' 'Degrees_north' 'degree_N' 'degreeN' 'degreesN' 'deg north'
(0)     check_for_lon_coord: Warning: Data either does not contain a valid
longitude coordinate array or doesn't contain one at all.
(0)     A valid longitude coordinate array should have a 'units' attribute
equal to one of the following values:
(0)         'degrees_east' 'degrees-east' 'degree_east' 'degrees east'
'degrees_E' 'Degrees_east' 'degree_E' 'degreeE' 'degreesE' 'deg east'
(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)     A valid latitude coordinate array should have a 'units' attribute
equal to one of the following values:
(0)         'degrees_north' 'degrees-north' 'degree_north' 'degrees north'
'degrees_N' 'Degrees_north' 'degree_N' 'degreeN' 'degreesN' 'deg north'
(0)     check_for_lon_coord: Warning: Data either does not contain a valid
longitude coordinate array or doesn't contain one at all.
(0)     A valid longitude coordinate array should have a 'units' attribute
equal to one of the following values:
(0)         'degrees_east' 'degrees-east' 'degree_east' 'degrees east'
'degrees_E' 'Degrees_east' 'degree_E' 'degreeE' 'degreesE' 'deg east'



Regards

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141217/9fee5aee/attachment.html 


More information about the ncl-talk mailing list