Re: test not working after installation

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Fri, 8 May 2009 09:45:23 -0600 (MDT)

On Fri, 8 May 2009 Christine.Radermacher_at_gfi.uib.no wrote:

> Hello,
>
> I installed ncl on my windows machine as described on the webside. But
> when I try to run the xy04n.ncl script, it doesn't work but shows a
> lot of errors:
>
> warning:GKS:GOPWK: --X driver error: error opening display
> warning:GKS:GESC: --SPECIFIED WORKSTATION IS NOT OPEN
> fatal:Workstation with PID#8 is not opne
> fatal:Unable to open Workstation-Can't Create
> fatal:Unable to access object with id #-4
> fatal:_NhlCreate:Invalid Parent id '-4
> fatal:NhlDraw: Invalid Layer Id:-4
> fatal:Unable to update Workstation with PID#-4
> fatal:Unable to clear Workstation with PID#-4
> fatal:Execute: Error occured at or near line 144 in file xy04n.ncl
>
> What is wrong there?
>
> Thanks,
>
> Christine

Christine,

The error:

   warning:GKS:GOPWK: --X driver error: error opening display

indicates that either you don't have an X11 server running, or you
don't have your DISPLAY environment variable set, or it
is not set correctly.

It's probably a DISPLAY problem, so see:

   http://www.ncl.ucar.edu/Download/install.shtml#SetDISPLAY

for information on this.

Meanwhile, if you don't care about displaying your graphics to an X11
window, you can force the output to go to a PostScript file with:

   ng4ex -W ps xy04n

This should create a PS file called "xy04n.ps".

--Mary
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri May 08 2009 - 09:45:23 MDT

This archive was generated by hypermail 2.2.0 : Fri May 08 2009 - 10:05:07 MDT