2的2
改变从内联代码到代码块,希望你不介意。
plannapus
  • 5.3 k
  • 22
  • 57

使用Matlab,可以做ncgeodataset (http://code.google.com/p/nctoolbox/wiki/ncgeodataset)二次抽样样品netcdf无需下载大型数据集。

例如,

数控= ncgeodataset (“http://thredds.jpl.nasa.gov/thredds/dodsC/ncml_aggregation/OceanTemperature/ghrsst/aggregate__ghrsst_JPL_OUROCEAN-L4UHfnd-GLOB-G1SST_OI.ncml”);gvar = nc.geovariable (“analysed_sst”);年代。时间={“20 - 2012年5月——”,“24 - 2012年5月——”};年代。lat = 41.5 [40];年代。朗= 2.0 [0];子= gvar.geosubset(年代);%子集方法pcolor (sub.grid.lon sub.grid.lat、双(挤压(sub.data (1::))) -273.15);
arkaia
  • 15.3 k
  • 4
  • 50
  • 122年
Baidu
map