Hi @csimpson,
I’m still in the process of building my own WW3 (Wind and Wave) dataset for InVEST, and I would be very grateful if you could help me confirm my understanding of the calculation steps for some variables, in addition to clarifying some doubts regarding other columns in the table that are not explicitly detailed in the user guide.
Calculation of REI_VX: for each point I select the top 10% highest values of wind speed from the entire time series (for example, 12 values if I have 120 observations). To calculate REI_VX, at angle X, the average is calculated using only the values that are part of the top 10%.
Calculation REI_PCTX: After identifying the top 10% strongest winds for a point, I then determine how much comes from each angle. For example: at angle 22 I have 3 out of 12 values, REI_PCT22 will be 0.25, because 3/12 = 0.25. Indicating that 25% of the strongest winds come from angle 22.
Calculation V10PCT_X: For this calculation, I am taking all available wind speed values for a specific angle X, then selecting the top 10% highest values within the data for that angle, and calculating the average of those top 10% values for that particular angle.
I also have some questions regarding other columns that appear in the data but are not explicitly described in the InVEST user guide:
V25PCT_X follows the same reasoning as V10PCT_X but would it be the top 25%?
V_MAX_X is simply the maximum wind speed observed for that particular angle? In this case, should I change?
What exactly does V_10YR represent? It’s important in my case?
The guide states that to build my own WW3 it would be necessary to modify only the calculations described there, but the existence of V25PCT_X, V_MAX_X, and V_10YR brought me some doubts about their necessity or not to be calculated.
One other and last doubt: When it says angular sector 0°, 22°… is it referring to the sector that goes from 0° to 21°, while the sector 22° would be from 22° to 44°? Is that it?
Finally, as I do not have access to projected wave power data, I intend to keep the original WW3 values for the columns related to wave power. Are there any considerations or recommendations regarding this approach?
Thank you very much for your help so far! It has been very useful!