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
Current master has a bug in the PVFE kept by surface_balance_implicit_subgrid PK. The PVFE for snow density is actually the OLD state, not the NEXT state. Therefore, when it is tagged as "changed," no change is actually registered.
This bug avoids a weird loop, whereby:
snow PK requests update of snow-source_sink
this triggers update of SEB evaluator
after this update, the snow PK changes snow-density
then the flow PKs request update of snow-source_sink, which, because it depends on snow density, is updated again.
It seems that this cycle should be broken somehow, but currently it is broken by a bug.
The text was updated successfully, but these errors were encountered:
Current master has a bug in the PVFE kept by surface_balance_implicit_subgrid PK. The PVFE for snow density is actually the OLD state, not the NEXT state. Therefore, when it is tagged as "changed," no change is actually registered.
This bug avoids a weird loop, whereby:
It seems that this cycle should be broken somehow, but currently it is broken by a bug.
The text was updated successfully, but these errors were encountered: