Constructors

Properties

_cfg: Config
ml?: MixedLayer
t: number = 0
wind?: Wind

Accessors

Methods

  • Retrieve a value by name, treating nested state (wind, ml) as if it's flat.

    Lookup order:

    1. Property on the class instance itself.
    2. Property on wind, if available.
    3. Property on ml, if available.

    Returns 999 if the property is not found in any of the above.

    Parameters

    • name: string

    Returns number