问题标签 [ncl]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
loops - 在 ncl 中使用循环对文件进行排序
我有 50 个文件,我想一个接一个地运行脚本,并且每次都用唯一的名称保存生成的图形。我创建图表的脚本很好,但循环浏览 50 个文件不是。我遗漏了许多我正在使用的资源。我的脚本是:
ubuntu-14.04 - 为什么 ncl 找不到 netcdf 文件?
我在 Ubuntu 14.04 下使用来自 Trusty 的 ncl-ncarg 6.1.2-7。我创建了一个软链接,usr/share/ncarg
并通过以下方式usr/lib
设置环境和路径:
我有一个 simple_plot_pr.ncl,它从 3 个 netCDF 文件创建面板图。
当我运行这个 .ncl 文件时,我收到以下错误消息:
我检查了这些文件并且它们存在。我不明白为什么ncl找不到他们?有人可以给我一个解决这个问题的建议吗?
command - 什么是 NCAR 命令语言 (NCL) 中的段
NCL 中使用的“段”是什么(我们可以创建一个段,它包含数据的名称,但我不知道它的实用性) 经过多年使用 Java 和 Php 编程的经验。我开始使用 NCL,但我面临缺乏文档和社区帮助的问题。那么,NCL 编程语言中的“段”是什么意思。谢谢
python - 2D lat lon 数据的索引
我正在尝试找到 NCL 函数的等效项(如果存在),该函数返回最接近用户指定的纬度/经度坐标对的二维纬度/经度数组的索引。
这是 NCL 函数的链接,我希望在 python 中有一个等价的函数。我怀疑在这一点上没有,所以任何关于如何从纬度/经度坐标获取索引的提示都值得赞赏
https://www.ncl.ucar.edu/Document/Functions/Contributed/getind_latlon2d.shtml
现在,我将坐标值保存到 .nc 文件中,并由以下人员读取:
linux - ncl:/lib/x86_64-linux-gnu/libssl.so.10:未找到版本“libssl.so.10”(ncl 需要)
这是指在我的系统中运行 WRF 模型。我正在尝试运行文件 plotgrids.ncl 以确保在运行 geogrid.exe 之前域位于正确的位置。在我的终端(ubuntu)中运行以下命令
ncl util/plotgrids.ncl
会给我以下错误:
ncl: /lib/x86_64-linux-gnu/libssl.so.10: version 'libssl.so.10' not found (required by ncl)
ncl: /lib/x86_64-linux-gnu/libcrypto.so.10: version 'libcrypto.so.10' not found (required by ncl)
netcdf - 通过 ncl 读取大型 netcdf 数据
我正在读取 ncl 的大型 wrfout 数据(空间约 100x100,垂直 30,时间 400)。
变量U大概500M左右,所以耗时比较多,还需要读取其他变量。ncl有什么方法可以快速读取大的netcdf数据吗?或者我可以使用其他语言吗?
python - 在 python 中重新创建 NCL bin_avg 函数
我正在尝试在 python 中重新创建 NCL 的bin_avg函数。该函数接收这些点的纬度、经度和观测值列表,并计算某个网格中每个框内包含的观测值的平均值。
我能想到的最接近的是 using scipy.spatial.cKDTree.query_ball_point
,但这会找到半径内的所有点,而不是网格框内的所有点......
python - Problems when i convert Grib2 to Netcdf4
I got some problems when i try to convert some grib files form CFSR.
when i use ncl_convert2nc
in the unix shell, the nc file information is like this :
and this only happen when i convert CFSR data grib2 files.
here is part of information of the origin file:
as you can see it is able to find the variables from the grib file. So why the nc file is empty? ncl_convert2nc
do work for Grib files of JRA-55 reanalysis dataset. Can anyone help me find where is the problem?
python - conda:发现有冲突的包,但只列出了一个包。这是什么意思?
我正在尝试安装 NCAR 命令语言套件ncl
,其中包含一些供大气科学家使用的数据处理工具。每次收到消息:
ncl
但是,当列出的唯一包时,包怎么会发生冲突呢?这是什么意思?