@@ -42,6 +42,7 @@ The parameters are located in several subdirectories according to their purpose:
...
@@ -42,6 +42,7 @@ The parameters are located in several subdirectories according to their purpose:
- CROPS/ : parameter files for the crop models (SIMPLE, STICS, Gras-Sim)
- CROPS/ : parameter files for the crop models (SIMPLE, STICS, Gras-Sim)
- HARDWARE/ : Configure key properties of a PV panel for simulation, including its dimensions, peak power output, and whether it is bifacial. It also specifies if the panel has thickness and includes a 3D model file. These settings define the panel’s physical and operational characteristics in the simulation environment.
- HARDWARE/ : Configure key properties of a PV panel for simulation, including its dimensions, peak power output, and whether it is bifacial. It also specifies if the panel has thickness and includes a 3D model file. These settings define the panel’s physical and operational characteristics in the simulation environment.
- SCENARIOS/ : define the parameters of the simulation scenario, such as location, latitude and longitude, altitude, simulation options, start and end year of the simulation, etc.
- SCENARIOS/ : define the parameters of the simulation scenario, such as location, latitude and longitude, altitude, simulation options, start and end year of the simulation, etc.
- STRUCTURE/ : define the parameters of the mounting structure, such as the height of the panels, their tilt, etc.
- WEATHER_FILES/ : the simulation can run on data fetched from an online database or on data files located in this subdirectory.
- WEATHER_FILES/ : the simulation can run on data fetched from an online database or on data files located in this subdirectory.
## AV central
## AV central
...
@@ -96,8 +97,31 @@ with positive tilt, the PV modules face East.
...
@@ -96,8 +97,31 @@ with positive tilt, the PV modules face East.
Figure 3 - CentralAzimut: 90. The main axis (red arrow) of the block points East and,
Figure 3 - CentralAzimut: 90. The main axis (red arrow) of the block points East and,
with positive tilt, the PV modules face South.
with positive tilt, the PV modules face South.
### Structure
The parameters of the structure supporting the PV modules.
- StructureType: which type of structure for the PV modules
- Material: used to apply texture to the structure (e.g. Wood, Metal)
- PanelsPerGroup: Number of panels per pole in the structure
- PoleShape: shape of the pole profile (Square, Rectangle, Cylinder)
- PoleWidth: Pole size along x (used in case of square or rectangular pole)
- PoleHeight: Pole size along y (used in case of square or rectangular pole)
- PoleSide: Pole side length (used in case of square pole)
- PoleRadius: Pole radius (used in case of cylindrical pole)
- PoleLength: Pole size along z
- PoleGroundPositioning: vertical positioning of the pole relative to the ground (0 is flush with the ground, negative values mean the pole base is below ground level)
- PurlinShape: shape of the purlin profile (Square, Rectangle, Cylinder)
- PurlinWidth: purlin size along x (used in case of square or rectangular purlin)
- PurlinHeight: purlin size along y (used in case of square or rectangular purlin)
- PurlinSide: Purlin side length (used in case of square purlin)
- PurlinRadius: Purlin radius (used in case of cylindrical purlin)
- StructureSpacingY: Spacing along Y (interpreted by spacing_mode)
- StructureHeight: Structure height
## Weather data
## Weather data
To run simulations, PASE needs these four weather variables :
To run simulations, PASE needs these four weather variables :