Skip to content

Commit

Permalink
Hide resource file reference for hybrid wind costs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjprilliman committed Oct 5, 2023
1 parent fcf47f7 commit d316033
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/runtime/ui/Wind Farm Costs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3107,13 +3107,22 @@
"\t || tech == 'Photovoltaic Wind Battery Hybrid' \r",
"\t || tech == 'Generic PVWatts Wind FuelCell Battery Hybrid' ) {\r",
"\t\tshow('btn_est_bos_cost', false);\r",
"\t\tshow('reference_resource_file', false);\r",
"\t\twind_name = 'Total Installed Cost of Wind Subsystem';\r",
"\t\twind_description = 'See the Hybrid Cost page for the total installed cost of the hybrid system. The total installed cost of the wind subsystem is the sum of the indirect, sales tax, and direct costs. Note that it does not include any financing costs from the Financial Parameters page.';\r",
"\t}\r",
"\telse {\r",
"\t\twind_name = 'Total installed cost';\r",
"\t\twind_description = 'The total installed cost is the sum of the indirect, sales tax, and direct costs. Note that it does not include any financing costs from the Financial Parameters page.';\r",
"\t\tshow('btn_est_bos_cost', true);\r",
"\t\tif ( value('wind_resource_model_choice') == 0 )\r",
"\t\t{\r",
"\t\t\tshow('reference_resource_file',true);\r",
"\t\t}\r",
"\t\telse\r",
"\t\t{\r",
"\t\t\tshow('reference_resource_file',false);\r",
"\t\t}\r",
"\t}\r",
"\t\r",
"\tproperty('lblTotalInstalledCostDescription', 'Caption', wind_description );\r",
Expand Down

0 comments on commit d316033

Please sign in to comment.