pyart.util.compute_nse#

pyart.util.compute_nse(obs_data, mod_data)[source]#

Computes the Nash-Sutcliff model efficiency coefficient between observed and modeled profiles

Parameters:

obs_data, mod_data (array of floats) – The vectors on which to compute the nash

Returns:

nash_coeff (float or None) – The Nash coefficient if it could be computed None otherwise