-
Notifications
You must be signed in to change notification settings - Fork 701
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
Bug Fix: use Noah-MP table roughness length in urban areas when using bulk scheme (no urban option used) #827
Bug Fix: use Noah-MP table roughness length in urban areas when using bulk scheme (no urban option used) #827
Conversation
Mike, I thought it also resulted in a wind bias?
…On Tue, Mar 19, 2019 at 11:58 AM Michael Barlage ***@***.***> wrote:
@barlage <https://github.com/barlage> requested review from
@wrf-model/physics on: #827 <#827>
Bug Fix: use Noah-MP table roughness length as a code owner.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#827 (comment)>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ARGf_G87IX95Mv95d8uY8uREHh0H7Bgjks5vYSVWgaJpZM4b8xEp>
.
|
@dudhia yes, it affects everything that depends on roughness length, including wind speed. |
@barlage |
Dave,
We can help with that. Jimy got the email from this group.
Wei
On Mar 19, 2019, at 8:32 PM, Dave Gill <notifications@github.com> wrote:
@barlage <https://github.com/barlage>
Mike,
Is there a specific person at CIEMAT for an attribution?
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#827 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMHfkNh9LLghBnzM7Fie_5U5DXUIlkMeks5vYZ2wgaJpZM4b8xEp>
.
|
@weiwangncar |
I think it would be Jorge Navarro.
…On Tue, Mar 19, 2019 at 8:32 PM Dave Gill ***@***.***> wrote:
@barlage <https://github.com/barlage>
Mike,
Is there a specific person at CIEMAT for an attribution?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#827 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ARGf_K00uCgpkjwp467d7ogviRypTxTPks5vYZ2xgaJpZM4b8xEp>
.
|
He may want everyone listed as for the 6th order diffusion fix. Those are J. Fidel González-Rouco (UCM & IGEO-CSIC, Spain), Jorge Navarro and Elena García-Bustamante (CIEMAT, Spain). |
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.
Approved
TYPE: bug fix
KEYWORDS: Noah-MP
SOURCE: Jorge Navarro (CIEMAT, Spain), Michael Barlage (NCAR)
DESCRIPTION OF CHANGES:
Problem:
When running Noah-MP with no urban scheme (bulk method), the roughness length in urban areas
was not used from the MPTABLE and instead was set to a bare soil value. This resulted in a high
temperature, high wind speed, and low sensible heat flux over cities.
Fix: use z0 from the MPTABLE
LIST OF MODIFIED FILES:
M phys/module_sf_noahmplsm.F
TESTS CONDUCTED:
RELEASE NOTES:
When running Noah-MP with no urban scheme (bulk method), the roughness length in urban areas
used a bare soil value. This resulted in a high temperature, high wind speed, and low sensible heat
flux over cities. The correction uses z0 from the Noah-MP look-up table.