phil-blain / CICE

Development repository for the CICE sea-ice model
Other
0 stars 0 forks source link

check that stress computations follow Lemieux and Dupont 2020 #24

Closed phil-blain closed 4 years ago

phil-blain commented 4 years ago

Note:

stressp  = σ_1  = σ_11 + σ_22
stressm  = σ_2  = σ_11 - σ_22
stress12 = σ_12
phil-blain commented 4 years ago
phil-blain commented 4 years ago

So the full formula is

σ_ij  = 2η(u^{k−1})\dot{ε}_ij(u^k) + 
        [ζ(u^{k−1}) − η(u^{k−1})]\dot{ε}_kk(u^k)δ_ij  
        − P(u^{k−1})δ_ij/2,

and here P is the replacement pressure, not the ice_strength (P_p).

The replacement pressure does depend on the velocity:

P = P_p Δ/Δ^*
phil-blain commented 4 years ago

The computations are already correct as P = P_p Δ/Δ^* = ζ * 2 Δ^* Δ / Δ^* = 2ζΔ