- 积分
- 386
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-7-24
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2016-5-12 08:45:23
|
显示全部楼层
t1=nc_file1[it]->T(0,:,:,:)
t2=t1(:23,:,:)
tt=wrf_user_intrp3d(t2,z(:23,:,:),"v",(/164,1200,754,1/),153.82,True)
printVarSummary(tt)
这是我的程序
Variable: tt
Type: float
Total Size: 534400 bytes
133600 values
Number of Dimensions: 2
Dimensions and sizes: [Vertical | 100] x [Horizontal | 1336]
Coordinates:
Number Of Attributes: 4
_FillValue : 9.96921e+36
units : K
description : perturbation potential temperature (theta-t0)
Orientation : Cross-Section: (164,1200) to (164,1200)
这是printVarSummary(tt)的结果 |
|