- 积分
- 257
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-1-14
- 最后登录
- 1970-1-1
![未绑定新浪微博用户 新浪微博达人勋](source/plugin/sina_login/img/gray.png)
|
发表于 2014-9-19 16:07:41
|
显示全部楼层
chinamap.ncl是我用来画图的脚本:
我改动了第四条路径:load "/cma/u/Tzhucw/haoyq/default/cnmap/cnmap.ncl";
wks的设置;
以及这一句map=gsn_csm_map(wks,res);
cnmap.ncl是文件夹里的:
我改动了第四条路径:load "/cma/u/Tzhucw/haoyq/default/cnmap/shp_Function.ncl"
还有这句:ShpDir = "/cma/u/Tzhucw/haoyq/default/cnmap/"
shp_Function.ncl没有改动,也就没有贴出来。
运行chinamap.ncl,报错是这样的:
warning:lbLabelAutoStride is not a valid resource in map.PlotManager at this time
warning:cnFillOn is not a valid resource in map at this time
warning:gsnSpreadColors is not a valid resource in map at this time
warning:cnLevelSpacingF is not a valid resource in map at this time
warning:cnFillDrawOrder is not a valid resource in map at this time
warning:cnLinesOn is not a valid resource in map at this time
warning:["FileSupport.c":3026]:NCL does not know anything about file suffix <shp>.
But NCL will try its best to figure out the file format.
fatal:An internal error has occurred. The file format requested does not appear to be supported, could not open (/cma/u/Tzhucw/haoyq/default/cnmap/cnmap.shp)
(0) Error: gsn_add_shapefile_polylines: Can't open shapefile '/cma/u/Tzhucw/haoyq/default/cnmap/cnmap.shp'
(0) No shapefile information will be added.
warning:["FileSupport.c":3026]:NCL does not know anything about file suffix <shp>.
But NCL will try its best to figure out the file format.
fatal:An internal error has occurred. The file format requested does not appear to be supported, could not open (/cma/u/Tzhucw/haoyq/default/cnmap/river.shp)
(0) Error: gsn_add_shapefile_polylines: Can't open shapefile '/cma/u/Tzhucw/haoyq/default/cnmap/river.shp'
(0) No shapefile information will be added.
warning:["FileSupport.c":3026]:NCL does not know anything about file suffix <shp>.
But NCL will try its best to figure out the file format.
fatal:An internal error has occurred. The file format requested does not appear to be supported, could not open (/cma/u/Tzhucw/haoyq/default/cnmap/cnhimap.shp)
(0) Error: gsn_add_shapefile_polylines: Can't open shapefile '/cma/u/Tzhucw/haoyq/default/cnmap/cnhimap.shp'
(0) No shapefile information will be added.
warning:["FileSupport.c":3026]:NCL does not know anything about file suffix <shp>.
But NCL will try its best to figure out the file format.
fatal:An internal error has occurred. The file format requested does not appear to be supported, could not open (/cma/u/Tzhucw/haoyq/default/cnmap/cnmap.shp)
(0) Error: gsn_add_shapefile_polylines: Can't open shapefile '/cma/u/Tzhucw/haoyq/default/cnmap/cnmap.shp'
(0) No shapefile information will be added.
warning:New: Could not coerce missing value parameter into appropriate type, using default
warning:New: Could not coerce missing value parameter into appropriate type, using default
warning:New: Could not coerce missing value parameter into appropriate type, using default
warning:New: Could not coerce missing value parameter into appropriate type, using default
谢谢你!
|
|