Skip to content

Commit

Permalink
switch to new lcoe fcr cmod and ui page for mspt iph
Browse files Browse the repository at this point in the history
  • Loading branch information
tyneises committed Jul 26, 2023
1 parent f50ec6c commit 1a3d6bc
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 284 deletions.
1 change: 0 additions & 1 deletion deploy/runtime/defaults/MSPT IPH_LCOH Calculator.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"c_nominal_interest_rate": 4.0,
"c_tax_rate": 28.0,
"cant_type": 1.0,
"capital_cost": 512847000.0,
"cav_panel_width_calc": "nan",
"cav_panel_width_ui": "nan",
"cav_radius_calc": "nan",
Expand Down
2 changes: 1 addition & 1 deletion deploy/runtime/startup.lk
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ addpage( [['Sales Tax Rate Single Input','MSPT IPH Capital Costs' ]],{ 'sidebar'
addpage( [['Financial Construction Financing']],{'sidebar'='Construction Financing'}); // 'Financial Tax and Insurance Rates']]); //, 'Financial Analysis Parameters']]);

setconfig('MSPT IPH', 'LCOH Calculator');
setmodules( ['mspt_iph', 'iph_to_lcoefcr', 'lcoefcr']);
setmodules( ['mspt_iph', 'iph_to_lcoefcr', 'lcoefcr_design']);
setup_MSPT_IPH_pages();
addpage( [['Sales Tax Rate Single Input','MSPT IPH Capital Costs' ]],{ 'sidebar'='Installation Costs', 'help'='cc_tower' } );
addpage( [['Financial Construction Financing']],{'sidebar'='Construction Financing'}); // 'Financial Tax and Insurance Rates']]); //, 'Financial Analysis Parameters']]);
Expand Down
Loading

0 comments on commit 1a3d6bc

Please sign in to comment.