-
Notifications
You must be signed in to change notification settings - Fork 687
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 problem/confusion with anthropogenic heat setup in URBPARM.TBL #2081
Comments
@cenlinhe Can you comment on this post? Thanks! |
I do not have an answer for this as I do not know the history of AH implementation. Maybe @barlage knows. |
I don't know the original intention as it is implemented in WRF, but if one looks at the original Salamanca paper:
That said, one of the advantages of this being in a parameter table is that it is easy for users to change, as long as the parameter table makes it clear how the values are being used. URBPARM.TBL should probably be updated to make this more clear, e.g., AH should be peak daily anthro heat and AHDIUPRF should be made clearer that it is the multiplicative factor for hourly AH. |
I agree, peak value would have been my interpretation when looking at the
diurnal factors, but it should be made clearer I guess.
…On Wed, Jul 17, 2024 at 7:21 AM Michael Barlage ***@***.***> wrote:
I don't know the original intention as it is implemented in WRF, but if
one looks at the original Salamanca paper:
For the UCM a diurnal profile of AH was added to the sensible heat flux
(hereafter this simulation is referred as UCM+AH) with *peak values of
90, 50, and 20 W m−2* for the commercial or industrial (COI),
high-intensity residential (HIR), and low-intensity residential (LIR) urban
classes, respectively.
That said, one of the advantages of this being in a parameter table is
that it is easy for users to change, as long as the parameter table makes
it clear how the values are being used. URBPARM.TBL should probably be
updated to make this more clear, e.g., AH should be peak daily anthro heat
and AHDIUPRF should be made clearer that it is the multiplicative factor
for hourly AH.
—
Reply to this email directly, view it on GitHub
<#2081 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIZ77GG2VJZE4M6Y2NXJYLZMZVW5AVCNFSM6AAAAABK5THNSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZTGMYTCOJRG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@xuelingbo @doan-van, feel free to leave any comments or suggestions here. This is about the anthropogenic heat in SLUCM. |
@barlage Thanks for investigating. Maybe it's enough to explicitly mention that AH is the maximum value. |
for anthropogenic latent heat, it was mentioned that was daily maximum Line 155 in 0a11865
so would expect the same concept for anthropogenic sensible heat |
I agree that |
Describe the bug
In URBPARM.TBL we have:
AH
to be the daily mean anthropogenic heat andAHDIUPRF
to be a factor that convert daily average to hourly value.AH
is the daily maximum anthropogenic heat. Indeed, if we multiply 20.0 withAHDIUPRF (0.16, 0.13, 0.08, ..., 0.18)
and take the daily average, only 11.1 W/m^2 of anthropogenic heat is emitted in a day.AHDIUPRF
should has the mean of 1. So, the example above should be normalized to0.29 0.23 0.14 0.13 0.14 0.47 1.21 1.78 1.60 1.42 1.33 1.31 1.35 1.37 1.48 1.62 1.80 1.71 1.22 1.10 0.95 0.63 0.38 0.32
To Reproduce
N/A
Expected behavior
AH
the daily mean or maximum anthropogenic heat.AHDIUPRF
should be fixed.Screenshots
N/A
Attachments
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: