Skip to content
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

Potential inconsistency between displacement height and reference height from ground #172

Open
cenlinhe opened this issue Jan 25, 2025 · 0 comments

Comments

@cenlinhe
Copy link
Collaborator

Discussed in #159

Originally posted by hjgim November 21, 2024
Displacement height (ZeroPlaneDispSfc) for a vegetation tile is determined as 65% of the canopy top height using the following expression:

ZeroPlaneDispSfc = 0.65 * HeightCanopyTop

ZeroPlaneDispSfc = 0.65 * HeightCanopyTop

The reference height from the ground (RefHeightAboveGrd) is then calculated using:

RefHeightAboveGrd = max(ZeroPlaneDispSfc, HeightCanopyTop) + RefHeightAboveSfc

RefHeightAboveGrd = max(ZeroPlaneDispSfc, HeightCanopyTop) + RefHeightAboveSfc

Here, since ZeroPlaneDispSfc is defined as 65% of HeightCanopyTop, the expression max(ZeroPlaneDispSfc, HeightCanopyTop) will always be equal to HeightCanopyTop when there is no snow layer. Thus, the above formula can be simplified as follows in snow-free conditions:

RefHeightAboveGrd = HeightCanopyTop + RefHeightAboveSfc

Issue for Discussion
As I understand it, if we presume the bottom end of the wind log-profile is at the displacement height, the above formula needs to be modified as follows:

RefHeightAboveGrd = ZeroPlaneDispSfc + RefHeightAboveSfc

Could you please review this potential inconsistency and proposed code modification, and share your feedback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant