爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 12821|回复: 11

[作图] 关于MODIS中的MOD06云产品经纬度问题

[复制链接]
发表于 2018-1-30 11:33:04 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
最近在用NCL画MODIS资料,是MOD06云产品数据,发现里面云顶温度是有经纬度的,但是光学厚度、有效粒子半径这些量并没有说明经纬度信息,有大神们处理过这种数据吗,怎么换算出来这些变量的经纬度呢?
密码修改失败请联系微信:mofangbao
发表于 2019-11-5 18:43:24 | 显示全部楼层
fili="MOD06_L2.A2018219.0355.061.2018226143241.hdf"
fmli="MOD03.A2018219.0355.061.2018219110841.hdf"
fi=addfile(diri+fili,"r")
fm=addfile(diri+fmli,"r")
lat2d=fm->Latitude
lat2d@units="Degrees_north"
lon2d=fm->Longitude
lon2d@units="Degrees_east"
COD=fi->Cloud_Optical_Thickness
COD@_FillValue=integertoshort(-9999)

cod =new(dimsizes(COD), "integer", -9999)
cod =COD

X = cod(:,:)*0.01
X@_FillValue=-99.99
X@lon2d = lon2d
X@lat2d = lat2d
密码修改失败请联系微信:mofangbao
回复 支持 1 反对 0

使用道具 举报

发表于 2018-12-20 10:30:50 | 显示全部楼层
经纬度等地理信息在同一时刻的MOD03里面
密码修改失败请联系微信:mofangbao
回复 支持 1 反对 0

使用道具 举报

发表于 2018-1-30 12:55:20 | 显示全部楼层
MOD06里面的Geolocation Fields有latitude和longitude啊
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2018-1-30 14:57:40 | 显示全部楼层
893116547 发表于 2018-1-30 12:55
MOD06里面的Geolocation Fields有latitude和longitude啊

但是有的变量是有对应的经纬度的,有的是对应的没有的,好像是格点数还是什么,例如下面两个变量:
这个就有经纬度的信息:      
short Cloud_Top_Temperature_mod06 ( Cell_Along_Swath_5km_mod06, Cell_Acros                                         s_Swath_5km_mod06 )
       coordinates :  Latitude_mod06, Longitude_mod06
         hdfeos_name :  Cloud_Top_Temperature
         _FillValue :   -32768
         Geolocation_Pointer :  Internal geolocation arrays
         Cell_Across_Swath_Sampling :   ( 3, 1348, 5 )
         Cell_Along_Swath_Sampling :    ( 3, 2038, 5 )
         Parameter_Type :       Output
         add_offset :   -15000
         scale_factor : 0.009999999776482582
         units :        K
         long_name :    Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level
         _FillValue :   -32768
         valid_range :  ( 0, 20000 )
这个却没有
      short Cloud_Effective_Radius_mod06 ( Cell_Along_Swath_1km_mod06, Cell_Acro                                           ss_Swath_1km_mod06 )
         hdfeos_name :  Cloud_Effective_Radius
         _FillValue :   -9999
         Geolocation_Pointer :  External MODIS geolocation product
         Cell_Across_Swath_Sampling :   ( 1, 1354, 1 )
         Cell_Along_Swath_Sampling :    ( 1, 2040, 1 )
         Parameter_Type :       Output
         add_offset :      0
         scale_factor : 0.009999999776482582
         units :        micron
         long_name :    Cloud Particle Effective Radius two-channel retrieval us                                           ing band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um)  (specified                                            in Quality_Assurance_1km)from best points: not failed in any way, not marked for                                            clear sky restoral
         _FillValue :   -9999
         valid_range :  ( 0, 10000 )
密码修改失败请联系微信:mofangbao
发表于 2018-1-30 15:16:42 | 显示全部楼层
可能是因为radius是external geolocation product吧 (Geolocation_Pointer :  External MODIS geolocation product)
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2018-1-30 15:20:00 | 显示全部楼层
893116547 发表于 2018-1-30 15:16
可能是因为radius是external geolocation product吧 (Geolocation_Pointer :  External MODIS geolocation ...

那这个怎么处理呢?有遇到过吗?
密码修改失败请联系微信:mofangbao
发表于 2018-1-30 16:15:21 | 显示全部楼层
我所有参数都是直接读Geolocation Fields
密码修改失败请联系微信:mofangbao
发表于 2019-11-2 23:20:21 | 显示全部楼层
请问楼主解决了么
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

 楼主| 发表于 2019-11-4 17:03:37 | 显示全部楼层
liweier123 发表于 2019-11-2 23:20
请问楼主解决了么

没有
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表