1. yyyymm_time:建立一维yyyymm日期数组 http://www.ncl.ucar.edu/Document/Functions/Contributed/yyyymm_time.shtml 2.yyyymmdd_time:建立一维yyyymmdd日期数组 3.yyyymmddhh_time:建立一维yyyymmddhh日期数组 时间日期形式转化 1. grib_stime2itime:将grib文件时间由字符串型转换为整型 2. yyyyddd_to_yyyymmdd等...
option = -3 or 3,返回值的形式为YYYYMMDDHH; option = 4,返回值的形式为YYYY.fraction,fraction是该时刻在一年内的分位数; option = -5,与0相同,返回值为integer,秒位(floating)被截断。 代码示例 截取TS数据200602~202101的数据 time=fst->timeYYYYMM=cd_calendar(time,-1)ymStrt=200602ymlast=202101iS...
NCL数据处理南信大课件
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 .gitignore ...
ind f = addfile(..., r) TIME = f-time ; TIME = f[:]-time YYYYMM = cd_calendar(TIME, -1) ; 转换 ymStrt = 190801 ; 开始年月 ymLast = 200712 ; 结束年月 iStrt = ind(YYYYMM.eq.ymStrt) ; 开始时间的index iLast = ind(YYYYMM.eq.ymLasrt) ; 结束时间的index x = f-X(iStr...
X=T(lat|:,lon|:,time|:)变为(lat,lon,time)X=T({lat|-20:20},lon|30:42,time|:)变为(lat,lon,time),并选择lat值为-20~20,lon为30~42号元素,时间为全部时间 3 13 14-14 4-4 2 1.命令行交互 4 14 2.脚本 4 14 选项包括-hnpxV,含义为∶ -h∶输出提示信息并退出; -n∶在print...
; 去除海温趋势及年循环 yyfac = yyyymm_to_yyyyfrac(yyyymm, 0.0) ; sst1 = dtrend_msg_n(yyfac, sst, True, False,0) sst1 = dtrend_quadratic_msg_n(sst, True, False,0) copy_VarMeta(sst, sst1) clStrt = 198101 clLast = 201012 iClmStrt = ind(yyyymm.eq.clStrt) iClmLast = ind...
第一章前言及简介第二章NCL变量及基本语法第三章数据处理第四章文件输入输出第五章绘图•代数/逻辑表达式运算符•手动和自动的数据生成•内置函..
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数据处理南信大课件