Hi, to answer your questions:
1. the surface roughness length decrease is not related to LH~0 in urban. The near-zero LH in urban is because there is almost no urban hydrology in urban physics (it is a dry urban traditionally).
2. the surface roughness length in urban is not always decreasing when activate urban, depending on which urban physics you are using and the urban parameters prescribed for your study domain. The surface roughness length can be tuned in parameter lookup table: URBPARM.TBL or URBPARM_LCZ.TBL (if you use LCZ). Also, the building height is also tunable in these parameter tables.
3. urban model uses a different formulation to compute drag coefficient that affects U10 than natural vegetated region when no urban physics is activated. you can take a look at those original urban physics papers for those formulations.
4. BEP and SLUCM use different building treatment and drag coefficient formulations as well as urban parameter values which lead to different results in wind speed changes.
5. Your results' difference from the literature may be due to the different urban parameters used in these studies. People may tune their urban parameters in their simulations.
Thank you Ming Chen and cenlinhe for your responses. I've conducted additional analysis but still have some questions:
Observed phenomena:
After enabling UCM, compared to the noUCM case:
SLUCM: Z0↓, UST↓, CD↓, WS10↑, HFX↓, LH↑
BEP: Z0↓, UST↓, CD↓, WS10↓, HFX↓, LH↑
My questions:
1. Regarding roughness output:
What exactly does the ZNT/Z0 variable in wrfout represent after enabling UCM? The post I referenced mentioned "from which I guess the surface roughness for the urban portion is calculated in the urban module, but not combined with the rural counterparts in the NOAH module. So ZNT and Z0 in wrfout uses 'Natural' values instead of a combined value." I would like to know if this is the reason? Or as Ming Chen said, the output Z0 is just the surface roughness length for the surface below the urban canopy, and the buildings in urban areas are treated separately?
2. After enabling UCM, is the decrease in UST and CD in the wrfout output caused by the decrease in Z0?
3. When UST, CD, and Z0 in wrfout output are all reduced compared to noUCM, BEP reduces the 10-meter wind speed while SLUCM increases it. After reading some literature, I found that the contribution of vertical surfaces (walls) to momentum sink >> horizontal surfaces. I think this is because BEP has a multi-layer structure and performs more accurate building drag calculations, thus correctly reducing WS10.
4. In addition, I noticed that after enabling UCM, LH increases and HFX decreases in urban areas. I think this is partly due to FRC_URB2D, which will be read from URBPARM.TBL after enabling UCM, while the default noUCM directly uses 0.9; on the other hand, it may also be related to the explanation in the post I referenced, because after enabling UCM, it will first calculate according to NATURAL.
For the first and second points, I hope to get your further explanation.
In addition, do you think my understanding of the third and fourth points is correct?
Thank you again!