- 积分
- 816
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-6-18
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
各位前辈,我使用
vint_qu=vibeta(p_new,qu_record,linlog,ps,pbot,ptop)/g*100
提示的错误还是:warning:vibeta: there must be at least three levels with data above the surface
fatal:vibeta: ier = -999
可我一步一步检查了一下,觉得应该没有问题啊,会的前辈能帮我看一下是什么原因吗?
Variable: p_new
Type: float
Total Size: 32 bytes
8 values
Number of Dimensions: 1
Dimensions and sizes: [level | 8]
Coordinates:
level: [1000..100]
Number Of Attributes: 3
long_name : pressure_level
units : millibars
_FillValue : 9.96921e+36
(0) 1000
(1) 975
Variable: qu_record
Type: float
Total Size: 17911552 bytes
4477888 values
Number of Dimensions: 4
Dimensions and sizes: [time | 31] x [lat | 122] x [lon | 148] x [leve
l | 8]
Coordinates:
time: [2014071206..2014071918]
lat: [50.25..-40.5]
lon: [39.75..150]
level: [1000..100]
Number Of Attributes: 1
_FillValue : 9.96921e+36
Variable: ps
Type: float
Total Size: 2238944 bytes
559736 values
Number of Dimensions: 3
Dimensions and sizes: [31] x [122] x [148]
Coordinates:
Number Of Attributes: 1
_FillValue : -32767
(0,0,0) 1014.408
(0,0,1) 1014.991
(0,0,2) 1015.525
(0,0,3) 1016.011
(0,0,4) 1016.441
Variable: pbot
Type: integer
Total Size: 4 bytes
1 values
Number of Dimensions: 1
Dimensions and sizes: [1]
Coordinates:
(0) 1000
Variable: ptop
Type: integer
Total Size: 4 bytes
1 values
Number of Dimensions: 1
Dimensions and sizes: [1]
Coordinates:
(0) 100
|
|