Skip to content

Instantly share code, notes, and snippets.

@andycoffwa
Created November 1, 2017 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andycoffwa/a2b1aa68d217b40dabe0e7d846594d63 to your computer and use it in GitHub Desktop.
Save andycoffwa/a2b1aa68d217b40dabe0e7d846594d63 to your computer and use it in GitHub Desktop.
{
"general-vars": {
"npv-discount-rate": 0.06,
"cost-escal-rate": 0.025
},
"tariff-vars": {
"solar-feed-in": 0.12,
"tariff-comments" : " # tariff are in $/kWh (ex GST)\n
# no tranche cut-offs assumed\n
# daily supply charge $/day (ex GST)\n
# TOU blocks are hard coded into source code \n",
"block-charge": 0.23,
"block-daily-supply-charge": 0.83,
"tou-peak": 0.448,
"tou-shoulder": 0.233,
"tou-off-peak": 0.129,
"tou-daily-supply-charge": 1.782
},
"system-vars" : {
"system-vars-comments" : "# cost escalation is typically negative for batteries",
"inverter-replace-cost": "1000",
"inverter-replace-year": "10",
"battery-efficiency": "0.90",
"batt-replace-year": "10",
"batt-cost-escal-rate": "-0.025"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment