پشتیبانی

A
loading...

free grads

A

ave

admin بازدید : 762 پنجشنبه 11 دي 1393 نظرات (0)

()ave

ave(expr, dim1, dim2 <,tinc> <,-b>)

Averages the result of expr over the specified dimension range. If the averaging dimension is time, an optional time increment tincr may be specified.  

درباره A ,

q attr

admin بازدید : 697 پنجشنبه 11 دي 1393 نظرات (0)

q attr

q attr <fnum>


This command returns all the attribute metadata associated with file number fnum in a formatted manner. If no value for fnum is given, then the attributes for the default file are returned. The output of 'q attr' may be read by the user in the command window, or parsed by a script for the purpose of capturing the metadata and including it in the analysis or display. There are three categories of attributes: (1) global, which means the attribute is relevant for all the data in the file, (2) coordinate, which means the attribute describes one of the four dimensions (lon, lat, lev, or time), or (3) variable, which means the attribute is assoicated with a particular variable in the file. The formatting of the attribute listing is as follows:  

درباره A ,

atot​

admin بازدید : 594 چهارشنبه 10 دي 1393 نظرات (0)

()atot

Thie atot function (in grads version 2.0.2+) duplicates the summing capability of asum but adds the latitude-weighting feature of aave. The syntax is:

atot(expr, xdim1, xdim2, ydim1, ydim2)

درباره A ,

atan2

admin بازدید : 718 چهارشنبه 10 دي 1393 نظرات (0)

()atan2

atan2 (expr1, expr2)

Applies the tan-1 function to the result of (expr1/expr2).

If expr1 and expr2 are both zero, the result is arbitrarily set to zero. The result of the atan2 function is in radians.   

درباره A ,

asumg

admin بازدید : 612 چهارشنبه 10 دي 1393 نظرات (0)

()asumg

asumg(expr, xdim1, xdim2, ydim1, ydim2)

This function is the same as asum in all respects except one: the sums are calculated without any weighting at all.  

درباره A ,

asum

admin بازدید : 765 چهارشنبه 10 دي 1393 نظرات (0)

()asum

This function takes a sum over an X-Y region. The syntax is:

asum(expr, xdim1, xdim2, ydim1, ydim2)

درباره A ,

asin

admin بازدید : 761 چهارشنبه 10 دي 1393 نظرات (0)

asin

asin(expr)

Applies the sin-1 function to the result of expr. Values of expr that exceed 1 or are less than -1 are set to missing in the final result. The result of the asin function is in radians. 

درباره A ,

ASCII data

admin بازدید : 1614 چهارشنبه 10 دي 1393 نظرات (0)

ASCII or Text Data and grads

 

Input ASCII data

grads does not directly handle data in ASCII format -- there is no such thing as 'dtype ascii'. ASCII data must be converted to into one of the binary data formats that are handled by grads. There are many ways to do this with a variety of programming/scripting languages and tools. Below is a very simple example of how you could do it using a grads script.

Suppose you have an ascii file that contains a column of 100 numbers:  

درباره A ,

arrscl

admin بازدید : 652 چهارشنبه 10 دي 1393 نظرات (0)

set arrscl

set arrscl size <magnitude>

Specifies arrow length scaling. 

درباره A ,

arrowhead

admin بازدید : 681 چهارشنبه 10 دي 1393 نظرات (0)

set arrowhead

set arrowhead size

where size is the size of the arrowhead. The default is 0.05. If set to 0, no arrowhead is plotted. If set to a negative value, the size of the arrowhead will be scaled to the size of the arrow. The value specified will be the size when the arrow is one inch in length. 

درباره A ,

arrlab

admin بازدید : 755 چهارشنبه 10 دي 1393 نظرات (0)

set arrlab

set arrlab on|off

Toggles drawing the vector arrow label for plots drawn with set gxout vector. The default is on and "sticks" until reset by another set arrlab command.   

درباره A ,

antialias

admin بازدید : 672 چهارشنبه 10 دي 1393 نظرات (0)

set antialias

set antialias on | off

درباره A ,

annot

admin بازدید : 853 چهارشنبه 10 دي 1393 نظرات (0)

