爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 6815|回复: 3

ncl极地投影经纬度如何设置?

[复制链接]

新浪微博达人勋

发表于 2022-9-9 21:04:21 | 显示全部楼层 |阅读模式

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

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

x
求助问经纬度的°如何添加上去呀
100hPa-2.000001.png
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2022-11-5 16:57:23 | 显示全部楼层
使用drawNDCGrid(wks)画出NDC坐标,然后用根据NDC坐标使用gsn_text_ndc添加经度文本,坐标自己慢慢微调,画好了再把drawNDCGrid(wks)去掉即可。参考如下:
drawNDCGrid(wks)
txres                       = True
txres@txFontHeightF = 0.013
gsn_text_ndc(wks, "0~F34~0", 0.5, 0.963, txres)
gsn_text_ndc(wks, "60~F34~0~F21~E", 0.37, 0.895, txres)
gsn_text_ndc(wks, "120~F34~0~F21~E", 0.365, 0.77, txres)
gsn_text_ndc(wks, "180~F34~0", 0.5, 0.702, txres)
gsn_text_ndc(wks, "120~F34~0~F21~W", 0.635, 0.77, txres)
gsn_text_ndc(wks, "60~F34~0~F21~W", 0.63, 0.895, txres)
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2022-11-5 17:01:23 | 显示全部楼层
经纬度网格及标签间隔度数可利用如下几个Resources:
res@gsnPolarLabelSpacing  = 60.
res@mpGridLatSpacingF     = 30.
res@mpGridLonSpacingF     = 60.
res@mpGridPolarLonSpacingF= 0.
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

 楼主| 发表于 2022-11-8 23:36:02 | 显示全部楼层
本帖最后由 xzz 于 2022-11-8 23:37 编辑

谢谢,但是我为什么不能将两张图叠在一起
begin


f = addfile("F:/data/data100-11m-12m.nc", "r")


h=f->z(1,:,:)
;h1=h(:,:)/9.8
;copy_VarMeta(h, h1)
;h1@units="gpm"


wks  = gsn_open_wks("png","100-4")


  res            = True ; plot mods desired


  res@cnLevelSelectionMode = "ManualLevels"   ; set manual contour levels


  res@cnMinLevelValF       = 17000.                ; set min contour level
  res@cnMaxLevelValF       = 10000.                ; set max contour level
  res@cnLevelSpacingF      =  40               ; set contour spacing


  res@tiMainString       = " "       ; plot title
  res@gnsRightString     = " "
  res@gsnLeftString      = " "                           
  res@mpMinLatF   = 40
  res@gsnPolar   = "NH"  ; specify the hemisphere  


  
plot = gsn_csm_contour_map(wks,h,res)   
   
drawNDCGrid(wks)
txres                       = True
txres@txFontHeightF = 0.015
gsn_text_ndc(wks, "0~F34~0", 0.5, 0.99, txres)
gsn_text_ndc(wks, "90~F34~0~F21~E", 0.02,0.5,  txres)


gsn_text_ndc(wks, "180~F34~0", 0.5, 0.01, txres)
gsn_text_ndc(wks, "90~F34~0~F21~W", 0.98,0.5, txres)




frame (wks)


end


100-4.000001.png
100-4.000002.png
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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