Thorsten Burandt

Results 6 comments of Thorsten Burandt

An additional suggestion: Maybe also split `NewStorageCapacity[r,s,y]` into `NewStorageCapacityPower[r,s,y]` and `NewStorageCapacityEnergy[r,s,y]` and add optional e2p ratios per storage that can enforce a fixed ratio between energy and power capacity. E.g.,...

I think, it could be possible. Main problem is really the licensing issue (Where to get a license, who pays for it, etc). One could try with the trial license...

I would rather aim for a general more flexible "TechnologyCapacityTarget" and "TechnologyMaxBuilds" parameters instead of the very technology specific (and completely similar) parameters for PV and Wind. For writing the...

@FabianHofmann hey, yeah sorry, model_builder.solve is my class and in essence only calls model.solve: ``` def solve(self, [...]): attempt = 0 while attempt < self.max_retries: try: logging.info( f"Attempt {attempt +...

Hi @FabianHofmann , I get the same problem with linopy 4.2.0. Have you found time to look into this again?

@FabianHofmann the problem is that multiprocessing and ProcessPoolExecutor (from concurrent.features) for example use pickle (or dill, i am not sure) to handover objects either from one process to another or...