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

Issue512 benchmark2 #525

Closed einola closed 1 month ago

einola commented 3 months ago

Implementation of the Mehlman et al. benchmark into the full model infrastructure

Fixes #512

Task List


Change Description

Implementation of the dynamics benchmark test case from Mehlmann et al. (2021). This involves


Test Description

Run the model using the config_benchmark.cfg config file and visually compare the output with previous results.

A proper integration test is covered by #524


Documentation Impact

Documentation is covered by #520


Other Details

The "benchmark coordinates" now assume that the box is 512 x 512 km (as in the paper). This means that using AtmosphereBoundaryModule = Nextsim::BenchmarkAtmosphere with a different grid (e.g., one of the realistic ones) may yield unexpected results.


Pre-Request Checklist

einola commented 1 month ago

So, the last merge (81f11e4) accedntely included almost everything in this branch. There's just one line of code left to check.

Can you have a look @timspainNERSC