- 积分
- 1831
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-5-6
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我准备将多个时次的hdf文件用一个ctl文件来表达,以下是我的ctl
dset d:/zssdata/merra2/MERRA300.prod.assim.inst3_3d_asm_Cp.201107%d2.hdf
title MERRA reanalysis. GEOS-5.2.0
dtype hdfsds
undef 1e+15
*unpack scale_factor add_offset 1 0
options yrev template
xdef 288 linear -179.375 1.25
ydef 144 linear -89.375 1.25
zdef 42 levels 1000 975 950 925 900 875 850 825 800 775 750 725 700 650 600 550
500 450 400 350 300 250 200 150 100 70 50 40 30 20 10 7 5 4 3 2 1 0.7 0.5 0.4 0.3
0.1
tdef 48 linear 00Z10Jul2011 180mn
*tdef TIME:EOSGRID 48 linear 00Z10Jul2011 180mn
vars 18
SLP=>slp 0 t,y,x Sea-level pressure
PS=>ps 0 t,y,x Surface pressure
PHIS=>phis 0 t,y,x Surface Geopotential
H=>h 42 t,z,y,x Geopotential height
O3=>o3 42 t,z,y,x Ozone Mixing Ratio
QV=>qv 42 t,z,y,x Specific humidity
QL=>ql 42 t,z,y,x Cloud liquid water mixing ratio
QI=>qi 42 t,z,y,x Cloud ice mixing ratio
RH=>rh 42 t,z,y,x Ralative humidity
T=>t 42 t,z,y,x Air Temperature
U=>u 42 t,z,y,x Eastward wind component
V=>v 42 t,z,y,x Northward wind component
EPV=>epv 42 t,z,y,x Ertel potential vorticity
OMEGA=>omega 42 t,z,y,x Vertical pressure velocity
XDim=>xdim 0 x XDim
YDim=>ydim 0 y YDim
Height=>height 42 z Height
Time=>time 0 t Time
endvars
如上是试图将多个文件进行合并的ctl,结果发现利用此ctl打开的数据与原数据不一致,后发现不能加上options yrev template语句(编写了其中一个时次文件的ctl,该ctl加上options yrev template后与合并ctl打开的数据一致,去除options yrev template后与原数据一致),于是我在合并ctl中去掉了options yrev template,以为数据就可以对了,但发现这样的话,描述文件无法打开。 请问大家这个该怎样解决??
|
|