- 积分
- 225
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-9-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
大家好~我在处理提取nc资料时候,如果直接画图看上去挺正确(就是用以下gs——*语句部分)
'reinit'
'sdfopen d:\paper\160\sst1854-2005.mon.mean.nc'
'set gxout fwrite'
'set fwrite d:\paper\160\sst.grd'
*'enable print d:\paper\160\sst.gmf'
'set t 1 1814'
n=1164
while(n<=1814)
'set t 'n''
'set lon 0 360'
'set lat -88 88'
'd sst'
*'print'
*'c'
n=n+12
endwhile
'disable fwrite'
*'disable print'
;
但是如果用上述gs先写出到grd中 然后配如下ctl
dset d:\paper\160\sst.grdtitle sstundef -9.96921e+36xdef 180 linear 0 2ydef 89 linear -88 2zdef 1 levels 0tdef 55 linear dec1950 1yrvars 1sst 0 99 sstendvars却得到下面这样的图啦
一直弄不好~~求助la~~~
|
|