-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for the FSD changes in icepack. #975
Conversation
…ew FSD rearrangement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes to the interface will cause backward compatibility problems. However there will be similar changes from elsewhere in the next release, and it's better to do them all at once.
Do you intend to update Icepack in this PR? Based on the title, I think that's correct. Please reference the corresponding Icepack PR here and describe the changes being brought in. Thanks!
arguments to icepack_init_fsd_bounds calls. Update calls to step_dyn_wave, step_therm2, step_therm1 to be consistent with new Icepack interfaces Clean up some blank lines Update unit test code. Update driver code including remove zsal from mct/cesm.
This needs to have the icepack hash updated.
…ew FSD rearrangement.
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
This changes the calls to icepack_step_therm1 and icepack_step_therm2 for the FSD icepack updates.
dabail10 (D. Bailey)
Working on a QC test.
Update fsd implementation and interfaces.
This changes answers for all results due to changes in Icepack. Initial ice and snow volume values at the beginning of the lateral melt routine are now used for updating the snow and ice enthalpy as well other tracers for lateral melting.
Update fsd arguments floe_rad_l, floe_rad_c, floe_binwidth, c_fsd_range to Icepack
Update rside/fside arguments to Icepack
Update unittest and coupler layers as needed
Update Icepack to #286630f