foxes.core.GroundModel.new_farm_wake_deltas(algo, mdata, fdata, tdata, wmodel, pwake)[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

pwake: foxes.core.PartialWakesModel

The partial wakes model

Returns

wake_deltas: dict

Key: variable name, value: The zero filled wake deltas, shape: (n_states, n_turbines, n_tpoints, …)