plotting vector Hovmueller using gsn_csm_vector

From: moon <nightmoon35_at_nyahnyahspammersnyahnyah>
Date: Thu Dec 22 2011 - 08:07:42 MST

Dear NCL users,

   I make a Hovmueller(time-longitude) plot for vector using
"gsn_csm_vector", but the u wind is enlarged. If using the "gsn_vector", v
wind is propotional with u wind .

   How could I solve this problem if still using the function
"gsn_csm_vector"?

Thanks

   res = True
   restick = True ; plot mods desired
   res@tiMainString = " "
   res@gsnLeftString =" u v wind"
   res@vcRefMagnitudeF = 10.0 ; add a reference
vector
   res@vcRefLengthF = 0.045 ; what the ref length is
   res@vcGlyphStyle = "CurlyVector" ; turn on curley vectors
   restick@ttmFormat = "%c%y"
   restick@ttmAxis = "YL"
   restick@ttmMajorStride = 2
   time_axis_labels(u&time, res, restick)
   plot =
gsn_vector(wks,uave(hStrt:hLast,{40:160}),vave(hStrt:hLast,{40:160}),res)
   plot1 =
gsn_csm_vector(wks,uave(hStrt:hLast,{40:160}),vave(hStrt:hLast,{40:160}),res)

moon

-- 
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/



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

Received on Thu Dec 22 08:08:19 2011

This archive was generated by hypermail 2.1.8 : Wed Jan 04 2012 - 10:18:09 MST