value (Mapping[str, float] | Sequence[Mapping[str, float]] | xr.DataArray) – The new parameter values. Accepts:
- A single dictionary: dict[str,float]
- A list of dictionaries: list[dict[str,float]] (must have identical keys)
- An xarray.DataArray of shape (theta_idx,unit,parameter)