爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 8258|回复: 5

[作图] ncl读nc数据gsn_csm_contour_map出错

[复制链接]

新浪微博达人勋

发表于 2013-12-11 10:59:24 | 显示全部楼层 |阅读模式

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

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

x
一个nc数据画等值线,用gsn_csm_contour可以出来等值线,但是地图坐标是错的,用了gsn_csm_contour_map底图能出来,有没有等值线,好奇怪,求解这个是我的ncl脚本
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"  ; Add special wrf functions
begin
f0="/public/users/liulinaacc/netc/"
  a = addfile(f0+"wrfchemi_00z_d01.d01.nc","r")   ; Open a file
es= wrf_user_getvar(a,"E_SO2",0)
es@units = "mole/s"
times = wrf_user_getvar(a,"Times",0)

;  type = "x11"
  type = "pdf"
; type = "ps"
; type = "ncgm"
  wks = gsn_open_wks(type,"S02_emission")       ; Create a plot workstatio
  gsn_define_colormap(wks,"WhBlGrYeRe")   ; overwrite the .hluresfile color map


; Set some basic resources
  res = True
res@gsnSpreadColors       = True     ; use full range of color map

   res@lbLabelStride         = 4

     res@pmTickMarkDisplayMode = "Always"; use NCL default lat/lon labels

       res@gsnAddCyclic          = False    ; data already has cyclic point
                                       ; this must also be set for any zoom


res@mpMaxLatF = 44.                        ; specify the plot domain
   res@mpMinLatF = 18.                         ;
     res@mpMinLonF = 93.                        ;
       res@mpMaxLonF = 132.                        ;
         res@mpOutlineOn = True                     ; turn the map outline on


; res@cnLevelSelectionMode = "ExplicitLevels" ; use explicit levels
  ;  res@cnLevels = ispan(400,1200,200)             ; set the contour levels
      res@cnLineLabelsOn = False                  ; do not use line labels
        res@cnFillOn        = True                  ; color fill
          res@cnLinesOn       = False                 ; do not draw contour lines
            res@gsnSpreadColors = True                  ; automatically choose the fill colors
              res@tiMainString = "emission of SO2"            ; set the main title
plot=gsn_csm_contour_map(wks,es(0,:,:),res)


end


提示错误:
check_for_y_lat_coord: Warning: Data either does not contain a valid latitude coordinate array or doesn't contain one at all.
(0)     A valid latitude coordinate array should have a 'units' attribute equal to one of the following values:
(0)         'degrees_north' 'degrees-north' 'degree_north' 'degrees north' 'degrees_N' 'Degrees_north' 'degree_N' 'degreeN' 'degreesN' 'deg north'
(0)     check_for_lon_coord: Warning: Data either does not contain a valid longitude coordinate array or doesn't contain one at all.
(0)     A valid longitude coordinate array should have a 'units' attribute equal to one of the following values:
(0)         'degrees_east' 'degrees-east' 'degree_east' 'degrees east' 'degrees_E' 'Degrees_east' 'degree_E' 'degreeE' 'degreesE' 'deg east'

[img]file:///C:\Users\lenovo\AppData\Roaming\Tencent\Users\523380043\QQ\WinTemp\RichOle\Y)PRLHRN1C0B{6(V7MWMO[0.jpg[/img]

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

新浪微博达人勋

发表于 2013-12-11 11:10:26 | 显示全部楼层
http://www.ncl.ucar.edu/Applications/wrf.shtml
WRF结果直接用官网的脚本,很方便的
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2013-12-11 11:41:12 | 显示全部楼层
确实,官网的脚本改改就能用了
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2013-12-18 16:44:41 | 显示全部楼层
么有坐标..
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2016-6-1 22:59:02 | 显示全部楼层
{:eb502:}{:eb502:}{:eb502:}{:eb502:}{:eb502:}{:eb502:}
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

发表于 2017-4-12 19:41:46 | 显示全部楼层
我有相似的错误,楼主解决了吗?
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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