CICE-Consortium / Icepack

Development repository for sea-ice column physics
Other
25 stars 131 forks source link

Update version to Icepack 1.3.3 #419

Closed apcraig closed 1 year ago

apcraig commented 1 year ago

PR checklist

Update version via icepack.setup --setvers 1.3.3 Update interface documentation via icepack.setup --docintfc Remove trailing blanks in source code via sed script

apcraig commented 1 year ago

Tested on cheyenne intel, all pass and bit-for-bit.

213 measured results of 213 total results
213 of 213 tests PASSED
0 of 213 tests PENDING
0 of 213 tests MISSING data
0 of 213 tests FAILED

Regarding extra spaces and tabs. I think some of this happens from editors. I use emacs and recent changes do auto-indent which I manually unset in a .config file. Also, sometimes when folks play around with continuation lines, you can sometimes end up with extra spaces at the end of a line. It's not a big deal and I'll periodically do a clean. I have a sed script now so it takes like 2 seconds to clean up.