diff --git a/deploy/runtime/ui/Wind Farm Costs.json b/deploy/runtime/ui/Wind Farm Costs.json index c4010bd6d8..bd93863ff2 100644 --- a/deploy/runtime/ui/Wind Farm Costs.json +++ b/deploy/runtime/ui/Wind Farm Costs.json @@ -3107,6 +3107,7 @@ "\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", @@ -3114,6 +3115,14 @@ "\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",