disable_bias_correction property

bool? disable_bias_correction
getter/setter pair

Setting disable_bias_correction to true disables statistical downscaling and bias correction onto ERA5-Land. By default, all data is corrected using linear bias correction, and coefficients have been calculated for each month over a 50-year time series. The climate change signal is not affected by linear bias correction.

https://open-meteo.com/en/docs/climate-api/

Implementation

bool? disable_bias_correction;