函数名为dim_rmsd。它是计算两个变量在所有其他维度上最右侧维度的均方根误差。而对于想要计算指定维度的情况,则要用dim_rmsd_n。 3、EOF分解 计算EOF分解的函数为eofunc开头的系列函数,一般用eofunc_Wrap计算空间模态,用eofunc_ts_Wrap计算时间系数。 以下为针对变量x计算EOF分解并绘图的NCL子程序: undef("draw_...
dim_rmsd_Wrap Computes the root-mean-square-difference between two variables rightmost dimension at all other dimensions. dim_rmvmean Calculates and removes the mean of the (rightmost) dimension at all other dimensions. dim_rmvmean_n Calculates and removes the mean of the given dimension(s) at ...
能执行相应内置函数的功能,并能处理数组属性、命名维度、维度坐标等元数据,例如:dim_avg_Wrap,dim_variance_Wrap,dim_stddev_Wrap,dim_sum_Wrap,dim_rmsd_Wrap,smth9_Wrap,g2gsh_Wrap,g2fsh_Wrap,f2gsh_Wrap,f2fsh_Wrap,natgrid_Wrap,f2
NCL数据处理南信大课件
(eg:) – g2gshv_Wrap – dim_avg_n_Wrap – g2fshv_Wrap – dim_variance_n_Wrap – f2gshv_Wrap – dim_stddev_n_Wrap – f2fshv_Wrap – dim_sum_n_Wrap – f2foshv_Wrap – dim_rmsd_n_Wrap – linint1_Wrap – smth9_Wrap – linint2_Wrap – g2gsh_Wrap – linint2_points_...
• avg, var, sum, sort, median, rmsd, ….. • dim_*_n 函数是新的(v5.1.1以上有) • 对指定的行列进行操作 • 内存使用较少 • dim_* 函数 • 仅对最右边的行列操作 • 可能需要行列调整 conform, conform_dims x(ntim,klev,nlat,mlon), w(nlat) ; x( 0 , 1...
dim_min dim_min_n dim_min_n_Wrap dim_num dim_num_n dim_numrun_n dim_pqsort dim_pqsort_n dim_product dim_product_n dim_rmsd dim_rmsd_n dim_rmsd_n_Wrap dim_rmsd_Wrap dim_rmvmean dim_rmvmean_n dim_rmvmean_n_Wrap dim_rmvmean_Wrap ...
master .vim after autoload bin bundle colors dictionary ftdetect ftplugin plugin record snippets syntax Dockerfile.vim ncl.vim README.txt test.vim bash-git-prompt bin git_hooks others .bash_logout .bash_profile .bashrc .git_bashrc .gitconfig ...
NCL数据处理南信大课件
dim_rmsd_n_Wrap dim_rmsd_Wrap dim_rmvmean Calculates and removes the mean of the (rightmost) dimension at all other dimensions. dim_rmvmean_n Calculates and removes the mean of the given dimension(s) at all other dimensions. dim_rmvmean_n_Wrap Calculates and removes the mean of the given...