flasc.data_processing.northing_offset

flasc.data_processing.northing_offset#

Module for cross-checking the consistency of the northing offset between turbines.

Functions

crosscheck_northing_offset_consistency

Cross-check the consistency of the northing offset between turbines.

flasc.data_processing.northing_offset.crosscheck_northing_offset_consistency(df, fm, bias_timestep=datetime.timedelta(days=120), nan_thrshld=0.5, plot_figure=True)[source]#

Cross-check the consistency of the northing offset between turbines.

Parameters:
  • df (pd.DataFrame) -- DataFrame containing the relevant data.

  • fm (floris.simulation.Floris) -- Floris object.

  • bias_timestep (timedelta, optional) -- Time step for bias calculation. Defaults to td(days=120).

  • nan_thrshld (float, optional) -- Threshold for NaN values. Defaults to 0.50.

  • plot_figure (bool, optional) -- Whether to plot the figure. Defaults to True.

Returns:

List of strings indicating the status of each turbine

Return type:

list