load control file

From: <cluo_at_nyahnyahspammersnyahnyah>
Date: Wed, 27 Jun 2007 16:52:29 -0700 (PDT)

Hi all,

I want to make plots on NCAR tempest machine by ncl. But got the trouble
to load the control files. I tried to use:

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"

and

load "gsn_code.ncl"
load "gsn_csm.ncl"
load "shea_util.ncl"
load "contributed.ncl"

Both don't work either. The errors are:

fatal:Could not open (gsn_code.ncl)
fatal:error at line 1

fatal:Could not open (gsn_csm.ncl)
fatal:error at line 2

fatal:Could not open (shea_util.ncl)
fatal:error at line 3

fatal:Could not open (contributed.ncl)
fatal:error at line 4

Thanks for advance for any help!

Chao

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Jun 27 2007 - 17:52:29 MDT

This archive was generated by hypermail 2.2.0 : Fri Jun 29 2007 - 11:16:18 MDT