NCL Index#
NCL Function |
Description |
Python Equivalent |
Notes |
---|---|---|---|
Computes the inverse sine of numeric types |
|
||
Computes the inverse cosine of numeric types |
|
||
Computes the inverse cosine of numeric types |
|
||
Computes the inverse tangent of (y/x) for numeric types |
|
||
Computes the average of a variable regardless of dimensionality |
|
||
Returns the absolute value of numeric data |
|
||
Computes the cosine of numeric types |
|
||
Returns the smallest integral value greater than or equal to each input value |
|
||
Computes the hyperbolic cosine of numeric types |
|
||
Calculates the cumulative sum |
|
||
Calculates daily anomalies from a daily data climatology |
|
||
Calculates monthly anomalies by subtracting the long-term mean from each point |
|
||
Calculates long-term daily means (daily climatology) from daily data |
|
||
Calculates long-term monthly means (monthly climatology) from monthly data |
|
||
Truncates or rounds to the number of decimal places specified |
|
||
Compute maximum number of daylight hours as described in FAO 56 |
|
||
Calculates the dew point temperature given temperature and relative humidity |
|
||
Calculates the day of the week given month, day, and year |
|
||
Calculates the number of days in a month given month and year |
|
||
Computes the value of e (the base of natural logarithms) raised to the power of the input |
|
||
Returns the absolute value of numeric data |
|
||
Returns the largest integral value less than or equal to each input value |
|
||
Return a constant that converts degrees to radians |
|
||
Return a constant that converts radians to degrees |
|
||
Return pi as a type float or double |
|
||
Computes the log base 10 of a numeric type |
|
||
Computes the natural log of a numeric type |
|
||
Computes the maximum value of a multi-dimensional array |
|
||
Computes the minimum value of a multi-dimensional array |
|
||
Remainder function which emulates the Fortran ‘mod’ intrinsic function |
|
||
Computes a user-specified three-month seasonal mean |
|
||
Computes the product of the input |
|
||
Sorts a singly dimensioned array of numbers |
|
||
Rounds a float or double variable to the nearest whole number |
|
||
Removes the annual cycle from monthly data |
|
||
Computes the square root of its input |
|
||
Mimic the behavior of Matlab’s sign function |
|
||
Sorts a singly dimensioned arrays of strings |
|
||
Calculates the spectra of a series. |
|
||
Sums the input |
|
||
Computes the hyperbolic sine of numeric types |
|
||
Calculates standard deviations of monthly means |
|
||
Calculates the cross-spectra quantities of a series. |
|
||
Computes the sine of numeric types |
|
||
Computes the tangent of numeric types |
|
||
Computes the hyperbolic tangent of numeric types |
|
Note
For more information on how we verify these recommendations, see the Receipts List.