NREL / PyDSS

Other
33 stars 19 forks source link

Random list of ElementClass in MonteCarloSim.py #102

Open andreycostalopes opened 2 years ago

andreycostalopes commented 2 years ago

Greetings Prof. Latif. How do I set the parameters in "MonteCarloSettings.toml" so that I can make a random list of ElementClass (PVSystems) for a certain pv penetration percentage in my Monte Carlo simulation?

AadilLatif commented 1 year ago

Yes that is correct. You shouls be able to sample from a defined distribution and update propedrties for any object. Can potentially be used update create PV penetration / loading scenarios

andreycostalopes commented 1 year ago

Greetings Latif. I have a small doubt. What is the meaning of this code in PvController (self.Pmppt = min(self.Pmppt * Pcalc / Ppv, 100)), given that the OpenDSS parameter estimates a percentage based on the rated power of the PV panel? The VW curve is on rated PV panel? What base is being used to estimate this calculation?