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 code has variables for evaporation (Evap and EVAP). They are exactly the same. Additionally, the array size of both is not compatible with BMI requirements as been discussed in this issue
Solution:
The EVAP variable is removed and only Evap is kept
The size of Evap array is changed to 1D array
The changes are done in PR 273
The text was updated successfully, but these errors were encountered:
The code has variables for evaporation (
Evap
andEVAP
). They are exactly the same. Additionally, the array size of both is not compatible with BMI requirements as been discussed in this issueSolution:
EVAP
variable is removed and only Evap is keptEvap
array is changed to 1D arrayThe changes are done in PR 273
The text was updated successfully, but these errors were encountered: