Functions

Retrieval and setting of constants

ATOL Return or set the value of absolute tolerance for testing numerically tolerant equality.
CHUNKSIZE Return or set the chunk size for data storage and processing.
FM_THRESHOLD Return or set the minimum amount of memory to be kept free as a temporary work space.
RTOL Return or set the default value of relative tolerance for testing numerically tolerant equality.

Comparison

eq Return an object for testing whether a variable is equal to the given value.
equals True if two objects are logically equal, False otherwise.
ge Return an object for testing whether a variable is greater than or equal to the given value.
gt Return an object for testing whether a variable is greater than the given value.
inside Return an object for testing whether a variable is is inside the given range.
le Return an object for testing whether a variable is less than or equal to the given value.
lt Return an object for testing whether a variable is strictly less than a given value.
ne Return an object for testing whether a variable is not equal to the given value.
outside Return an object for testing whether a variable is is outside the given range.

Input, output and processing

aggregate Aggregates fields in a field list in place.
dump Print a description of an object to stdout.
read Read fields from files from disk or from an OPeNDAP server.
write Write fields to a CF-netCDF file.

Table Of Contents

Previous topic

Large Amounts of Massive Arrays (LAMA)

Next topic

cf.ATOL

This Page