Skip to content

Commit

Permalink
add levelized cost of energy to wind
Browse files Browse the repository at this point in the history
fixes #53 again
  • Loading branch information
nmerket committed Jun 13, 2016
1 parent 4d0ce4e commit a3095b7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions schemas/BaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1538,13 +1538,13 @@
<xs:element minOccurs="0" name="AnnualOutput"
type="RatedAnnualkWh">
<xs:annotation>
<xs:documentation>[kWh] Projected Annual Output for a typical meterological year as determined by PVWatts. </xs:documentation>
<xs:documentation>[kWh] Projected Annual Output for a typical meterological year as determined by PVWatts or similar. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="LevelizedCostOfElectricity"
type="Cost">
<xs:annotation>
<xs:documentation>[$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by the system over its life. Can be calculated with System Advisor Model or through a simplified calculation at http://www.nrel.gov/analysis/tech_lcoe.html.</xs:documentation>
<xs:documentation>[$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by the system over its life. Can be calculated with System Advisor Model, a similar software, or through a simplified calculation at http://www.nrel.gov/analysis/tech_lcoe.html.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="extension" minOccurs="0"/>
Expand Down Expand Up @@ -1600,6 +1600,12 @@
<xs:documentation>[ft]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="LevelizedCostOfElectricity"
type="Cost">
<xs:annotation>
<xs:documentation>[$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by the system over its life. Can be calculated with System Advisor Model, a similar software, or through a simplified calculation at http://www.nrel.gov/analysis/tech_lcoe.html.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" ref="extension"/>
</xs:sequence>
</xs:complexType>
Expand Down

0 comments on commit a3095b7

Please sign in to comment.