- foxes.core.PartialWakesModel.new_wake_deltas(algo, mdata, fdata, tdata, wmodel)[source]
Creates new initial wake deltas, filled with zeros.
Parameters¶
- algo: foxes.core.Algorithm
The calculation algorithm
- mdata: foxes.core.Data
The model data
- fdata: foxes.core.Data
The farm data
- tdata: foxes.core.Data
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_turbines, n_tpoints, …)