Skip to content

Commit

Permalink
Merge branch 'develop' into getem-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjprilliman committed Oct 29, 2023
2 parents 07889e8 + 63cf2d0 commit ac068bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions deploy/runtime/cashflow.lk
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ function cf_production()
cfline( 'pvwatts_cf_energy_net',0);
cfline( 'wind_cf_energy_net',0);
}
if (( technology() == 'Generic PVWatts Wind FuelCell Battery Hybrid') || ( technology() == 'PVWatts Wind FuelCell Battery Hybrid') ){
cfline( 'fuelcell_fuelcell_annual_energy_discharged',0);
}
if ( is_fom_fin() || financing() == 'Community Solar' )
{
cfline( 'cf_energy_sales', 0);
Expand Down
16 changes: 8 additions & 8 deletions test_results_win64.csv
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ Generic System,All Equity Partnership Flip,756864000,29.7345,25.9936,; Warning:
Generic System,Sale Leaseback,756864000,29.4653,25.9936,; Warning: NPV is $-2.65502e+08. A negative NPV indicates project costs are higher than revenues. Warning: NPV is $-3.27398e+07. A negative NPV indicates project costs are higher than revenues.
Generic System,LCOE Calculator,756864000,NA,NA,;
Generic System,None,756864000,NA,NA,;
PVWatts Wind Battery Hybrid,Single Owner,1021826240,5.8358,6.19267,; Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
PVWatts Wind Battery Hybrid,Host Developer,1.33483e+06,18.7818,20.2238,; Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
PVWatts Wind FuelCell Battery Hybrid,Single Owner,1029889280,5.89516,4.33046,; Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
PVWatts Wind FuelCell Battery Hybrid,Host Developer,1.33584e+06,48.8207,51.2233,; Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
Photovoltaic Wind Battery Hybrid,Single Owner,1044604352,4.97264,5.95429,; Notice: Simulation time step is 60 minutes for pvsamv1. Notice: Simulation time step is 60 minutes for windpower.
Photovoltaic Wind Battery Hybrid,Host Developer,556256,34.1673,20.2533,; Notice: Simulation time step is 60 minutes for pvsamv1. Notice: Simulation time step is 60 minutes for windpower.
Generic PVWatts Wind FuelCell Battery Hybrid,Single Owner,1787537152,14.5368,4.33122,; Notice: Simulation time step is 60 minutes for generic_system. Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
Generic PVWatts Wind FuelCell Battery Hybrid,Host Developer,3.13426e+06,99.6998,107.385,; Notice: Simulation time step is 60 minutes for generic_system. Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
PVWatts Wind Battery Hybrid,Single Owner,1030795712,5.79703,6.03805,; Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
PVWatts Wind Battery Hybrid,Host Developer,1.33543e+06,18.7812,20.2237,; Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
PVWatts Wind FuelCell Battery Hybrid,Single Owner,1031573440,5.89337,4.33035,; Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
PVWatts Wind FuelCell Battery Hybrid,Host Developer,2.89743e+06,40.8547,42.3062,; Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
Photovoltaic Wind Battery Hybrid,Single Owner,1044608192,4.97264,5.95429,; Notice: Simulation time step is 60 minutes for pvsamv1. Notice: Simulation time step is 60 minutes for windpower.
Photovoltaic Wind Battery Hybrid,Host Developer,556023,34.1686,20.2533,; Notice: Simulation time step is 60 minutes for pvsamv1. Notice: Simulation time step is 60 minutes for windpower.
Generic PVWatts Wind FuelCell Battery Hybrid,Single Owner,1789221760,14.5341,4.33116,; Notice: Simulation time step is 60 minutes for generic_system. Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
Generic PVWatts Wind FuelCell Battery Hybrid,Host Developer,4696864,91.1564,97.4707,; Notice: Simulation time step is 60 minutes for generic_system. Notice: Simulation time step is 60 minutes for pvwattsv8. Notice: Simulation time step is 60 minutes for windpower.
final_configuration_eof,none,NA,NA,NA,

0 comments on commit ac068bb

Please sign in to comment.