- 积分
- 74
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-9-8
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
将mopiit数据转化成grd形式,编写了ctl,希望通过能够分层求CO含量,但运算过程中可能受缺测干扰?不过已经在ctl中设置了undef,不知道该怎么解决,求帮助!
GS:
'reinit'
'open j:/moppit/mop1-night.ctl'
'open j:/moppit/ps1-night.ctl'
'set fwrite j:/moppit/lco-night.grd'
'set gxout fwrite'
j=1
while(j<=144)
'set t 'j
'define co3=vint(ps.2(lev=0),co,300)/9.8'
'define co5=vint(ps.2(lev=0),co,500)/9.8'
'd co3'
*'d co5'
*'d co3-co5'
j=j+1
endwhile
'disable fwrite'
;
地面气压ctl:
dset j:/moppit/ps1-day.grd
UNDEF -9999.000
title moppit CO
xdef 360 linear -179.5 1.0
ydef 180 linear -89.5 1.0
zdef 1 levels 100
tdef 144 linear jan2001 1mo
vars 1
ps 0 99 var Topo
endvars
CO的ctl:
dset j:/moppit/mop1-day.grd
undef -9999
title moppit CO
xdef 360 linear -179.5 1.0
ydef 180 linear -89.5 1.0
zdef 9 levels 900 800 700 600 500 400 300 200 100
tdef 144 linear jan2001 1mo
vars 1
co 9 99 var Topo
endvars
具体文件在附件里,还请高手指点啊..
moppit.rar
(43.3 MB, 下载次数: 14)
|
|