NCL Error message

From: Idowu, Oluseun S. (UMKC-Student) <oluseun.idowu_at_nyahnyahspammersnyahnyah>
Date: Wed Apr 27 2011 - 08:40:42 MDT

Hello,
I have just installed NCL version 6.0.0-beta on my Mac system but when trying to practice some example plotting I have the following error message. Your quick help will be appreciated.

[KC-GSCI-W80392Z1AGZ:~/PhD/WRFV3] oluseunidowu% ncl
 Copyright (C) 1995-2011 - All Rights Reserved
 University Corporation for Atmospheric Research
 NCAR Command Language Version 6.0.0-beta
 The use of this software is governed by a License Agreement.
 See http://www.ncl.ucar.edu/ for more details.
ncl 0> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
ncl 1> x = new(9, float)
ncl 2> y = new(9, float)
ncl 3> x = (/10.,20.,30.,40.,50.,60.,70.,80.,90./)
ncl 4> y = (/0.,0.71,1.,0.7,0.002,-0.71,-1.,-0.71,-0.003/)
ncl 5> wks = gsn_open_wks("x11", "gsun01n")
warning:GKS:GOPWK: --X driver error: error opening display
warning:GKS:GESC: --SPECIFIED WORKSTATION IS NOT OPEN
fatal:Workstation with PID#8 is not open
fatal:Unable to open Workstation-Can't Create
fatal:Unable to access object with id:-4
ncl 6>

Thanks

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Apr 27 08:40:52 2011

This archive was generated by hypermail 2.1.8 : Tue May 03 2011 - 14:47:35 MDT