ETSmean
ForModLabUHel opened this issue · 0 comments
ForModLabUHel commented
How to calculate ETS mean using a moving average window. this will be important for climate change simulations
ETSmean = ETSmean + (ETS-ETSmean)/20. ###formula to be annually update in the loop
!!!!we need to input the initial ETSmean calculate from historical data. When not available we calculate the average of the first 5years
!!!!regionPREBAS the model runs year by year and the moving average windows should be calculated in regionPREBAS subroutine!!!