爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 6415|回复: 2

[作图] 填色图数值问题求教

[复制链接]

新浪微博达人勋

发表于 2020-4-21 19:48:43 | 显示全部楼层 |阅读模式

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

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

x
我用nc数据进行ncl学习,画了个相对湿度图填色图,结果图片数值看起来明显不对,有人帮忙看下怎么回事么?在此感谢了;-----------------------------------------------------------------
;  NCL User Guide Example:  NUG_contour_filled_map.ncl
;
;  KMF 30.10.14
;-----------------------------------------------------------------
; These load commands are not required in NCL versions 6.2.0 and later.
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"

begin
;-- read the data and define


     f = addfile("D:/FNL/2017_0623EC.nc", "r")


  var  =  f->r(0,0,:,:)

;-- define the workstation (plot type and name)
  wks = gsn_open_wks("x11","NUG_contour_filled_map")

;-- set resources
  res                       =  True
  res@gsnMaximize           =  True

  res@cnFillOn              =  True            ;-- turn on contour fill
  res@cnFillPalette         = "BlueWhiteOrangeRed" ;-- choose color map
  res@cnLinesOn             =  False           ;-- turn off contour lines
  res@cnLineLabelsOn        =  False           ;-- turn off line labels
  res@cnLevelSpacingF       = 10            ;-- contour level spacing

  res@lbLabelStride         =  4               ;-- label every 4th box
  res@lbBoxMinorExtentF     =  0.15            ;-- decrease the height of the labelbar

  res@tiMainString          = "NCL Doc Example: filled contour map"     ;-- title string
  res@tiMainFontHeightF     =  0.02

;-- draw the contour map
  plot = gsn_csm_contour_map(wks, var, res)

end


下面是数据中相对湿度的情况
short r ( time, level, latitude, longitude )
         scale_factor :        0.002759203744309724
         add_offset :        81.69991330035906
         _FillValue :        -32767
         missing_value :        -32767
         units :        %
         long_name :        Relative humidity
         standard_name :        relative_humidity








11.png
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2020-4-22 10:08:27 | 显示全部楼层
数据类型是short,没做转换
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

 楼主| 发表于 2020-4-22 12:11:50 | 显示全部楼层
井中月 发表于 2020-4-22 10:08
数据类型是short,没做转换

好的,非常感谢
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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