爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 5148|回复: 5

[netcdf] 请教以下资料怎么分布到全球格点上去?

[复制链接]

新浪微博达人勋

发表于 2015-10-7 15:02:37 | 显示全部楼层 |阅读模式

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

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

x
  1. netcdf smr.H161 {
  2. dimensions:
  3.         profile = 196247 ;
  4.         level = 61 ;
  5.         variable = 1 ;
  6.         character = UNLIMITED ; // (29 currently)
  7. variables:
  8.         double Altitude(level) ;
  9.                 Altitude:long_name = "Altitude" ;
  10.                 Altitude:standard_name = "altitude" ;
  11.                 Altitude:description = "Altitude / km" ;
  12.                 Altitude:unit = "km" ;
  13.                 Altitude:positive = "up" ;
  14.                 Altitude:_CoordinateZisPositive = "up" ;
  15.                 Altitude:axis = "Z" ;
  16.                 Altitude:_CoordinateAxisType = "Altitude" ;
  17.         char Variable(character, variable) ;
  18.                 Variable:long_name = "Variable name" ;
  19.                 Variable:standard_name = "Variable" ;
  20.                 Variable:description = "Variable name [unit]" ;
  21.         double Time(profile) ;
  22.                 Time:long_name = "Time" ;
  23.                 Time:standard_name = "Time" ;
  24.                 Time:description = "Days since 01-01-2000 00:00:00 UT" ;
  25.                 Time:units = "days since 2000-01-01 00:00:00" ;
  26.                 Time:axis = "T" ;
  27.                 Time:_CoordinateAxisType = "Time" ;
  28.         double Profile(variable, profile, level) ;
  29.                 Profile:description = "Profile data" ;
  30.                 Profile:variable1 = "Water vapour (161) / ppv" ;
  31.                 Profile:missing_value = NaN ;
  32.                 Profile:fill_value = NaN ;
  33.         double Error(variable, profile, level) ;
  34.                 Error:description = "Error associated with the profile data" ;
  35.                 Error:variable1 = "Water vapour (161) / ppv" ;
  36.                 Error:missing_value = NaN ;
  37.                 Error:fill_value = NaN ;
  38.         double MeasurementResponse(variable, profile, level) ;
  39.                 MeasurementResponse:description = "Measurement response, fraction of measurement information to the retrieved values" ;
  40.                 MeasurementResponse:variable1 = "Water vapour (161) / ppv" ;
  41.                 MeasurementResponse:minimum_value = 0. ;
  42.                 MeasurementResponse:maximum_value = 1. ;
  43.         char Calibration(character, profile) ;
  44.                 Calibration:description = "Calibration version" ;
  45.         double Chi2(profile) ;
  46.         double DayOfYear(profile) ;
  47.                 DayOfYear:description = "Day of year" ;
  48.                 DayOfYear:minimum_value = 1. ;
  49.                 DayOfYear:maximum_value = 366. ;
  50.         double FreqMode(profile) ;
  51.                 FreqMode:description = "Odin/SMR frequency mode" ;
  52.                 FreqMode:minimum_value = 1. ;
  53.                 FreqMode:maximum_value = 28. ;
  54.         double Frequency(profile) ;
  55.                 Frequency:description = "Odin/SMR band frequency / GHz" ;
  56.                 Frequency:unit = "GHz" ;
  57.                 Frequency:minimum_value = 488. ;
  58.                 Frequency:maximum_value = 577. ;
  59.         double Latitude(profile) ;
  60.                 Latitude:description = "Latitude 90 S - 90 N / degree" ;
  61.                 Latitude:unit = "degree" ;
  62.                 Latitude:minimum_value = -90. ;
  63.                 Latitude:maximum_value = 90. ;
  64.         double LocalTime(profile) ;
  65.                 LocalTime:description = "Local time / hour" ;
  66.                 LocalTime:unit = "h" ;
  67.                 LocalTime:minimum_value = 0. ;
  68.                 LocalTime:maximum_value = 24. ;
  69.         double Longitude(profile) ;
  70.                 Longitude:description = "Latitude 180 W - 180 E / degree" ;
  71.                 Longitude:unit = "degree" ;
  72.                 Longitude:minimum_value = -180. ;
  73.                 Longitude:maximum_value = 180. ;
  74.         double Month(profile) ;
  75.                 Month:description = "Month" ;
  76.                 Month:minimum_value = 1. ;
  77.                 Month:maximum_value = 12. ;
  78.         double Quality(profile) ;
  79.                 Quality:description = "Odin/SMR retrieval quality flag (only 0 and 4 should be used)" ;
  80.                 Quality:minimum_value = 0. ;
  81.                 Quality:maximum_value = 15. ;
  82.         char RecordName(character, profile) ;
  83.                 RecordName:description = "Unique record identifier" ;
  84.         char Retrieval(character, profile) ;
  85.                 Retrieval:description = "Retrieval version" ;
  86.         double SolarZenithAngle(profile) ;
  87.                 SolarZenithAngle:description = "Solar zenith angle / degree" ;
  88.                 SolarZenithAngle:unit = "degree" ;
  89.                 SolarZenithAngle:minimum_value = 0. ;
  90.                 SolarZenithAngle:maximum_value = 180. ;
  91.         double Year(profile) ;
  92.                 Year:description = "Year" ;
  93.                 Year:minimum_value = -Infinity ;
  94.                 Year:maximum_value = Infinity ;

  95. // global attributes:
  96.                 :File_creation_time = "11-06-2015 23:21:43" ;
  97.                 :Author = "Stefan Lossow" ;
  98.                 :Institute = "KIT IMK-ASF" ;
  99.                 :Address = "Hermann-von-Helmholtz-Platz-1, 76344 Leopoldshafen, Germany" ;
  100.                 :E-mail = "stefan.lossow@kit.edu" ;
  101.                 :Compilation_settings = "see below" ;
  102.                 :AltitudeSource = "base" ;
  103.                 :Apriori = "0" ;
  104.                 :BandName = "" ;
  105.                 :BaseLatitude = "" ;
  106.                 :BaseLongitude = "" ;
  107.                 :Calibration = "6" ;
  108.                 :Chi2Range = "0.03,0.6" ;
  109.                 :Clean = "1" ;
  110.                 :DataBase = "smr@odin" ;
  111.                 :Date = "" ;
  112.                 :DateNumberRange = "" ;
  113.                 :DayOfYear = "" ;
  114.                 :Distance = "" ;
  115.                 :EquivalentLatitude = "0" ;
  116.                 :EquivalentLatitudeRange = "" ;
  117.                 :Flag = "" ;
  118.                 :FreqMode = "8" ;
  119.                 :Frequency = "488.9" ;
  120.                 :IlluminationCondition = "" ;
  121.                 :InputFile = "tongmei/odin-smr.H2O-161.profile-compilation.z.input" ;
  122.                 :Instrument = "SMR aboard Odin" ;
  123.                 :LatitudeRange = "" ;
  124.                 :LocalDecimalHourRange = "" ;
  125.                 :LocalTimeRange = "" ;
  126.                 :LongitudeRange = "" ;
  127.                 :MaximumRelativeError = "Inf" ;
  128.                 :MinimumResponse = "0.7" ;
  129.                 :Mission = "" ;
  130.                 :Mode = "" ;
  131.                 :Month = "" ;
  132.                 :NegativeValuesRemoved = "0" ;
  133.                 :OriginalGrid = "0" ;
  134.                 :OtherAltitudeSource = "" ;
  135.                 :OtherAltitudeVariable = "" ;
  136.                 :OutliersRemoved = "1" ;
  137.                 :Place = "" ;
  138.                 :PotentialTemperatureRange = "" ;
  139.                 :Quality = "0,4" ;
  140.                 :RecordName = "" ;
  141.                 :RemoveLayer = "" ;
  142.                 :Retrieval = "021" ;
  143.                 :SingleFlag = "" ;
  144.                 :SingleFlagType = "Quality" ;
  145.                 :SolarZenithAngleRange = "" ;
  146.                 :StarID = "" ;
  147.                 :TestDataBase = "0" ;
  148.                 :Unit = "ppv" ;
  149.                 :Update = "1" ;
  150.                 :Variable = "Water vapour (161)" ;
  151.                 :Year = "" ;
  152. }
复制代码
求助各位大家,这种数据怎么理出经纬信息啊?我想转成(lon,lat,time,level)四纬的,不知道怎么搞?多谢各位
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-10-7 15:43:48 | 显示全部楼层
没有哪位大侠处理过吗?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-10-7 16:34:08 | 显示全部楼层
大神出来帮帮忙吧。。。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-10-7 17:12:50 | 显示全部楼层
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

发表于 2015-10-7 17:13:07 | 显示全部楼层
求帮忙
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

 楼主| 发表于 2015-10-7 20:59:52 | 显示全部楼层
好像想出来了。
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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