爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 3771|回复: 3

[程序设计] 风速图,米有颜色区分,咋回事啊?

[复制链接]

新浪微博达人勋

发表于 2015-5-10 19:13:48 | 显示全部楼层 |阅读模式

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

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

x

这是结果图

这是结果图
这是程序:
clear;
file1='wind-1979-2013-850mb.nc';
ncid1=netcdf(file1);
lont=ncid1{'LON47_55'}(:,:,:,:);
latt=ncid1{'LAT45_55'}(:,:,:,:);
lev=ncid1{'LEV15_15'}(:,:,:,:);
v=ncid1{'UWND'}(:,:,:,:);
missing=ncid1{'UWND'}.missing_value;
v(find(v==missing))=NaN;
v0=squeeze(v);
ind=0;
monind=[];
for year=1979:2013;
    for mon=1:12
        ind=ind+1;
        monind(ind)=mon;
    end
end
juv=find(monind==1);
v1=v0(juv,:,:);
v1mean=mean(v1,1);
v2=squeeze(v1mean);
figure;
hold on;
%[Lon,Lat]=meshgrid(lon,lat);
m_proj('mercator','lon',[40,60],'lat',[40,60]);
m_contourf(lont,latt,v2,[-4:2:10],'linestyle','none');caxis([-4 10]),colorbar;
m_gshhs_i('LineWidth',1,'Color',[0.5 0.5 0.5]);
%m_gshhs_i('patch',[.6 .6 .6],'edgecolor','b');
m_grid('box','fancy','tickdir','in');
hold on;
%[Lon,Lat]=meshgrid(lon,lat);
%xx=m_quiver(Lon,Lat,v,0,'b');
%m_gshhs_i('LineWidth',1,'Color',[0.5 0.5 0.5]);
%m_grid('box','fancy','YaxisLocation','right','xtick',lona:lonstep:lonb,'ytick',lata:latstep:latb,'tickdir','in','linestyle','none','fontsize',12);
xlabel('\fontsize{14}Longitude');
ylabel('\fontsize{14}Latitude');

问题出在哪啊??
file:///C:/Users/a/AppData/Roaming/Tencent/Users/596079566/QQ/WinTemp/RichOle/GPSPFJW0@4V(6)OR2DR8~)R.png
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2016-4-8 10:42:42 | 显示全部楼层
程序肯定存在问题
密码修改失败请联系微信:mofangbao
回复 支持 0 反对 1

使用道具 举报

新浪微博达人勋

发表于 2015-5-10 21:29:48 | 显示全部楼层
窝也遇到了这个问题
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-5-11 19:58:37 | 显示全部楼层
summer1217 发表于 2015-5-10 21:29
窝也遇到了这个问题

是经纬度选择错了
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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