CICE-Consortium / CICE

Development repository for the CICE sea-ice model
Other
57 stars 131 forks source link

Add a new diagnostic variable dvsdtd. #940

Closed dabail10 closed 6 months ago

dabail10 commented 7 months ago

For detailed information about submitting Pull Requests (PRs) to the CICE-Consortium, please refer to: https://github.com/CICE-Consortium/About-Us/wiki/Resource-Index#information-for-developers

PR checklist

apcraig commented 6 months ago

Looks good. Is there not also a dvsdtt? These changes will need to be made to all of the drivers, eventually.

Since update_state is not backwards compatible, could you update all the call to update_state in all the other drivers. I would NOT add dvsdtd to those calls, but just update the arguments to use keywords= syntax. That should be adequate. Thanks.

dabail10 commented 6 months ago

Ah. Good point. I will do that. I will also work on dvsdtt at the same time.

dabail10 commented 6 months ago

I have added dvsdtt and fixed all of the calls to update_state in the drivers. The updated test results for the standalone driver are here:

https://github.com/CICE-Consortium/Test-Results/wiki/cice_by_hash_forks#e68dd144aa1577111f5a87f93378afd15847b62e

apcraig commented 6 months ago

I ran a test suite on Derecho and this all looks good. @dabail10, anything left to do? Any other comments? If not, I'll merge in the next day or two.

dabail10 commented 6 months ago

I believe this is everything here.