- foxes.core.GroundModel.new_point_wake_deltas(algo, mdata, fdata, tdata, wmodel)[source]
Creates new empty wake delta arrays.
Parameters¶
- algo: foxes.core.Algorithm
The calculation algorithm
- mdata: foxes.core.MData
The model data
- fdata: foxes.core.FData
The farm data
- tdata: foxes.core.TData
The target point data
- wmodel: foxes.core.WakeModel
The wake model
Returns¶
- wake_deltas: dict
Key: variable name, value: The zero filled wake deltas, shape: (n_states, n_targets, n_tpoints, …)