NCL中文使用说明解读.ppt,NCAR Command Language (NCL);一、简介;二、语法;2.2 数据类型 数值型:double(64位)、float(32位)、long(32或 64位),integer(32位),short(16位)、byte(8位)。 非数值型:string、character、graphic、file、 logical、list。 2.3 运算符 代数运
ncl操作手册 NCARCommandLanguage(NCL)一、简介 二、语法 •2.2数据类型 数值型:double(64位)、float(32位)、long(32或64位),integer(32位),short(16位)、byte(8位)。非数值型:string、character、graphic、file、logical、list。•2.3运算符 •代数运算符 –+ 加 –- 减 –* 乘 –^ 指数 –...
nclfrequentlyaskedquestions 常见问题解答 basics :文件输入输出。数据分析。array functions 输出格式和输出信息 基础 1.where can I下载ncl 2.imhavingproblem
ListSetType: Specifies the manner in which a variable of type list is to be implemented ispan: Creates an array of equally-spaced integer, long, or int64 values. copy_VarAtts: Copies all of a variable'sattributesfrom one variable to another. copy_VarCoords: Copies allnamed dimensionsandcoor...
“isdim”可以检测给定的一个string是否是这个变量的一个维的名字。 2021/3/13 * 2.9 属性 Attributes:变量的”属性”就是变量的信息。变量的属性用”@ “符 号创建和调用。属性只能为已存在的变量创建。 例: x@min = -50 x@max = 50.0d ;d表示double型数值 x@units=meters x@long_time=A variable ...
第二章-NCL变量及基本语法
非数值型:字符串(string)、字符(character)、图形(graphic)、文件(file)、逻辑型(logical)、列表(list) 运算符: +加法,也用在字符串的连接中 -减法 *乘法 ^指数运算 %求模(只适用于整数) #矩阵相乘 >,<大于、小于 逻辑运算符: .lt.小于 .le.小于等于 ...
11.stringtoxxx——字符串型转换成其他数据类型 39 49 12.ushorttoint——无符号短整型 13.totype——数字或字符串转换成指定格式 39 49 14.tostring_with_format——转换为格式字符串 39 49 40 50 15.tosigned和tounsigned——将8/16/32/64位整型转换为有符号/无符号整型 16.cshstringtolist——将形如...
ncl操作手册创新.ppt,NCAR Command Language (NCL);一、简介;二、语法;2.2 数据类型 数值型:double(64位)、float(32位)、long(32或 64位),integer(32位),short(16位)、byte(8位)。 非数值型:string、character、graphic、file、 logical、list。 2.3 运算符 代数运算符
“isdim”可以检测给定的一个string是否是这个变量的一个维的名字。 2.9 属性 Attributes:变量的”属性”就是变量的信息。变量的属性用”@ “符 号创建和调用。属性只能为已存在的变量创建。 例: x@min = -50 x@max = 50.0d ;d表示double型数值 x@units=meters x@long_time=A variable for temporary ...