...
Code Block | ||
---|---|---|
| ||
<ws:dataDeliveryRequest dateFrom="2015-07-01" dateTo="2015-07-01" xmlns="http://geomodel.eu/schema/data/request" xmlns:ws="http://geomodel.eu/schema/ws/data" xmlns:geo="http://geomodel.eu/schema/common/geo" xmlns:pv="http://geomodel.eu/schema/common/pv" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <site id="site_1" name="Test site" lat="48.61259" lng="20.827079"> <geo:terrain elevation="111" azimuth="112" tilt="11"/> <!--azimuth and tilt of terrain has only effect to PVOUT in case of GeometryFixedOneAngle geometry--> <geo:horizon>0:31.6 123:29.6 123.5:28 192.5:23.6 193:23.4 206.5:23.2 207:28.4 359.5:25.4</geo:horizon> <!--colon deliterdelimited pairs of sun azimuth vs. sun elevation, in degrees--> <!-- value of the horizon element is obtainable/viewable from/in pvPlanner application - horizon editor widget --> <pv:geometry xsi:type="pv:GeometryFixedOneAngle" azimuth="165" tilt="22"/> <!-- one axis horizontal tracker: <pv:geometry xsi:type="pv:GeometryOneAxisHorizontalNS" rotationLimitEast="-90" rotationLimitWest="90" backTracking="true"/>--> <!-- one axis inclined tracker: <pv:geometry xsi:type="pv:GeometryOneAxisInclinedNS" axisTilt="30" rotationLimitEast="-90" rotationLimitWest="90" backTracking="false"/>--> <!-- one vertical axis tracker: <pv:geometry xsi:type="pv:GeometryOneAxisVertical" tilt="25" rotationLimitEast="-180" rotationLimitWest="180" backTracking="true"/>--> <!-- vertical axis rotation limits are defined relative to 0 deg. (initial tracker position) from -180 to 180 deg with -90 deg.=east and +90 deg.=west, regardless of hemisphere--> <!-- two axis tracker: <pv:geometry xsi:type="pv:GeometryTwoAxisAstronomical" rotationLimitEast="-180" rotationLimitWest="180" tiltLimitMin="10" tiltLimitMax="60" backTracking="true"/>--> <pv:system installedPower="1000" installationType="FREE_STANDING" selfShading="false" dateStartup="2011-06-01"> <!--switch on selfShading attribute and switch off back-tracking to determine the impact (losses) due to inter-row shading on PVOUT --> <pv:module type="CSI"> <pv:degradation>3</pv:degradation> <pv:degradationFirstYear>8</pv:degradationFirstYear> <pv:surfaceReflectance>0.16</pv:surfaceReflectance> <!--<pv:powerTolerance low="10" high="90"/>--> <pv:nominalOperatingCellTemp>15</pv:nominalOperatingCellTemp> <!--<pv:openCircuitVoltageCoeff>7</pv:openCircuitVoltageCoeff> not supported <pv:shortCircuitCurrentCoeff>4</pv:shortCircuitCurrentCoeff> not supported--> <pv:PmaxCoeff>10</pv:PmaxCoeff> </pv:module> <!--<pv:inverter count="2" interconnection="PARALLEL"> not supported--> <pv:inverter> <pv:startPower>10</pv:startPower> <pv:efficiency xsi:type="pv:EfficiencyConstant" percent="94"/> <!--<pv:efficiency xsi:type="pv:EfficiencyCurve" dataPairs="0:20 50:60 100:80 150:90 233:97.5 350:97 466:96.5 583:96 700:95.5 750:93.33 800:87.5 850:82.35 900:77.8 950:73.7"/>--> <!--by using efficiency curve, we can model also clipping losses - having efficiency above certain power limit declining --> <pv:limitationACPower>900</pv:limitationACPower> <!-- clipping can be defined here or via eff. curve --> <!--<pv:nominalDCPower>8</pv:nominalDCPower> not supported--> </pv:inverter> <pv:losses> <!--for dcLosses enter either monthlySnowPollution 12 monthly % numbers or snowPollution as one % number--> <pv:dcLosses cables="1.2" mismatch="0.65" snowPollution="2.5" monthlySnowPollution="5 5.2 3 1 1 1 1 1 1 1 2 4"/> <pv:acLosses cables="1" transformer="2.1"/> </pv:losses> <pv:topology xsi:type="pv:TopologyRow" relativeSpacing="2.5" type="UNPROPORTIONAL1"/> <!-- for trackers use column spacing: <pv:topology xsi:type="pv:TopologyColumn" relativeSpacing="2.5" type="UNPROPORTIONAL2"/>--> <!--with vertical axis tracker and two-axis trackers, it is assumed constructions equally distributed in both directions, so TopologyColumn is enough to define spacing--> </pv:system> </site> <processing key="GHI GTI TEMP PVOUT" summarization="DAILY" terrainShading="true"> <timestampType>CENTER</timestampType> </processing> </ws:dataDeliveryRequest> |
...