Plotting eta data

From: Agnes Lim <alim_at_nyahnyahspammersnyahnyah>
Date: Wed, 12 Nov 2008 11:34:24 -0600

Hi

I had the following code segment to read the geopotential data from an
ETA model grib file.
 GHGT_eta=eta->HGT_212_ISBL(it_eta,:,:,:)
   GHGT_eta = GHGT_eta(::-1,:, :)
   GHGT_eta_at_lat2d_eta=eta->gridlat_212
   GHGT_eta_at_lon2d_eta=eta->gridlon_212
When I tried plotting the data, I get the following complaints
 (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'

(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 ea

Wonder why is that so? I encoutered that for wrf data after some
processing but doing what i did above remove that problem.

Agnes
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Nov 12 2008 - 10:34:24 MST

This archive was generated by hypermail 2.2.0 : Fri Nov 14 2008 - 16:42:12 MST