Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 28842e744495811080ce537d0b6dab00 > files > 54

grads-2.0.a9-0.2.fc15.i686.rpm

<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->

<html>
<head>
<title>GrADS Functions</title>
<link href="GrADS.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="e0f0ff" text="#000000">

<center><h3>GrADS Functions Sorted by Attribute</h3></center>

<p class="plaintext">
<font size=+1>Mathematical Operations</font>
<br><code><a href="gradfuncabs.html">abs()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Returns the absolute value 
<br><code><a href="gradfunccdiff.html">cdiff()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Performs a centered difference operation
<br><code><a href="gradfuncexp.html">exp()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the exponential
<br><code><a href="gradfuncgint.html">gint()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
General integral
<br><code><a href="gradfunclog.html">log()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the natural logarithm
<br><code><a href="gradfunclog10.html">log10()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the logarithm base 10
<br><code><a href="gradfuncpow.html">pow()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Raises the values of <code><i>arg1</i></code> to the power of <code><i>arg2</i></code>
<br><code><a href="gradfuncsqrt.html">sqrt()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the square root
<br><code><a href="gradfuncvint.html">vint()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>    
Calculates a mass-weighted vertical integral in mb pressure coordinates

<p class="plaintext">
<font size=+1>Trigonometric Functions</font>
<br><code><a href="gradfunccos.html">cos()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the cosine
<br><code><a href="gradfuncacos.html">acos()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the inverse cosine 
<br><code><a href="gradfuncsin.html">sin()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the sine
<br><code><a href="gradfuncasin.html">asin()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the inverse sine
<br><code><a href="gradfunctan.html">tan()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>     
Calculates the tangent
<br><code><a href="gradfuncatan2.html">atan2()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the inverse tangent

<p class="plaintext">
<font size=+1>Averaging and Summing</font>
<br><code><a href="gradfuncaave.html">aave()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates an areal average over an X-Y region (latitude-weighted)
<br><code><a href="gradfuncamean.html">amean()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates an areal average over an X-Y region (not latitude-weighted)
<br><code><a href="gradfuncasum.html">asum()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the sum over an X-Y region (grid weighted)
<br><code><a href="gradfuncasumg.html">asumg()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the sum over an X-Y region (not grid weighted)
<br><code><a href="gradfuncave.html">ave()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates an average over any dimension
<br><code><a href="gradfuncgint.html">gint()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
General integral
<br><code><a href="gradfuncmean.html">mean()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates an average over any dimension (not latitude weighted)
<br><code><a href="gradfuncsum.html">sum()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the sum over any dimension (grid weighted)
<br><code><a href="gradfuncsumg.html">sumg()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the sum over any dimension (not grid weighted)
<br><code><a href="gradfunctmave.html">tmave()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates a time averag while applying a mask
<br><code><a href="gradfuncvint.html">vint()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>    
Calculates a mass-weighted vertical integral in mb pressure coordinates

<p class="plaintext">
<font size=+1>Correlation and Regression</font>
<br><code><a href="gradfuncscorr.html">scorr()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the spatial correlation over an X-Y domain
<br><code><a href="gradfunctcorr.html">tcorr()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Produces a spatial map of temporal correlation coefficients
<br><code><a href="gradfuncsregr.html">sregr()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the linear least-squares regression over an X-Y domain
<br><code><a href="gradfunctregr.html">tregr()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the least-squares regression over the time domain

<p class="plaintext">
<font size=+1>Meteorological Calculations</font>
<br><code><a href="gradfunctvrh2q.html">tvrh2q()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates specific humidity given virtual temperature and relative humidity
<br><code><a href="gradfunctvrh2t.html">tvrh2t()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates temperature given virtual temperature and relative humidity
<br><code><a href="gradfuncv<int.html">vint()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>    
Calculates a mass-weighted vertical integral in mb pressure coordinates

<p class="plaintext">
<font size=+1>Vector Operations</font>
<br><code><a href="gradfunchcurl.html">hcurl()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the vertical component of the curl
<br><code><a href="gradfunchdivg.html">hdivg()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the horizontal divergence using finite differencing
<br><code><a href="gradfuncmag.html">mag()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates the wind speed given u,v components
<br><code><a href="gradfuncskip.html">skip()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Sets alternating data values to missing

<p class="plaintext">
<font size=+1>Grid Operations</font>
<br><code><a href="gradfunccdiff.html">cdiff()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Performs a centered difference operation
<br><code><a href="gradfuncfndlvl.html">fndlvl()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Finds the vertical level at which a given value occurs in a variable
<br>
<code><a href="gradfunclterp.html">lterp()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code> Performs bi-linear interpolation between two grids<br><code><a href="gradfuncmax.html">max()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Returns the maximum value over a given grid dimension
<br><code><a href="gradfuncmaxloc.html">maxloc()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Returns the grid location of the maximum value
<br><code><a href="gradfuncmin.html">min()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Returns the minimum value over a given grid dimension
<br><code><a href="gradfuncminloc.html">minloc()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Returns grid location of the minimum value
<br><code><a href="gradfuncskip.html">skip()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Sets alternating data values to missing
<br><code><a href="gradfuncsmth9.html">smth9()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Performs a 9 point smoothing operation on gridded data
<p class="plaintext">
<font size=+1>Station Data</font>
<br><code><a href="gradfunccoll2gr.html">coll2gr()</a>&nbsp;&nbsp;&nbsp;</code>
Creates a grid from a collection of station data
<br><code><a href="gradfuncgr2stn.html">gr2stn()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Grid-to-station interpolator
<br><code><a href="gradfuncoabin.html">oabin()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Bins station observations into grid cells 
<br><code><a href="gradfuncoacres.html">oacres()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Returns a gridded result that represents station data
<br><code><a href="gradfuncs2g1d.html">s2g1d()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code> 
Converts a station timeseries to a 1D grid
<br><code><a href="gradfuncstnave.html">stnave()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Calculates a time average of station data 
<br><code><a href="gradfuncstnmin.html">stnmin()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Returns the minimum value over a time series of station data
<br><code><a href="gradfuncstnmax.html">stnmax()</a>&nbsp;&nbsp;&nbsp;&nbsp;</code>
Returns the maximum value over a time series of station data

<p class="plaintext">
<font size=+1>Special Purpose</font>
<br><code><a href="gradfuncconst.html">const()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Changes missing or non-missing values
<br><code><a href="gsf.html">gsfallow()</a>&nbsp;&nbsp;</code>
Enables the dynamic loading of script functions
<br><code><a href="gsf.html">gsfpath()</a>&nbsp;&nbsp;&nbsp;</code>
Specifies the private path directory list where script functions are located
<br><code><a href="gradfuncmaskout.html">maskout()</a>&nbsp;&nbsp;&nbsp;</code> 
Sets certain data values to missing
<br><code><a href="gradfunctloop.html">tloop()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Reconstructs a time series after doing calculations at fixed times
<br><code><a href="gradfunceloop.html">eloop()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
Reconstructs an E-varying result after doing calculations with the ensemble dimension fixed

</body>
</html>