set annot

This command controls the look of plot annotations: the frame around the plot, any additional axes that are drawn alongside the frame, the axis labels and tick marks, and the grads logo and date stamp at the bottom of the page. 

درباره A ,

Animation

admin بازدید : 567 چهارشنبه 10 دي 1393 نظرات (0)

Animation

There are two different ways to animate images within grads.  
درباره A ,

()aminlocy

admin بازدید : 679 چهارشنبه 10 دي 1393 نظرات (0)

()aminlocy

This function returns the Y location of minimum grid value over a spatial domain. The syntax is:

aminlocy(expr, xdim1, xdim2, ydim1, ydim2)

درباره A ,

()aminlocx

admin بازدید : 479 چهارشنبه 10 دي 1393 نظرات (0)

()aminlocx

This function returns the X location of minimum grid value over a spatial domain. The syntax is:

aminlocx(expr, xdim1, xdim2, ydim1, ydim2)

درباره A ,

()amin

admin بازدید : 602 چهارشنبه 10 دي 1393 نظرات (0)

()amin

This function returns an area minimum -- the minimum value in a grid spanning an X-Y region. The syntax is:

amin(expr, xdim1, xdim2, ydim1, ydim2)

درباره A ,

()amean

admin بازدید : 809 چهارشنبه 10 دي 1393 نظرات (0)

()amean

amean (expr, xdim1, xdim2, ydim1, ydim2)

درباره A ,

()amaxlocy

admin بازدید : 643 چهارشنبه 10 دي 1393 نظرات (0)

()amaxlocy

This function returns the Y location of maximum grid value over a spatial domain. The syntax is:

amaxlocy(expr, xdim1, xdim2, ydim1, ydim2)

درباره A ,

()amaxlocx

admin بازدید : 748 چهارشنبه 10 دي 1393 نظرات (0)

amaxlocx()

This function returns the X location of maximum grid value over a spatial domain. The syntax is:

amaxlocx(expr, xdim1, xdim2, ydim1, ydim2)

درباره A ,

()amax

admin بازدید : 769 چهارشنبه 10 دي 1393 نظرات (0)

amax()

This function returns an area maximum -- the maximum value in a grid spanning an X-Y region. The syntax is:

amax(expr, xdim1, xdim2, ydim1, ydim2)

درباره A ,

aggregate data files

admin بازدید : 841 چهارشنبه 10 دي 1393 نظرات (0)

Using Templates

grads allows you use a single data descriptor file to aggregate multiple data files and handle them as if they were one individual file. The individual data files must be identical in the X, Y, and Z dimensions and have the same list of variables. The time range of each individual file must be indicated it its filename. Beginning with version 2.0, data files may also be aggregated in the ensemble dimension.  

درباره A ,

acos

admin بازدید : 902 چهارشنبه 10 دي 1393 نظرات (0)

acos(expr)

درباره A ,

abs

admin بازدید : 869 چهارشنبه 10 دي 1393 نظرات (0)

abs

abs(expr)

Takes the absolute value of the result of expr. Operates on both gridded and station data. Missing data values do not participate.  

درباره A ,

()aave

admin بازدید : 902 چهارشنبه 10 دي 1393 نظرات (0)

This function takes an areal average over an X-Y region. The syntax is:

aave(expr, xdim1, xdim2, ydim1, ydim2)

where:

    expr    - any valid grads expression 
    xdim1   - starting X dimension expression 
    xdim2   - ending X dimension expression 
    ydim1   - starting Y dimension expression 
    ydim2   - ending Y dimension expression 
درباره A ,
اطلاعات کاربری
  • فراموشی رمز عبور؟
  • آمار سایت
  • کل مطالب : 160
  • کل نظرات : 0
  • افراد آنلاین : 1
  • تعداد اعضا : 4
  • آی پی امروز : 18
  • آی پی دیروز : 24
  • بازدید امروز : 36
  • باردید دیروز : 73
  • گوگل امروز : 0
  • گوگل دیروز : 0
  • بازدید هفته : 36
  • بازدید ماه : 303
  • بازدید سال : 11,048
  • بازدید کلی : 247,658
  • کدهای اختصاصی