Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources-plugin / help / en / es.unex.sextante.lighting.solarRadiation / solarradiation.xml @ 417

History | View | Annotate | Download (3.16 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="The algorithm calculates incoming solar radiation for a given period over a given area." description="Description" type="0">
4
                </element>
5
                <element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
                </element>
7
                <element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
                </element>
9
                <element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
                </element>
11
                <element name="USER_NOTES" text="" description="User_notes" type="0">
12
                </element>
13
                <element name="DEM" text="Digital Elevation Model. " description="Elevation" type="3">
14
                </element>
15
                <element name="SOLARCONST" text="The value of the solar constant (i.e the amount of incoming solar electromagnetic radiation per unit area, measured on the outer surface of Earth's atmosphere in a plane perpendicular to the rays)" description="Solar constant [W/m&#178;]" type="3">
16
                </element>
17
                <element name="METHOD" text="the method to use.&#10;* Global atmospheric transmittance&#10;* Calculate transmittance from components" description="Method" type="3">
18
                </element>
19
                <element name="TRANSMITTANCE" text="Global transmittance" description="Global transmittance" type="3">
20
                </element>
21
                <element name="PRESSURE" text="" description="Atmospheric pressure [mb]" type="3">
22
                </element>
23
                <element name="WATER" text="" description="Atmospheric water content [cm]" type="3">
24
                </element>
25
                <element name="DUST" text="" description="Dust [ppm]" type="3">
26
                </element>
27
                <element name="LATITUDE" text="The latitude, needed to calculare Sun's position" description="Latitude [&#176;]" type="3">
28
                </element>
29
                <element name="HOURSTEP" text="Each day is divided in periods based on a given interval. The shorter the interval, the longer it will take to execute the algorithm and the more precise the result will be." description="Interval for daily insolation [h]" type="3">
30
                </element>
31
                <element name="DAILYSTEP" text="The total period of the calculation is divided in periods based on a given interval. The shorter the interval the longer it will take to execute the algorithm and the more precise the result will be." description="Inteval for global insolation [days]" type="3">
32
                </element>
33
                <element name="INITMONTH" text="" description="Starting month" type="3">
34
                </element>
35
                <element name="INITDAY" text="" description="Starting day" type="3">
36
                </element>
37
                <element name="ENDMONTH" text="" description="Ending month" type="3">
38
                </element>
39
                <element name="ENDDAY" text="" description="Ending day" type="3">
40
                </element>
41
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
42
                </element>
43
                <element name="TIME" text="Total time during which a given cell receives solar radiation along the selected time span." description="Insolation time" type="2">
44
                </element>
45
                <element name="RADIATION" text="Total energy received in the cell, in Kw/hour&#183;m2" description="Solar radiation" type="2">
46
                        <image description="" file="radiacion_solar.jpg">
47
                        </image>
48
                </element>
49
        </help>
50
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>