MISR data processing

From: Lin Su <Lin.Su_at_nyahnyahspammersnyahnyah>
Date: Sat, 4 Aug 2007 13:30:47 -0600 (MDT)

Dear all,

As Dennis Shea kindly mentioned to me that I should define a netCDF "coordinate variable" when I use NCL's gsn_CSM* interfaces to plot correctly. I did this when I processed MODIS data, and I got the plot looks perfect! However, when I tried the same methods on MISR data, it always showed error like this:
---------------------------
fatal:Either file (tmp_list_var_769) isn't defined or variable (XDim) is not a variable in the file
fatal:Execute: Error occurred at or near line 39 in file misr_aod_mon_mean.ncl
-----------------------------------------------------

BTW, here is the definition at the new coordinate variable:
------------------------------------
   lon3=hists3[:]->XDim
   lat3=hists3[:]->YDim
   lat3!0="lat3"
   lat3_at_units="degree_north"
   lon3!0="lon3"
   lon3_at_units="degree_east"
------------------------------------------

Any suggestions?

Thanks everyone so much,
-Lin
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sat Aug 04 2007 - 13:30:47 MDT

This archive was generated by hypermail 2.2.0 : Mon Aug 06 2007 - 08:08:45 MDT