- 积分
- 6146
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-9-27
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 海豚∩_∩浩 于 2012-11-19 21:14 编辑
f="00.grd"
g=fbindirread(f,-1,(/73,50/),"float")
wks = gsn_open_wks("pdf","wind3")
lon = fspan (73.,145.,73)
lon@units ="degrees_east"
lat = fspan (4.,53.,50)
lat@units ="degrees_north "
g!0 ="longitude"
g!1 ="latitude"
g&longitude = lon
g&latitude = lat
check_for_y_lat_coord: Warning: Data either does not contain a valid latitude coordinate array or doesn't contain one at all.
(0) A valid latitude coordinate array should have a 'units' attribute equal to one of the following values:
(0) 'degrees_north' 'degrees-north' 'degree_north' 'degrees north' 'degrees_N' 'Degrees_north' 'degree_N' 'degreeN' 'degreesN' 'deg north'
(0) check_for_lon_coord: Warning: Data either does not contain a valid longitude coordinate array or doesn't contain one at all.
(0) A valid longitude coordinate array should have a 'units' attribute equal to one of the following values:
(0) 'degrees_east' 'degrees-east' 'degree_east' 'degrees east' 'degrees_E' 'Degrees_east' 'degree_E' 'degreeE' 'degreesE' 'deg east' |
|