Re: FW: graph out of frame and intall vapor

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon Nov 29 2010 - 15:09:23 MST

I believe the first question is a Vapor issue and not an NCL issue. I've CC'ed vapor@ucar.edu

For the second question, I don't see your whole NCL script, so I'm not sure what the problem might be.

It might be that you are missing a .hluresfile. Please see:

http://www.ncl.ucar.edu/Document/Graphics/hlures.shtml

Having this file will improve your fonts, and hopefully, will improve the sizing of your plot. It looks like your titles are overly large.

--Mary

On Nov 29, 2010, at 12:13 PM, jam hong wrote:

>
>
>
>
>
> Dear ncl talk
> I try to run the vapor but I got this error.
> I install it as instruction but I do not why it can not find the lib.
>
> wrfvdfcreate: error while loading shared libraries: libvdf.so.1.5.2
>
>
> Also I try to plot vertical cross section of cloud but it is going out of picture frame as attach.
> How can I fix this? and how can I subscribe to ncl talk again.
> Thanks
> JAm
>
>
>
>
>
> setvalues NhlGetWorkspaceObjectId()
> "wsMaximumSize" : 435544320
> end setvalues
>
> ; Set some Basic Plot options
> res = True
> res@MainTitle = "REAL-TIME WRF"
>
>
> pltres = True
> mpres = True
> map = wrf_map(wks,a,mpres)
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
> ; What times and how many time steps are in the data set?
> times = wrf_user_list_times(a) ; get times in the file
> ntimes = dimsizes(times) ; number of times in the file
> ; ntimes = 1
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
> res@TimeLabel = times(0) ; Set Valid time to use on plots
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
> gsn_define_colormap(wks,"WhBlGrYeRe") ; choose a colormap
> opts = res
> opts@tiXAxisString = "Longitude"
> opts@tiYAxisString = "Height (km)"
> opts@cnFillOn = True
> Hi Anil
> Do you have a chance to look at the hrldas gem for me yet?
> I have another question. Hsini gave me the code for plotting QCLOUD vertical.
> But when I plot it it was out of frame.
> How can I make it into the frame?
> Thanks
> Jam
>
>
> opts@cnFillOn = True ; color plot desired
>
>
>
> opts@cnLinesOn = False ; turn off contour lines
> opts@cnLineLabelsOn = False ; turn off contour labels
>
> opts@cnLevelSelectionMode = "ExplicitLevels" ; explicit [unequal] cn levels
> res@cnLevels = (/0,0.001,0.002,0.003,0.004,0.005/)
> ; opts@ContourParameters = (/ 0.01 /)
> opts@lbBoxLinesOn = False
> res@cnLabelBarEndStyle = "IncludeMinMaxLabels" ; turn on end labels
>
> ; pressure = 850. ; 850 hPa
> do it = 0, ntimes-1
> ; TERRAIN
> ; p = wrf_user_getvar(a,"pressure",it)
> z = wrf_user_getvar(a,"z",it)
> xlon = wrf_user_getvar(a, "XLONG",0)
> ter = wrf_user_getvar(a,"QCLOUD",it)
>
> loca = wrf_user_latlon_to_ij(a, 38, -95.0)
> locb = wrf_user_latlon_to_ij(a, 38, -110.0)
> print(loca)
> print(locb)
> plane = (/ loca(0),loca(1) ,locb(0),locb(1) /) ; approx. START x;y and END x;y point
>
> <QCLOUD_usgs-13-18Z.jpg><QCLOUD_usgs-13-18Z.jpg>_______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Nov 29 15:09:36 2010

This archive was generated by hypermail 2.1.8 : Tue Nov 30 2010 - 08:26:08 MST