- 积分
- 1760
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-11-4
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
请问我用grads提取wrfout的数据为什么不对?下面是我提取数据的gs文件,wrfout01.ctl是后处理出来的原始ctl文件。
'reinit'
'open e:\grads\wrfout1\wrfout01.ctl'
*'set x 70 140'
*'set y 15 55'
'set z 1'
'set t 31'
'set fwrite e:\grads\wrfout2.dat'
'set gxout fwrite'
'd RAINNC+RAINC'
'disable fwrite'
;
这是wrfout2.dat的ctl文件,和原始wrfout01.ctl的内容相比,除了变量名不一样,z和t都改成1了,其他都是一样的
dset e:\grads\wrfout2.dat
options byteswapped
undef 1.e30
title OUTPUT FROM WRF V3.4.1 MODEL
pdef 117 78 lcc 37.000 103.000 59.000 39.500 47.00000 25.00000 103.00000 60000.000 60000.000
xdef 389 linear 50.30641 0.27027029
ydef 190 linear 8.84747 0.27027029
zdef 1 linear 1 1
tdef 1 linear 00Z01JUL2011 1440MN
VARS 1
rain 1 0 ACCUMULATED TOTAL PRECIPITATION (mm)
endvars
|
|