爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 7664|回复: 3

[作图] NCL如何提取某一点邻近点的值,求助。

[复制链接]

新浪微博达人勋

发表于 2016-12-16 23:11:04 | 显示全部楼层 |阅读模式

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

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

x
大家好,我现在需要提取某一点的值,如果该点的值缺失,就用邻近的值代替,我用 if,else if写出程序后,能提取出值,但是提出的值是错误的,我的代码如下,请各位帮我看一下,是哪里出错了?谢谢您的解答!
  XT_AE= ae({37.20},{114.35})
        if((ismissing(ae({37.20},{114.35}))) .and. (.not.ismissing(ae({37.15},{114.35}))))then
          XT_AE = ae({37.15},{114.35})                                                                                                                                                                                                                                   
        else if ((ismissing(ae({37.15},{114.35}))) .and. (.not.ismissing(ae({37.20},{114.40}))))then
          XT_AE = ae({37.20},{114.40})
        else if ((ismissing(ae({37.20},{114.40}))) .and. (.not.ismissing(ae({37.25},{114.35}))))then
          XT_AE = ae({37.25},{114.35})
        else if ((ismissing(ae({37.25},{114.35}))) .and. (.not.ismissing(ae({37.20},{114.30}))))then
          XT_AE = ae({37.20},{114.30})  
        else if ((ismissing(ae({37.20},{114.30}))) .and. (.not.ismissing(ae({37.15},{114.30}))))then
          XT_AE = ae({37.15},{114.30})
        else if ((ismissing(ae({37.15},{114.30}))) .and. (.not.ismissing(ae({37.15},{114.40}))))then
          XT_AE = ae({37.15},{114.40})
        else if ((ismissing(ae({37.15},{114.40}))) .and. (.not.ismissing(ae({37.25},{114.30}))))then
          XT_AE = ae({37.25},{114.30})
        else if ((ismissing(ae({37.25},{114.30}))) .and. (.not.ismissing(ae({37.25},{114.40}))))then
          XT_AE = ae({37.25},{114.40})
        else
          XT_AE = 0
      
        end if
        end if
        end if
        end if
        end if
        end if
        end if
        end if
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2016-12-16 23:36:16 | 显示全部楼层
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

发表于 2016-12-17 08:25:27 | 显示全部楼层
shgetnp
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

 楼主| 发表于 2016-12-17 16:36:19 | 显示全部楼层

谢谢,我试一下。
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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