使用ncl画图的时候,遇到错误gsn_add_cyclic: Warning: The range of your longitude data is not 360.
仔细检查之后,发现并不是字面上出错的原因,而是画图时一个变量同时绑定了lat/lon
和lat2d/lon2d
。由于我想用lat2d/lon2d
却不想用lat/lon
,但它默认使用的是lat/lon
,这就需要我将lat/lon
删除。
其实很简单,使用delete
函数就可以了,例如delete(sstc&nlat)
。详情请见https://www.ncl.ucar.edu/Document/Functions/Built-in/delete.shtml。
Comments
注:如果长时间无法加载,请针对 disq.us | disquscdn.com | disqus.com 启用代理。