Skip to content

Commit 8d4f328

Browse files
committed
Merge remote-tracking branch 'origin/patch' into SAM_1968
2 parents 128023d + 56b83b6 commit 8d4f328

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy/runtime/cashflow.lk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ function cf_om_expenses()
306306
{
307307
cfline( 'cf_om_fixed2_expense,cf_om_production2_expense,cf_om_capacity2_expense', 0);
308308
cfline( 'cf_fuelcell_replacement_cost', 0);
309+
cfline( 'cf_om_fuel_expense', 0);
309310
}
310311
if ( is_fuel_tech() ) { cfline('cf_om_fuel_expense', 0); }
311312
if ( tech == 'Biopower' ) { cfline( 'cf_om_opt_fuel_1_expense,cf_om_opt_fuel_2_expense', 0); }
@@ -379,7 +380,7 @@ function cf_operating_expenses()
379380
cf_om_expenses();
380381
cfline( 'cf_property_tax_expense', 0);
381382
cfline( 'cf_insurance_expense', 0);
382-
if ( is_land_lease_config() ) { cfline('cf_land_lease_expense', 0); }
383+
if ( is_land_lease_config() && strpos(technology(),'Hybrid') < 0 ) { cfline('cf_land_lease_expense', 0); } // hybrid land lease handled in cf_om_expenses() function
383384
if ( fin == 'Community Solar')
384385
{
385386
cfline('cf_community_solar_recurring_fixed', 0);
1.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)