爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 6873|回复: 3

wrf-out 时间循环 初始时间显示乱码

[复制链接]

新浪微博达人勋

发表于 2014-1-16 09:19:13 | 显示全部楼层 |阅读模式

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

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

x
亲们,用ncl画wrf-out,24个小时循环出来的时间是乱的,每张图上面时间都是乱码,不知道怎么搞得,大家帮我看看file:///C:\Users\lenovo\AppData\Roaming\Tencent\Users\523380043\QQ\WinTemp\RichOle\HN6ZE2ZT6822BOYZIKP(KLH.jpg
%(3X1OCP7CUJCHT[DMD5.jpg

下面是我的脚本

;*************************************************
;
;************************************************
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
;************************************************
; open file and read in data
;************************************************
; a = addfile("./wrfchemi_12z_d02.nc","r")
; a = addfile("./wrfinput_d01.nc","r")
a = addfile("./wrfout_d02_2014-01-06_12:00:00.nc","r")

;************************************************
; create plot
;************************************************
; type = "x11"
  type = "pdf"  
  wks = gsn_open_wks(type ,"wrf-out-PM2.5")      ; open a ps file  
  gsn_define_colormap(wks,"BlAqGrYeOrRe")    ; choose colormap

  res = True
  res@MainTitle                   = "WRF-chem PM2.5"
  res@Footer = False

times  = wrf_user_list_times(a)  ; get times in the file
ntimes = dimsizes(times)         ; number of times in the file
       

do  it=0,ntimes-1,1

    print("Working on time: " + times(it) )
   res@TimeLabel = times(it)   ; Set Valid time to use on plots
       
      ter= wrf_user_getvar(a,"PM2_5_DRY",it)

      u10 = wrf_user_getvar(a,"U10",it)     ; u at 10 m, mass point
      v10 = wrf_user_getvar(a,"V10",it)     ; v at 10 m, mass point

     u10 = u10*1.94386                ; Turn wind into knots
     v10 = v10*1.94386
      u10@units = "kts"
      v10@units = "kts"



; Plotting options for PM2.5
opts = res
opts@cnFillOn              = True     ; turn on color fill
opts@ContourParameters = (/ 20., 260., 20. /) ; Set the levels
contour = wrf_contour(a,wks,ter(0,:,:),opts)
delete(opts)

; Plotting options for Wind Vectors                 
      opts = res         
     opts@FieldTitle = "10m Wind"
      opts@NumVectors = 50
     vector = wrf_vector(a,wks,u10,v10,opts)
     delete(opts)


; opts  = res
  ;opts@FieldTitle = "10m Wind"
; opts@gsnMaximize          = True    ; Maximize plot in frame
;opts@vcFillArrowsOn       = True
; opts@vcRefMagnitudeF      =10.
; opts@vcRefLengthF         = 0.02
;opts@vcMinFracLengthF     = 0.2
; opts@vcFillArrowEdgeColor = "white"
;opts@vcFillArrowFillColor = "black"
;opts@vcMinDistanceF             =0.03 ;int
  ;vector = gsn_vector(wks,u10,v10,opts)
;delete(opts)




  pltres = True                              ; Set plot options
  mpres = True                               ; Set map options

mpres@mpGridAndLimbOn        = True
mpres@mpGridLineDashPattern  = 2.
mpres@mpGridLatSpacingF      = 5.
mpres@mpGridLonSpacingF      = 5.


mpres@mpGeophysicalLineColor = "Black"
mpres@mpGeophysicalLineThicknessF = 2
mpres@mpNationalLineColor    = "Black"
mpres@mpNationalLineThicknessF    = 2
mpres@mpGridLineColor        = "Black"
mpres@mpGridLineThicknessF        = 2
mpres@mpLimbLineColor        = "Black"
mpres@mpLimbLineThicknessF        = 2
mpres@mpPerimLineColor       = "Black"
mpres@mpPerimLineThicknessF       = 2
mpres@mpUSStateLineColor          = "Black"
mpres@mpUSStateLineThicknessF     = 2
mpres@mpDataBaseVersion           = "MediumRes"
mpres@mpDataSetName               = "Earth..4"
mpres@mpOutlineSpecifiers         = (/"China:states"/)
  mpres@tfDoNDCOverlay = True

;plot = wrf_map_overlays(a,wks,(/contour/),pltres,mpres)  
  plot = wrf_map_overlays(a,wks,(/contour,vector/),pltres,mpres)
;************************************************

end do
end


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

新浪微博达人勋

发表于 2014-1-16 11:39:37 | 显示全部楼层
先将时间输出来看看对不对
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2014-1-16 11:44:37 | 显示全部楼层
另外就可能是resource设置有问题了。不过一直没有弄清楚tfDoNDCOverlay这个的意思
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2014-1-16 15:25:01 | 显示全部楼层

已经解决了,我用的版本太低了,.hiuresfile里面没有设置好*TextFuncCode : ~
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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