- 积分
- 2233
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-6-22
- 最后登录
- 1970-1-1
![[Dead_Direwolf] 粉丝数:421 微博数:573 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 liusinuo 于 2017-5-31 13:51 编辑
各位大神,我最近用ncl画图,但是画出来的底图有错位,不知道是不是@mp哪没设置好啊??弄了好半天也没弄好,求大神支招啊!!
- res@mpGeophysicalLineColor = "Black" res@mpGeophysicalLineThicknessF=3.
- res@mpNationalLineThicknessF=3.
- res@mpUSStateLineThicknessF=3.
- res@mpNationalLineColor = "Black"
- res@mpUSStateLineColor = "Black"
- res@mpGridLineColor = "Black"
- res@mpLimbLineColor = "Black"
- res@mpPerimLineColor = "Black"
- res@mpProjection = "LambertConformal"
- res@mpLambertMeridianF = 116.0
- res@mpLambertParallel1F = 30.
- res@mpLambertParallel2F = 60.
- a=addfile("../run-201512/run-wps/geo_em.d01.nc","r")
- lat=a->CLAT
- lon=a->CLONG
- res@mpLimitMode="Corners"
- res@mpLeftCornerLatF = lat(0,0,0)
- res@mpRightCornerLatF = lat(0,299,299)
- res@mpLeftCornerLonF = lon(0,0,0)
- res@mpRightCornerLonF = lon(0,299,299)
- res@mpDataBaseVersion="MediumRes"
- res@mpDataSetName="Earth..4"
复制代码
|
|