SSA — Shallow Shelf Approximation
The SSA is the membrane-stress balance that DIVA reduces to in the limit
of vanishing vertical shear. It treats the ice column as a vertical plug:
the horizontal velocity is independent of , so
is the basal velocity, . The
implementation is in
src/physics/velocity_ssa.f90.
Yelmo uses the same depth-integrated 2D solver as DIVA — the difference is purely in the closure. SSA is the appropriate model for floating ice shelves (no basal drag, no vertical shear) and the right physical limit in fast-streaming grounded ice.
Continuum equations
The depth-integrated stress balance has the same shape as the DIVA equation but with the raw friction instead of :
with depth-averaged viscosity , driving stress and friction law defined exactly as in DIVA.
What is dropped relative to DIVA
The effective strain rate omits the and terms:
so the Glen viscosity depends only on horizontal strain rates. There is no F-integral closure: , so
The basal stress diagnosed after the solve is simply .
For ice shelves identically and only the membrane terms and remain — this is the SSA in its purest form.