Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

I am working with a specific, older fork of PyPSA-Eur (the 2050plus-climact repository) to extract solved European network data for a machine learning pipeline. I am trying to run the validation ...
Ali Habibi's user avatar
0 votes
1 answer
76 views

I'm trying to convert a grid model network from PyPSA to PowerFactory using the pypfconvert tool. When I run the following code: converter.create_project(auto_gen_types=True, sym_av_mode='constv') I ...
susana's user avatar
  • 1
0 votes
0 answers
66 views

Running snakemake --rerun-incomplete or --keep-incomplete results in an IncompleteFilesException, followed by aggressive deletion of all my output files (.nc, .geojson, etc.). I clearly specify solver:...
Gregor Horedt's user avatar
1 vote
1 answer
88 views

I created a pv station model using pypsa, here is the code: index = pd.date_range("2024-01-01 00:00", "2024-01-01 23:00", freq="H") network = pypsa.Network(snapshots=...
Jack Tang's user avatar
0 votes
0 answers
64 views

Trying to understand the basics of pypsa. Running this simple model: n = pypsa.Network() snapshots = pd.date_range("2023-01-01", periods=5, freq="h") n.set_snapshots(snapshots) n....
Bengt Olsson's user avatar
0 votes
1 answer
72 views

I am developing several snakemake modules that will be imported by other projects, and I'd like to draw a distinction between configuration that users can alter (config/config.yaml) and settings which ...
IRM's user avatar
  • 11
0 votes
1 answer
330 views

If I run a snakemake workflow, the start time for each job is logged to the console, for example [Fri Jul 12 10:39:15 2024] How can I adapt the logging to also show the duration for each job and the ...
Stefan's user avatar
  • 12.9k
1 vote
2 answers
741 views

I would like to set some VisualStudioCode or PyCharm breakpoints for the script https://github.com/PyPSA/pypsa-eur/blob/master/scripts/prepare_sector_network.py and then run and debug it to better ...
Stefan's user avatar
  • 12.9k
1 vote
2 answers
217 views

While running snakemake -call results/test-elec/networks/elec_s_6_ec_lcopt_Co2L-24H.nc --configfile config/test/config.electricity.yaml in the command line, I got this error message: WorkflowError in ...
Songmin Yu's user avatar
0 votes
0 answers
161 views

enter image description hereI want to optimize one hydro reservoir over multiple time snaphshots using PyPSA and Python. On Pypsa support page, I used the Two chained reservoir example as a starting ...
user23789054's user avatar
-1 votes
1 answer
184 views

Console error when running code from python: I am trying to simulate a power market based on three countries using Python and PyPSA. In this example, the countries are DE, FR, NL. I did not ...
user23789054's user avatar
0 votes
1 answer
156 views

When I try to follow the tutorial from Pypsa's site "https://pypsa-eur.readthedocs.io/en/latest/tutorial.html" I get an error when I try to do a dry-run for the optimization. I will say that ...
Analyzer's user avatar
0 votes
1 answer
113 views

I want to use pypsa-earth in China, where rules are typically strictly enforced. However, I am encountering difficulties with the final step of the process, which consistently shows a " returned ...
user23478580's user avatar
0 votes
1 answer
93 views

In PyPSA/atlite, all of the high-level methods on cutout for accessing and processing the weather data pass through the convert_and_aggregate method, which first calls the desired conversion function ...
Tasku's user avatar
  • 1
2 votes
2 answers
365 views

For my master's thesis I want to work on further developing the PyPSA-Eur energy system model for the Baltic Sea Region. Before I can work on the development I have to succesfully run the model. I am ...
Stijn's user avatar
  • 21

15 30 50 per page