http://www.ncl.ucar.edu/Document/Functions/Built-in/linint1_n.shtml rcm2rgrid和rcm2rgrid_Wrap函数可以用于将WRF等模式产品插值到标准网格上 官网说明 http://www.ncl.ucar.edu/Document/Functions/Built-in/rcm2rgrid.shtml emi_grid = rcm2rgrid_Wrap(lat_emi,lon_emi,emi_mean,lat_...
NCLname∶∶F77subroutine(arguments) 23-23 13-13 3 WRAPIT的Fortran分析程序不能直接处理F90,因此第1步不同于调用F77,需要创建stub接口,如下所示。 1.用F77语法创建.stub文件,声明子程序和接口参量,并添加接口分界符标注 13 23 2.用WRAPIT建立共享对象 13 23 3.NCL命名和调用(同F77) 13 23 23-24 13-1...
linint1_Wrap linint2 linint2_points linint2_points_Wrap linint2_Wrap linmsg linmsg_n linrood_latwgt linrood_wgt list_files list_filevars list_hlus list_procfuncs list_vars ListGetType ListSetType loadscript local_max local_max_1d ...
tas@_FillValue = 1e+20 tas@units = "K" newlat = fspan(-90,90,361) ;插值到0.5度*0.5度 newlon = fspan(0,357.5,716) newlat@units = "degrees_north" newlon@units = "degrees_east" newtas = linint2_Wrap(lon,lat,tas,True,newlon,newlat,0) newtas!0 = "time" newtas!1 = "lat...
_Wrap • use wrapper functions (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 – ...
Star1 Files 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 ...
linint1_n_Wrap u_avg=linint1_n_Wrap (p_0,u_avg_2, False, p_1, 0, 0) p_0:原始气压,单调递增或递减 p_1:插值气压,单调递增或递减(递增或递减两者保持一致) http://www.ncl.ucar.edu/Document/Functions/Built-in/linint1_n.shtml ...
dailyclimdex2cpt.ncl fitderivint.ncl gfs.ncl plot_timescaledecomp_avg.ncl plot_timescaledecomp_models_scatter.ncl plot_timescaledecomp_permember_map.ncl rip_cape.f serietiempo.ncl wavelet.ncl wavelet_NDVI.ncl wavelet_NPCI.ncl waveletdecomp.ncl...
Star1 Code Issues Actions Projects Wiki Insights Files f008eff .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 ...
qrstm = linint2_Wrap(lons,lats,zs,True,qlon,qlat,0) ; 插值得到需要的数据 delete(zs) ;===以10个网格进行松弛融合,内部不变=== ; 定义外围网格的范围 outer_grid = 10 ;---下述方法是NCL进行网格替换最高效的办法。 ; 创建距离矩阵 y = is...