Remove the heuristic 80% availability factor
This commit is contained in:
parent
8ee596ae2c
commit
d49bea00a8
@ -131,7 +131,7 @@ if __name__ == '__main__':
|
|||||||
p_nom_max_meth = config.get('potential', 'conservative')
|
p_nom_max_meth = config.get('potential', 'conservative')
|
||||||
|
|
||||||
if p_nom_max_meth == 'simple':
|
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':
|
elif p_nom_max_meth == 'conservative':
|
||||||
# p_nom_max has to be calculated for each bus and is the minimal ratio
|
# 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
|
# (min over all weather grid cells of the bus region) between the available
|
||||||
|
Loading…
Reference in New Issue
Block a user