You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Èvap variable is always zero through BMI, although it has a value. I checked that if we delete the all_timesteps = True in this line, the Èvap variable will get its value in BMI
The text was updated successfully, but these errors were encountered:
The all_timesteps variable denotes if the variable is an array which contains data on all time steps. This bug probably crept in because EVAP is an array of size n_timesteps, but only the first index is used to put any value in.
Can you check this and open an issue in STEMMUS_SCOPE? This could lead to incorrect results if sometimes it's used as EVAP[index_time] = x and sometimes EVAP[0] = x...
The
Èvap
variable is always zero through BMI, although it has a value. I checked that if we delete theall_timesteps = True
in this line, theÈvap
variable will get its value in BMIThe text was updated successfully, but these errors were encountered: