diff --git a/doc/configtables/lines.csv b/doc/configtables/lines.csv index 1faf22f2..efd4e5dc 100644 --- a/doc/configtables/lines.csv +++ b/doc/configtables/lines.csv @@ -9,4 +9,4 @@ dynamic_line_rating,,, -- activate,bool,"true or false","Whether to take dynamic line rating into account" -- correction_factor,--,"float","Factor to compensate for overestimation of wind speeds in hourly averaged wind data" -- max_voltage_difference,deg,"float","Maximum voltage angle difference in degrees or 'false' to disable" --- max_line_rating,--,"float","Maximum line rating relative to nominal capacity without DLR, e.g. 1.3 or 'false' to disable" \ No newline at end of file +-- max_line_rating,--,"float","Maximum line rating relative to nominal capacity without DLR, e.g. 1.3 or 'false' to disable" diff --git a/scripts/add_electricity.py b/scripts/add_electricity.py index 7221021d..bb8fca60 100755 --- a/scripts/add_electricity.py +++ b/scripts/add_electricity.py @@ -868,6 +868,5 @@ if __name__ == "__main__": sanitize_carriers(n, snakemake.config) - n.meta = snakemake.config n.export_to_netcdf(snakemake.output[0])