ncl操作手册.pptVIP

  • 28
  • 0
  • 约1.95万字
  • 约 66页
  • 2017-08-18 发布于河南
  • 举报
例二:地球表面温度分布 代码 load $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl load $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl begin a = addfile(atmos.nc,r) t = a-TS(0,:,:) wks = gsn_open_wks(ps,proj) gsn_define_colormap(wks,gui_default) res = True res@mpProjection = Mercator res@mpGridAndLimbOn = False res@mpPerimOn = False res@mpGridLatSpacingF = 20. res@mpGridLonSpacingF = 30. res@mpFillOn = False res@cnFillOn = True res@cnLineLabelsOn

文档评论(0)

1亿VIP精品文档

相关文档