- 积分
- 41
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-4-5
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
t=f[:]->T_GDS0_ISBL(:,9:31,{25},{70:100})
rh=f[:]->R_GDS0_ISBL(:,9:31,{25},{70:100})
t_mean=dim_avg_n_Wrap(t,0)
rh_mean=dim_avg_n_Wrap(rh,0)
f1=addfile("pl7.1.00.grib","r")
p=f1->lv_ISBL0(9:31)
printVarSummary(t_mean)
tlcl = tlcl_rh_bolton( t_mean,rh_mean,(/1,1/))
printMinMax(tlcl,0)
printMinMax(p,0)
p0:=conform(t_mean,p,0)
printVarSummary(p0)
w=mixhum_ptrh(p0,t_mean,rh_mean,1)
copy_VarCoords(rh_mean,tlcl)
copy_VarCoords(rh_mean,w)
printMinMax(w,0)
tlcl1=pot_temp_equiv_tlcl(p0,t_mean,tlcl,w,(/0,1,0,1/))
tlcl1=smth9_Wrap(tlcl1,0.50,0.25,True)
错误在哪里啊
|
|