Skip to content

Commit

Permalink
Merge pull request #1535 from NREL/config-tree-order
Browse files Browse the repository at this point in the history
Fix configuration tree order
  • Loading branch information
sjanzou authored Nov 1, 2023
2 parents 858c385 + 6c6c1a0 commit 0660ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/runtime/startup.lk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ addconfig('Generic PVWatts Wind FuelCell Battery Hybrid', ['Single Owner', 'Host


// order tech and fin trees
configopt("TechnologyTreeOrder", {'description' = 'Hybrid,Wind,Generic System,Photovoltaic,Geothermal'});
configopt("TechnologyTreeOrder", {'description' = 'Photovoltaic,Energy Storage,Hybrid,Concentrating Solar Power,Industrial Process Heat,Marine Energy,Wind,Fuel Cell - PV - Battery, Geothermal, Solar Water Heating, Biomass Combustion, Generic System'});

// group names 'tree_parent' for performance models are defined in PopulateTech() in main.cpp
configopt( 'Flat Plate PV', { 'tree_parent'='Photovoltaic', 'long_name'='Detailed PV Model', 'short_name'='Photovoltaic', 'description'='Photovoltaic system using detailed photovoltaic model with separate module and inverter component models' } );
Expand Down

0 comments on commit 0660ea4

Please sign in to comment.