Re: calipso (hdf_eos) contour plot

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed, 23 Jul 2008 06:43:55 -0600

Hi Lin Su,

You have Latitude and Longitude arrays on the file, but they are
dimensioned
4001 x 3, whereas Feature_Optical_Depth_532 is dimensioned 4001 x 8.

Is there some way that the Latitude/Longitude arrays are associated
with your
Feature_Optical_Depth_532 variable?

--Mary

On Jul 22, 2008, at 7:01 PM, Lin Su wrote:

> Hi Dennis,
>
> You are right:) I got the same results. However, I want to get the
> contour plot
> within lat(15N,45N) and lon(170E, 180E) of pacific ocean area. Do you
> have any
> idea to how to do it? BTW, variable Feature_Optical_Depth_532 has
> dimensional
> (4001,8), which means profiles number and layers. My question is how to
> contact this variable with lat&lon, then get the contour plot within
> above
> domain?
>
> Thanks for your great help and valuable time!
> -Lin
> ---
> Lin Su
> http://atoc.colorado.edu/~sul/
>
> ---- Original message ----
>> Date: Tue, 22 Jul 2008 18:05:45 -0600
>> From: Dennis Shea <shea_at_ucar.edu>
>> Subject: Re: calipso (hdf_eos) contour plot
>> To: Lin Su <Lin.Su_at_colorado.edu>
>> Cc: ncl forum <ncl-talk_at_ucar.edu>
>>
>> Hi Lin
>>
>> %> ncl_filedump -v Feature_Optical_Depth_532
>> CAL_LID_L2_05kmALay-Prov-V2-01.2007-05-02T01-15-05ZD.hdf | less
>>
>> Yields ...
>>
>> [SNIP]
>> float Feature_Optical_Depth_532 ( fakeDim113, fakeDim114 )
>> units : N/A
>> format : Float_32
>> valid_range : 0.0...5.0
>> hdf_name : Feature_Optical_Depth_532
>> [SNIP]
>> Variables:
>>
>> Feature_Optical_Depth_532:
>>
>> -9999. -9999. -9999. -9999. -9999. -9999.
>> -9999. -9999. 0.3222E-01 -9999. -9999. -9999.
>> -9999. -9999. -9999. -9999. -9999. -9999.
>> [SNIP]
>>
>> NCL reads the variable just fine.
>>
>> It looks like the _FillValue is -9999.
>>
>> f = addfile (....)
>> x = f->Feature_Optical_Depth_532
>> x@_FillValue = -9999.
>>
>> Good luck
>>
>> Lin Su wrote:
>>> Hi Dennis,
>>>
>>> Sure:)
>>> I just put the data named "CAL_LID_L2_05kmALay-Prov-V2-01.2007-05-
>>> 02T01-15-05ZD.hdf" in NCAR's incoming directory.
>>>
>>>
>>>>>> Lin Su wrote:
>>>>>>
>>>>>>
>>>>>>> Dear NCL users,
>>>>>>> does anyone know how to get the calipso contour plot for
>>>>>>> Feature_Optical_depth_532 using ncl scripts? If you'd like to
>>>>>>> help me
> out,
>>>>>>>
>>
>>
>
> _______________________________________________
> 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 Wed Jul 23 2008 - 06:43:55 MDT

This archive was generated by hypermail 2.2.0 : Wed Jul 23 2008 - 06:48:24 MDT