<!-- begin nav_main_wrap --> <!-- begin nav_main --> NCL
http://www.ncl.ucar.edu/Document/Functions/Built-in/linint2.shtml p_0:原始气压,单调递增或递减 p_1:插值气压,单调递增或递减(递增或递减两者保持一致)http://www.ncl.ucar.edu/Document/Functions/Built-in/linint1_n.shtml rcm2rgrid和rcm2rgrid_Wrap函数可以用于将WRF等模式产品插值...
dim_sum_n_Wrap dim_sum_wgt dim_sum_wgt_n dim_sum_wgt_n_Wrap dim_sum_wgt_Wrap dim_sum_Wrap dim_variance dim_variance_n dim_variance_n_Wrap dim_variance_Wrap dimsizes doubletobyte doubletochar doubletocharacter doubletofloat doubletoint ...
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_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 ...
newtas = linint2_Wrap(lon,lat,tas,True,newlon,newlat,0) newtas!0 = "time" newtas!1 = "lat" newtas!2 = "lon" newtas&lat = newlat newtas&lon = newlon fout = addfile("e:/2/BCC-CSM2-MR-0.5*0.5.nc","c") end 看什么看677 高三患者 1 报错fatal:linint2: Unable to ...
(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_...
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 ...
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...
points = ispan(0,npts-1,1)*1.0 ; interpolate data to great circle t_cross = linint2_points_Wrap(xlon,xlat,t_a,True,dist@gclon,dist@gclat,0) t_cross!0 = "level" t_cross&level = level ;画图就是正常用gsn_csm系列函数画图 ...