dpinney / omf

The Open Modeling Framework for smart grid cost-benefit analysis.
https://omf.coop
GNU General Public License v2.0
112 stars 60 forks source link

Additional Enhancement to solarSunda #348

Closed dpinney closed 9 years ago

dpinney commented 9 years ago

TODO

QUESTIONS

drdanley commented 9 years ago

Re: Inspection and permits - make it 20*panelSize instead of fixed amount.

This cost is definitely not linear. Maybe partially linear. Could be try something like:

Permit cost = x (fixed cost) + y*panelsize (variable cost)

Paul could probably figure out what the fixed and variable components should be to make sure it matches with the spreadsheet. Maybe 3/4 fixed and 1/4 variable for the 1 MW template sized system.

Not a critical issue -- just an idea.

dpinney commented 9 years ago

Mannan is working on the TODO section. More clarity needed on questions.

mannanj commented 9 years ago

A few minutes away from having this imported to all models.

Future TODO: Use a regex that makes sure a degree < 90 is entered; currently a degree > 90 crashes the Sunda model. After testing PVwatts, I expect all the models will similarly crash.

dpinney commented 9 years ago

Inside the tag use

pattern="^(90|[1-8]\d|\d)?$"
mannanj commented 9 years ago

Worked like a charm. Was there a reason solarRates currently doesn't have a tilt selection?

dpinney commented 9 years ago

Nah. Tilt=latitude is good for that one. Manual tilt is overkill there.

mannanj commented 9 years ago

Done.