Add iceruf to namelist#600
Merged
Merged
Conversation
Allow setting the ice surface roughness at the atmosphere interface, 'iceruf', in the CICE namelist. This makes it easier to modify this value.
eclare108213
requested changes
May 20, 2021
eclare108213
left a comment
Contributor
There was a problem hiding this comment.
Since iceruf is an icepack parameter, it will need to be added to the interface routines (init, query, etc). I suspect that if you tried to change its value in this version, you'd still get BFB with the unmodified code!
Member
Author
|
In fact it is already present in the Icepack interface, so I just had to wire it up in CICE. I'm passing CICE/cicecore/cicedynB/general/ice_init.F90 Lines 1788 to 1805 in 5d71476 (see the diff). I think that's all that's needed, I did do a manual test by changing the iceruf value in the namelist. |
Contributor
|
Ah yes, sorry for missing that. Looks good, thanks. |
eclare108213
approved these changes
May 20, 2021
apcraig
approved these changes
May 20, 2021
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.
PR checklist
Short (1 sentence) summary of your PR:
Allow setting the ice surface roughness at the atmosphere interface,
iceruf, in the CICE namelist. This makes it easier to modify this value.Developer(s):
Original-pach-by: probably F. Roy or F. Dupont, ECCC
Suggest PR reviewers from list in the column to the right.
Please copy the PR test results link or provide a summary of testing completed below.
This is a another small step in bringing our in-house modifications back to the Consortium. More to come in the coming weeks / months.