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
Open (o) boundaries are now "non-rising" (#473, f8c1f23): each step an open edge is set to min(current, min(interior neighbours)) — it follows incision/subsidence down but aggradation can no longer raise it (previously it tracked the neighbour average). If you relied on the old non-draining behavior, switch that edge to w (true no-flux wall, new in #473).
Boundary bc strings use the NESW letter conventiono/f/w/c (open/fixed/wall/cyclic). Legacy digit strings are remapped in place (0→o, 1→f); check your inputs match the intended N,E,S,W edges.
gFlex + FFT flexure removed — 'fem' is the only flat-model flexure.
Regular-grid orography removed — orographic rain is now mesh-native; drop regdx/latitude/nm/hw from configs.