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.
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.
Commented-out code should only be in the repository for a good reason. Please add a comment above the "!wz" lines giving the context. For example: what the code did, why it was removed, and what it should be replaced with. (This can be short, and only understandable by a subject matter expert.)
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.
Good point! I added a comment before "!wz" lines. Thanks!!
In fact, these lines are used to calculate the effective momentum roughness length z0m proposed by Zheng et al.
(2012, https://doi.org/10.1029/2011JD015901). However, the effective z0m formulation is applied only for land, rather than for ice.
Moreover, since "shdmax" is zero over ice, these lines of code yield that z0max is actually 0.01 which is the momentum roughness length over bare soil (z0g) and not related to the ice momentum roughness length.
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.
Looks good to me.