nextsimhub / nextsimdg

neXtSIM_DG : next generation sea-ice model with DG
https://nextsim-dg.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
10 stars 13 forks source link

BBMStep uses the MEB::StressUpdateHighOrder() #452

Closed timspainNERSC closed 3 months ago

timspainNERSC commented 7 months ago

BBMStep uses the MEB::StressUpdateHighOrder() (see cgParametericMomentum.cpp:351).

Even if BBMStep were to run, the stress update that would be calculated would be that of MEB, not BBM (that is, missing the P_max related terms).

timspainNERSC commented 3 months ago

Code replaced as part of the changes in PR #477.