- 积分
- 119
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-4-5
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 Jasmine_ 于 2020-4-22 15:57 编辑
begin
dirin1="/cygdrive/d/Data/GlobalTopo/topo.nc/"
dirout="/cygdrive/d/ncl/analysis/"
f1=addfile(dirin1,"r")
topo=f1->htopo
lat=topo&lat
lon=topo&lon
wks=gsn_open_wks("ps",dirout+"chazhi")
gsn_define_colormap(wks,"rainbow")
res=True
res@gsnMaximize=True
res@gsnLeftString=""
res@gsnRightString=""
res@cnFillOn=True
res@cnLinesOn=False
res@mpDataResolution="Fine"
res@mpCenterLonF=180.
plot=gsn_csm_contour_map(wks,topo,res)
end
|
-
-
-
topo.nc
26.72 MB, 下载次数: 102, 下载积分: 金钱 -5
|