eradiate.radprops.ZGrid¶
- class eradiate.radprops.ZGrid(levels)[source]¶
Bases:
objectA container for a regular altitude grid.
- Parameters:
levels (
quantityor array-like) – Grid node altitudes.Unit-enabled field (default:
ucc['length']).- Fields:
levels (
pint.Quantity) – Grid node altitudes.
Notes
Instances are immutable.
Instances are hashable by ID. This is required to allow for using them as an argument of an LRU-cached function.
This class is used as the argument of the
eval()family of methods.