How To Create a 24/12 Table¶
A 24×12 table summarizes the average production for each hour of the day and each month of the year, resulting in 24 hourly values for each of the 12 months. The values are calculated by grouping the production data according to the month and hour of occurrence and computing the corresponding average. To generate the 24×12 table, it's necessary to have na EYA. Then, do the following:
- Go to
Z:\\VENTO\\3. Softwares\\19. Python\\Python\_Code\\Final\\TimeSeries\_Extensions\_from\_Monthly\_Percentages - Copy
20250507\_TS\_extension\_varying\_hourly\_values.pyto 'Project folder\Internal Studies\EYA\24-12' and rename it with the name of the site of interest. - Open the python file
- Edit the following variables inside the setup section:
-project\_name : Project Name
-directory: Gather all the information needed inside a subfolder preferible with the current date. This is the path you shoul assign for this variable
-file\_name: This is the wind data of the site you used as input to calculate de EYA with Flowin/WindPro
-file\_name\_str: This is the name of the output file, choose a name equivalent to the layout name
-p50\_value: The P50 Value of the EYA case been evaluated
-p90\_value: The P90 Value of the EYA case been evaluated
-installed\_cap: Total Installed capacity in MW
-reference\_year: ??
-PC info: Data for wind speed and power output for the turbine model used
- Run the script.
- Check the generated
prod\_summary...file. The first table refers to P50 values, and the second, P90 values. - Complete the information that is missing.
- Formatting is not mandatory, but it is always appreciated.