爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 4322|回复: 0

[讨论] 哪位大神帮我看看这个假相当位温85hPa这么算对不对?谢

[复制链接]

新浪微博达人勋

发表于 2014-10-21 02:18:04 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x

  1.   
复制代码


% 850hPa假相当位温
clear all;
clc;
grib_struct=read_grib('g:\031200',-1); % 读取NCEP再分析资料,其中-1代表全部读取
    read_grib('g:\031200','inv'); %生成变量目录表文档
   t_850hPa=grib_struct(154).fltarray;
   rh_850hPa=grib_struct(155).fltarray;
for i=1:181;
    for j=1:360;
        lon(i,j)=181-j;
        lat(i,j)=91-i;
        t(i,j)=t_850hPa((i-1)*360+j);
        rh(i,j)=rh_850hPa((i-1)*360+j);
    end
end
m_proj('equidistant','lon',[70 110],'lat',[30 70]);
prs=850;
for m=1:181;
  for n=1:360;
      es(m,n)=(6.1078*exp(17.2693882*(t(m,n)-273.16)/(t(m,n)-35.86)));
      qq(m,n)=rh(m,n)*(0.62197*es(m,n)/(prs-0.378*es(m,n)))/100;
       e(m,n)=prs*qq(m,n)/(0.62197+qq(m,n))+1e-10;
       tlcl(m,n)=55.0+2840.0/(3.5*log(t(m,n))-log(e(m,n))-4.805);
       theta(m,n)=t(m,n)*(1000/prs)^(0.2854*(1.0-0.28*qq(m,n)));
       eqt(m,n)=theta(m,n)*exp(((3376/tlcl(m,n))-2.54)*qq(m,n)*(1.0+0.81*qq(m,n)));
  end
end
  [cs,h]=m_contourf(lon,lat,eqt,'color','k');
  hold on;
  m_coast('color','k');
  m_grid;
  
untitled.jpg
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表