Update Icepack with latest update to CICE emc/develop#5
Merged
DeniseWorthen merged 2 commits intoJul 20, 2021
Conversation
…ess (CICE-Consortium#366) * icepack_parameters: optionally compute 'dragio' from under-ice roughness In some applications, we want the ice-ocean drag coefficient 'dragio' to be computed using an under-ice roughness length and the thickness of the first ocean level instead of imposing its value directly. Add a new boolean flag 'calc_dragio' and real parameters 'iceruf_ocn', 'thickness_ocn_layer1', where 'iceruf_ocn' is the under-ice roughness length, and 'thickness_ocn_layer1' is the thickness of the first ocean level, to module 'icepack_parameters'. With 'calc_dragio = .true.', compute the ice-ocean drag coefficient following [1]. Update the documentation accordingly. [1] https://doi.org/10.1002/2014JC010677 * Add 'calc_dragio' to namelist and add a test Add the 'calc_dragio' flag introduced in the previous commit to the Icepack namelist. Add a test for the new feature in the base_suite.
This was referenced Jun 24, 2021
binli2337
approved these changes
Jul 6, 2021
14 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates Icepack consistent with CICE PR #32