[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-07-03 17:27:22 +00:00
parent f0b44a91ec
commit 39c963dd38
2 changed files with 1 additions and 2 deletions

View File

@ -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"
-- max_line_rating,--,"float","Maximum line rating relative to nominal capacity without DLR, e.g. 1.3 or 'false' to disable"

1 Unit Values Description
9 -- activate bool true or false Whether to take dynamic line rating into account
10 -- correction_factor -- float Factor to compensate for overestimation of wind speeds in hourly averaged wind data
11 -- max_voltage_difference deg float Maximum voltage angle difference in degrees or 'false' to disable
12 -- max_line_rating -- float Maximum line rating relative to nominal capacity without DLR, e.g. 1.3 or 'false' to disable

View File

@ -868,6 +868,5 @@ if __name__ == "__main__":
sanitize_carriers(n, snakemake.config)
n.meta = snakemake.config
n.export_to_netcdf(snakemake.output[0])