How do I provide initial capital costs when using the API? #185
-
|
I'm on the urbanopt team at NREL. My existing output from the API includes this field: I don't see an analagous field in the input, and from reading the API docs , What is the correct way to provide initial capital costs? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
The "API docs" link you included in your question contains the answer to your question. You just need to search on the word "installed". For example, a couple of installed costs can be specified as: |
Beta Was this translation helpful? Give feedback.
-
|
Ahh, got it, thank you. Is there any way to input general project capital costs, without specifying a particular end use (such as storage, chp, etc)? |
Beta Was this translation helpful? Give feedback.
-
|
If you know what everything else costs, maybe you could use "microgrid_upgrade_cost_fraction". Although it might depend on whether or not you're using the outage modeling features. Financial |
Beta Was this translation helpful? Give feedback.
Unfortunately there isn't a great way to do this, currently, using the codebase. We have talked about making that input available for non-off-grid runs in the past, so this is a good indication that that would be useful! In the REopt Web Tool, if you go to Saved Evaluations and click "Download Results", there is a section in the resulting Excel Workbook download called "Playground - Explore Effort of Additional Incentives or Costs, Outside of REopt" in which you can explore adding in additional capital cost. You could do the same programmatically as a post-process using the API. For the NPV, this would just require subtracting the additional CAPEX from the NPV from REopt. I can share exam…