Transform 3d 2 2d variable

From: Vanesa Bdm <vane_bdm_at_nyahnyahspammersnyahnyah>
Date: Mon Dec 12 2011 - 12:19:36 MST

Hello, I'm trying to plot humidity in an xy axis but humidity has 3 dimension hr = wrf_user_getvar(a,"rh",-1)        ; relative humidity hr_point = hr(:,:,locY,locX) hr_res = res1D hr_res@vpYF            = 0.50          ; The top side of the plot box loc hr_res@xyLineColor     = "blue"         ; set line color hr_res@trYMinF         = 0    ; min value on y-axis hr_res@trYMaxF         = 100   ; min value on y-axis td    = wrf_user_getvar(a,"td",-1)    ; get tc for all times t2_point  = t2(:,locY,locX)           ; extract a time series at a point I've been searching but I can't find the correct function that let me do this, could you help me out with this? Many thanks.. Vanesa

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Dec 12 12:19:48 2011

This archive was generated by hypermail 2.1.8 : Fri Dec 16 2011 - 10:27:49 MST