- 积分
- 6651
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-4-28
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
按照帖子 “Windows系统下安装NCL最全经验 http://bbs.06climate.com/forum.php?mod=viewthread&tid=19289&fromuid=24715(出处: 气象家园)”安装完NCL,分别运行ncl_convert2nc 和 ncl 两个命令,出现如下问题(红色加粗标出),想请问是此类问题,如何解决?(其中命令一的问题,看似与子父进程有关)
命令一:$ ncl_convert2nc ./*.grb2
Processing file: prate.03.2014121400.daily.grb2...
Copyright (C) 1995-2011 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.0.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
0 [main] ncl 2340 child_info_fork::abort: C:\cygwin\bin\cygpixman-1-0.dll: Loaded to different address: parent(0x2B30000) != child(0x240000)
fatal:systemfunc: cannot create child process:[errno=11]
fatal:Execute: Error occurred at or near line 265 in file /tmp/tmp8292.ncl
Processing file: prate.04.2014121400.daily.grb2...
Copyright (C) 1995-2011 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.0.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
0 [main] ncl 6500 child_info_fork::abort: C:\cygwin\bin\cygpixman-1-0.dll: Loaded to different address: parent(0x210000) != child(0x320000)
fatal:systemfunc: cannot create child process:[errno=11]
fatal:Execute: Error occurred at or near line 265 in file /tmp/tmp8292.ncl
命令二:$ ncl xy04n.ncl
Copyright (C) 1995-2011 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.0.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
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
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 occurred at or near line 158 in file xy04n.ncl
|
|