Bryan Riel

Results 3 comments of Bryan Riel

Ah, thanks Daniel for clearing that up! The projection makes sense. Indeed, I think I could make use of a few examples of clever depth-average weighting. I was originally thinking...

Many thanks Daniel, I think I understand now how the weights are interpreted with respect to a Legendre polynomial expansion. That's quite clever! Yeah, I'm not too worried now about...

Hi @danshapero, I think the discrepancy may be due to the computation of the effective strain at [this line](https://github.com/icepack/icepack/blob/09343174c4071ac29d53ba8acfc2b9af32779c86/src/icepack/models/hybrid.py#L112): ```python def _effective_strain_rate(ε_x, ε_z, ε_min): return sqrt((inner(ε_x, ε_x) + trace(ε_x) **...