installation problem

From: Siraj Ul Islam <sirajkhan78_at_nyahnyahspammersnyahnyah>
Date: Mon, 19 Mar 2007 05:42:37 -0500

Hi all,
I have installed NCL and have checked the "xeyes" to see that
installation is ok or not.
It is working. But when i write commant ncl it gives some thing like following

clima-07:~ # ncl
 Copyright (C) 1995-2006 - All Rights Reserved
 University Corporation for Atmospheric Research
 NCAR Command Language Version 4.2.0.a034
 The use of this software is governed by a License Agreement.
 See http://www.ncl.ucar.edu/ for more details.
warning:Unable to Get System Resource File Name?
warning:Unable to load System Resource File (null)
fatal:GetSysAppDir:Unable to get a default value for the system App
Resource directory
warning:["Resources.c":734]:Unable to set appSysDir to default value -
Using NULL
fatal:GetSysAppDir:Unable to get a default value for the system App
Resource directory
warning:["Resources.c":734]:Unable to set appSysDir to default value -
Using NULL
warning:Unable to Get System Resource File Name?
warning:WorkstationClassInitialize:Unable to access rgb color database
- named colors unsupported:[errno=2]:No such file or directory
warning:["Palette.c":1527]:NhlLoadColormapFiles: Invalid directory
encountered in colormap path specification
ncl 0> load "/usr/local/lib/ncarg/nclscripts/csm/gsn_code.ncl"
ncl 1>

How to remove these warnings

Cheers

On 3/18/07, ncl-talk-request_at_ucar.edu <ncl-talk-request_at_ucar.edu> wrote:
> Send ncl-talk mailing list submissions to
> ncl-talk_at_ucar.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
> or, via email, send a message with subject or body 'help' to
> ncl-talk-request_at_ucar.edu
>
> You can reach the person managing the list at
> ncl-talk-owner_at_ucar.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ncl-talk digest..."
>
>
> Today's Topics:
>
> 1. how to change the page size of pdf? (=?gb2312?B?0Lvspw==?=)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 18 Mar 2007 14:25:17 +0800
> From: "=?gb2312?B?0Lvspw==?=" <xiexin_at_gmail.cn>
> Subject: [ncl-talk] how to change the page size of pdf?
> To: ncl-talk_at_ucar.edu
> Message-ID: <20070318062517.60705.qmail_at_mail.gmail.cn>
> Content-Type: text/plain; charset="gb2312"
>
> hi,
>
> I need to make a 1x2 panel plot and insert the plot into my
> LaTeX file using a "landscape" orientation. Obviously, a 1x2 panel plot
> will not fit in an A4 paper (the 1x2 plot is quite short. There is too much
> blank above and below the plot).
>
> So I want to change the page size of the output PDF to fit a 1x2 panel
> correctly. However, there is no change in the output.
> My corresponding codes are as follows:
>
> ...
> ...
> ...
> wks = gsn_open_wks("pdf", "test")
>
> res_at_gsnDraw = False
> res_at_gsnFrame = False
>
> plot1 = gsn_csm_contour_map(wks, T(1,:,:),res)
> plot2 = gsn_csm_contour_map(wks, T(2,:,:),res)
>
> a4_height = 29.7
> a4_width = 10 ; make it a little narrow
> cm_per_inch = 2.54
> panelres = True
> panelres_at_gsnPaperWidth = a4_width/cm_per_inch
> panelres_at_gsnPaperHeight = a4_height/cm_per_inch
> panelres_at_gsneaperMargin = 0.1
> panelres_at_gsnMaximize = True
> panelres_at_gsnPaperOrientation = "landscape"
> gsn_panel(wks, (/plot1, plot2/),(/1,2/), panelres)
> ...
>
> The PDF has been created but when I browse it with Acrobat Reader,
> the page is still a 21cmx27cm one. And there is still too much
> blank in either vertical side.
>
> I think this should be a common problem when one try
> to insert NCL plot into a document (ie TeX one)
> Can this page size be changed?
>
> Thank you very much!
>
> Xie Xin
>
>
> 申请Gmail博客,赢取精美礼品!
> 详情 请访问Gmail.cn首页
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20070318/b6cca2dd/attachment.html
>
> ------------------------------
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
> End of ncl-talk Digest, Vol 40, Issue 24
> ****************************************
>

-- 
Siraj Ul Islam
Research Fellow (Climate Section)
Global Change Impact Studies Centre
First Floor Saudi Pak tower
Blue Area Islamabad Pakistan
Ph :   92-51-9219785
Fax : 92-51-9219787
http://www.gcisc.org.pk

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Mar 19 2007 - 04:42:37 MDT

This archive was generated by hypermail 2.2.0 : Mon Mar 19 2007 - 08:45:25 MDT