- 积分
- 15726
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-3-8
- 最后登录
- 1970-1-1
|
发表于 2018-7-25 09:57:05
|
显示全部楼层
本帖最后由 subtropical 于 2018-7-25 09:59 编辑
谢谢大神,我看了这个例子,然后仿照这样来做,首先根据官网说的shapefile_mask_data[size=13.3333px] function in [size=13.3333px]shapefile_utils.ncl[size=13.3333px] 下载了shapefile_utils.ncl这个脚本,但是报错了说这个下载的脚本里面有句出问题了,我就看了下但是这个怎么改呢?麻烦您帮忙看下,谢谢您了
我的部分脚本:
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/contributed.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/cnmap/cnmap.ncl"
load "./shapefile_utils.ncl"
begin
......
;---------------------------------使用cressman插值函数
rscan=(/1,0.5,0.25/)
r_final=obj_anal_ic_Wrap(lon, lat, rian, olon, olat, rscan, False)
data_mask = shapefile_mask_data(r_final,"D:/cygwin/app/ncl/lib/ncarg/nclscripts/cnmap/cnmap.shp",True) ;---shapefile_mask_data
|
|