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

Hotfix for issue where initial files using the missing_value attribute don't work #564

Closed einola closed 3 weeks ago

einola commented 3 weeks ago

Hotfix for issue where initial files using the missing_value attribute don't work

Fixes #547

Task List


Change Description

Init/restart files using the missing_value attribute don't work with the new dynamics switcher. We haven't found the cause for this yet, but an easy workaround is to not use the missing_value attribute. This is implemented here for the initMaker class.

This PR does not close issue #547.


Test Description

The benchmark test case runs again and produces reasonable results.


Documentation Impact

N/A


Other Details

N/A


Pre-Request Checklist