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

Fixes to a few BBM issues #598

Closed einola closed 4 days ago

einola commented 4 days ago

Fixes to a few BBM issues

Fixes #578

Task List


Change Description

This PR primarily fixes an issue where the model would crash when using BBM because the velocity averages used for advection were not initialised. I then discovered several smaller issues, the most important one being that damage was initialised to zero in the benchmark test case when it should be set to one.


Test Description

The benchmark test case now runs (using config_benchmark.cfg) and produces results qualitatively similar to those Piotr had in his previous tests.


Documentation Impact

N/A


Other Details

N/A


Pre-Request Checklist

Please complete your pull request description and delete the instructional text before submitting.

Congratulations and thank you for making your contribution to neXtSIM_DG!