xbudget.nodes.Difference

class xbudget.nodes.Difference(operand)[source]

Bases: object

Finite-difference a staggered quantity across its grid axis.

operand is either a VarRef (a raw diagnostic) or a nested Term (a quantity computed first, then differenced) — both expose a .name.

Methods

Attributes

kind

operand

Parameters:

operand (object)