Remove the heuristic 80% availability factor

This commit is contained in:
Jonas Hoersch 2019-02-01 18:34:11 +01:00
parent 8ee596ae2c
commit d49bea00a8

View File

@ -131,7 +131,7 @@ if __name__ == '__main__':
p_nom_max_meth = config.get('potential', 'conservative')
if p_nom_max_meth == 'simple':
p_nom_max = 0.8 * xr.DataArray(np.asarray(potmatrix.sum(axis=1)).squeeze(), [buses])
p_nom_max = xr.DataArray(np.asarray(potmatrix.sum(axis=1)).squeeze(), [buses])
elif p_nom_max_meth == 'conservative':
# p_nom_max has to be calculated for each bus and is the minimal ratio
# (min over all weather grid cells of the bus region) between the available