能执行相应内置函数的功能,并能处理数组属性、命名维度、维度坐标等元数据,例如: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
dim_stddev_n_Wrap Computes the population standard deviation of a variables given dimension(s) at all other dimensions and retains metadata. dim_stddev_Wrap Computes the population standard deviation of a variables rightmost dimension at all other dimensions and retains metadata. dim_sum Computes the...
(lat|:,lon|:,time|:)) ; reorder ntime = dimsizes(in-time) ; get size of time do n=0,nmos-1 Tclm(:,:,n) = dim_avg (Ttmp(:,:,n:ntime-1:nmos)) Tstd(:,:,n) = dim_stddev (Ttmp(:,:,n:ntime-1:nmos)) end do 给过程预先分配数组: 如果一个过程返回一个或多个参数,...
dim_rmvmean_Wrap dim_rmvmed dim_rmvmed_n dim_rmvmed_n_Wrap dim_rmvmed_Wrap dim_standardize dim_standardize_n dim_standardize_n_Wrap dim_standardize_Wrap dim_stat4 dim_stat4_n dim_stddev dim_stddev_n dim_stddev_n_Wrap dim_stddev_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 ...
(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_...
NetCDF資料格式介紹NCL變數設定介紹 什麼是NetCDF?•常用的大氣資料格式•以副檔名.nc標示•self-describeddataformat•用ncdump-h將檔頭印出•與NCL一樣都是NCAR的產品•變數設定的方式與NCL一模一樣•Exercise1b:用NCL互動模式讀取NC檔案 NCL變數設定 X ScalarorArray f=addfile(“foo.nc”,”r”)...
Tstd=dim_stddev_n(T,0) Tstd(klev,nlat,mlon) NCL(netCDF):NamedDimensions[!] •assignedwith!character{letT(:,:,:)->T(0,1,2)} –T!0="time";leftmost[slowestvarying]dim –T!1="lat“ –T!2="lon";rightmost[fastestvarying]dim ...
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 .gitignore
dim_stddev Computes the population standard deviation of a variables rightmost dimension at all other dimensions. dim_stddev_n Computes the population standard deviation of a variables given dimension(s) at all other dimensions. dim_stddev_n_Wrap Computes the population standard deviation of a ...