[ncl-talk] AOD from MOD08_D3

Adam Phillips asphilli at ucar.edu
Thu Sep 5 15:53:41 MDT 2019


Hi Zoe,
You can use getfilevarnames to see a list of variables on the file:
 a = addfile("MOD08_D3.A2018148.061.2018149091056.hdf","r")
print(getfilevarnames(a))

http://www.ncl.ucar.edu/Document/Functions/Built-in/getfilevarnames.shtml

I do not see Deep_Blue_Aerosol_Optical_Depth_Mean on this file. I do
see Deep_Blue_Aerosol_Optical_Depth_Land_Mean though.
Adam

On Thu, Sep 5, 2019 at 3:41 PM zoe jacobs via ncl-talk <ncl-talk at ucar.edu>
wrote:

> Hi all,
> I need to show AOD (Aerosol Optical Depth) from MODIS, Terra  [ MOD08_D3
> ]. Scenic, file I have downloaded is in HDF format, I tried to use script
>   ndvi_1.ncl <https://www.ncl.ucar.edu/Applications/Scripts/ndvi_1.ncl>
> from https://www.ncl.ucar.edu/Applications/Scripts/ndvi_1.ncl . My
> problem is that I cannot find the name of the variable I need, which is '
> deep_Blue_Aerosol_optical_deepth_Mean'.
> The file and the name of the variable have been attached. Please, how can
> I plot AOD, using NCL?
> Regards,
>
>  MOD08_D3.A2018148.061.2018149091056.hdf
> <https://drive.google.com/file/d/1XmKTrqwnV8ug33fSLuXFZtuu5rPuCBPn/view?usp=drive_web>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk



-- 
Adam Phillips
Associate Scientist,  Climate and Global Dynamics Laboratory, NCAR
www.cgd.ucar.edu/staff/asphilli/   303-497-1726

<http://www.cgd.ucar.edu/staff/asphilli>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190905/f91c40c3/attachment.html>


More information about the ncl-talk mailing list