08月10, 2017

ncl删除坐标变量和属性

使用ncl画图的时候,遇到错误gsn_add_cyclic: Warning: The range of your longitude data is not 360.

仔细检查之后,发现并不是字面上出错的原因,而是画图时一个变量同时绑定了lat/lonlat2d/lon2d。由于我想用lat2d/lon2d却不想用lat/lon,但它默认使用的是lat/lon,这就需要我将lat/lon删除。

其实很简单,使用delete函数就可以了,例如delete(sstc&nlat)。详情请见https://www.ncl.ucar.edu/Document/Functions/Built-in/delete.shtml

本文链接:https://debug.fanzheng.org/post/ncl-delete-coordinate-variables-and-attributes.html

-- EOF --

Comments

评论加载中...

注:如果长时间无法加载,请针对 disq.us | disquscdn.com | disqus.com 启用代理。