From d49bea00a8aef19fe1cd38bda093ccd21855068e Mon Sep 17 00:00:00 2001 From: Jonas Hoersch Date: Fri, 1 Feb 2019 18:34:11 +0100 Subject: [PATCH] Remove the heuristic 80% availability factor --- scripts/build_renewable_profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_renewable_profiles.py b/scripts/build_renewable_profiles.py index ed2ec453..6c922c4a 100644 --- a/scripts/build_renewable_profiles.py +++ b/scripts/build_renewable_profiles.py @@ -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