Re: MISR data processing

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

Hi Dennis,

By ncl_filedump, I found the following information:
------------------------
      ..............
                GridName="AerosolParameterAverage"
                XDim=720
                YDim=360
                UpperLeftPointMtrs=(-180000000.000000,90000000.000000)
                 LowerRightMtrs=(180000000.000000,-90000000.000000)
      .............
            OBJECT=DataField_3
                   DataFieldName="Optical depth average"
                   DataType=DFNT_FLOAT32
                   DimList=("YDim","XDim")
---------------------------------

The "Optical depth average" is what I need. Sounds YDim and XDim are the variables in MISR:)

Any other suggestions?

Thanks again,
-Lin
                
                                

---- Original message ----
>Date: Sat, 4 Aug 2007 17:39:46 -0600 (MDT)
>From: Dennis Shea <shea_at_ucar.edu>
>Subject: Re: MISR data processing
>To: Lin Su <Lin.Su_at_Colorado.EDU>
>Cc: ncl-talk_at_ucar.edu
>
>XDIM is likely not a variable on the MISR file.
>
>
>Do an ncl_filedump on the file to see the contents.
>
>Good luck,
>On Sat, 4 Aug 2007, Lin Su wrote:
>
>> 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
>
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sat Aug 04 2007 - 22:13:33 MDT

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