zonalAve
입력된 배열에 대한 평균을 계산합니다.
프로토 타입
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" function zonalAve ( x : numeric ) return_val : typeof(x)
인수
x
모든 타입과 크기의 배열변수를 뜻합니다.
반환 값
반환 값은 동일한 타입, 1차원의 배열로 값을 반환 합니다. 메타데이터는 유지됩니다.
설명
This function computes a zonal average of the input array x. If the input array has a "long_name" or "short_name" attribute, it will be updated.
이 변수는 입력된 배열 x에 대한 평균을 계산합니다. 만약 입력된 배열이 "long_name"이나 "short_name" 속성인 경우, 이것은 업데이트 됩니다.
[원문]
http://www.ncl.ucar.edu/Document/Functions/Contributed/zonalAve.shtml
'NCL > 함수' 카테고리의 다른 글
zonal_mpsi_Wrap (0) | 2013.12.08 |
---|