plot of valid time

From: WuDraco <aos_rain_at_nyahnyahspammersnyahnyah>
Date: Tue Feb 16 2010 - 16:58:57 MST

Hello,

When I plot WRF output data, everything looks ok except the valid time. The sample image is shown in the attachment. The settings are shown in the following. Do you know why it is wrong? Thanks!

-Longtao

***************************************************
 res = True
  res@MainTitle = "REAL-TIME WRF-chem"
  res@Footer = False

  pltres = True
  mpres = True
  mpres@mpGeophysicalLineColor = "Black"
  mpres@mpNationalLineColor = "Black"
  mpres@mpUSStateLineColor = "Black"
  mpres@mpGridLineColor = "Black"
  mpres@mpLimbLineColor = "Black"
  mpres@mpPerimLineColor = "Black"
  mpres@mpGeophysicalLineThicknessF = 2.0
  mpres@mpGridLineThicknessF = 2.0
  mpres@mpLimbLineThicknessF = 2.0
  mpres@mpNationalLineThicknessF = 2.0
  mpres@mpUSStateLineThicknessF = 2.0

  gsn_define_colormap(wks,"rainbow")
 

 opts = res
  opts@FieldTitle = var
  opts@cnFillOn = True
  opts@InitTime = False
  opts@ValidTime = True
  opts@TimePos="Left"
  opts@TimeLabel=times(it)
  opts@ContourParameters = (/ 70., 100., 1./)
  contour_co = wrf_contour(a,wks,co_plane,opts)
  delete(opts)
  plot = wrf_map_overlays(a,wks,(/contour_co/),pltres,mpres)
***********************************************************
                                               
_________________________________________________________________
Hotmail: 免费、可靠、丰富的电子邮件服务。
https://signup.live.com/signup.aspx?id=60969

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Tue Feb 16 16:59:13 2010

This archive was generated by hypermail 2.1.8 : Thu Feb 18 2010 - 10:33:29 MST