Werderaner / MonteCarlo-Energysavings

0 stars 0 forks source link

Update monte_carlo.py #4

Closed Werderaner closed 6 years ago

Werderaner commented 6 years ago

Thank you for your edits, the code is much faster now, great! I also added the calculation of the electricity costs for the heat pump, which was missing.

Since I have to do this calculation for 60 different geothermal system, is there a way to loop this calculation over all these systems?

Werderaner commented 6 years ago

I think we can still make a better interface before plugging data on many systems.
--> Would be cool! Other issue is if we want to run the simulation as funcitons and pute python lists or move to numpy. We can also move to numpy! also not currently we rn 3 *N comutations, but we need just N. I have no idea how to achieve this...

epogrebnyak commented 6 years ago

See the latest commit, there is a version that does just N computations.

What are the parameters of 70 systems?