Dear Yin,
I don't believe I've seen this error before. It's suspicious that
"xy04n.ncl" works one time, and not another. This sounds like
a system problem.
Before we start debugging this, can you try downloading an improved
"ncl" binary for your system? To get the file:
       ftp ftp.ucar.edu
       <log in as "anonymous">
       <Use email address as password>
       cd /pub/scd/haley
       get ncl_new.exe.gz
       quit
Once you have the file, gunzip it, make sure it is executable, and
move it to $NCARG_ROOT/bin:
       gunzip ncl_new_exe.gz
       chmod gou+x ncl_new.exe
       mv ncl_new.exe $NCARG_ROOT/bin/.
Now you can use this new NCL executable instead of the one already
installed on your system:
       ncl_new.exe  your_script.ncl
If you are comfortable that this executable works, you can replace
your old ncl executable with this new one. You should first make a
copy of your old one:
      mv $NCARG_ROOT/bin/ncl.exe $NCARG_ROOT/bin/ncl_old.exe
      mv ncl_new.exe $NCARG_ROOT/bin/ncl.exe
--Mary
On Sun, 13 Sep 2009, yinjinfang88 wrote:
> Hi  All,
I  run into trouble when I tried to  run ncl scripts  in cygwin system. 
The command line is :
  ncl xy04n.ncl
Following in the errors I have get.
Copyright (C) 1995-2009 - All Rights Reserved
  University Corporation for Atmospheric Research
  NCAR Command Language Version 5.1.1
  The use of this software is governed by a License Agreement.
  See http://www.ncl.ucar.edu/ for more details.
  ERROR    1 IN PCFFGD - INTERNAL LOGIC ERROR - SEE CONSULTANT
I have reinstall my cygwin system, the "ncl xy04n.ncl" can work well.
When I try to run a ncl script such as "wrf_PressureLevel1.ncl
", gotten from  http://www.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/LEVELS_INTERP/wrf_PressureLevel.htm,  the error redisplayed.
I thought that maybe the "wrf_PressureLevel1.ncl" is wrong. However, when I attempt to run "ncl xy04n.ncl" again, I failed. The error was the same as above mentioned.
        Thanks
                                                                                                           Yin .J F.
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Sep 14 2009 - 10:27:10 MDT
This archive was generated by hypermail 2.2.0 : Tue Sep 15 2009 - 16:03:21 MDT