Add variables needed for SLUCM with 2D maps of urban parameters and anthropogenic heat#244
Conversation
|
@cenlinhe This the static data for the SLUCM distributed drag physics. |
|
@epn09 Can you let us know the source of these files? Who produced them? Name and organization? Thanks! |
|
@weiwangncar I've updated the PR description. Please check. Thanks! |
|
@epn09 Thanks! Another question: what's the diff between AHE 2-byte and 3-byte datasets? Resolution? |
|
I have run a test to process the new data, and it seems to work fine. I placed the data in a subdirectory under WPS_GEOG/slucm/. This requires the change of the location for the data in geogrid/GEOGRID.TBL. Suggestions are welcome. |
putting it to WPS_GEOG/slucm/ sounds good to me. |
|
we will also need to upload it to the wps_geog data website. |
@weiwangncar in most location, AHE can be represented using only 2 bytes. For very few big cities like Tokyo, 3 bytes are needed. Therefore, we separated them to save storage space. There is no tile having data in both 2- and 3-byte format. |
|
@epn09 If you also agree we can put all the new data under a directory slucm/, can you please add slucm/ to the data path such that, for example, rel_path = y2010_ahe:AHE_2010s/2_bytes/ will become rel_path = y2010_ahe:slucm/AHE_2010s/2_bytes/. Can you make the change in the GEOGRID.TBL.ARW file? Thanks. |
|
Is it directory structure satisfactory? I feel like putting green fraction, LAI and modis landuse to |
|
@cenlinhe What's your opinion? |
|
I think Wei's suggestion might be better, since your LAI and MODIS data are designed to work with your urban modifications. We do not want to mess up with the standard WRF/WPS MODIS dataset. I would suggest putting your data under SLUCM or even rename the folder as something like SLUCM_EPN (as a identifier for your scheme's dataset) |
|
@weiwangncar @cenlinhe I've modified |
|
@weiwangncar kvnk is the combination of the initials of the people who developed this model (Khanh, Varquez, Nakayoshi, and Kanda). I have no specific preference for this naming. If you have suggestions about other user-friendly names, please let me know. |
|
I would suggest using the paper-related name, something like: slucm_Khanh2023 (if the paper is Khanh et al., 2023), just my two cents |
|
I think just slucm is fine. Wasn't that the original name in this commit? |
|
So, what's the final decision about naming? |
|
I am fine with slucm. The original reason for me to suggest put a suffix after slucm (e.g., slucm_K23) is to differentiate it from any potential future SLUCM-related data. If this is not a concern, then we can go with slucm for now. |
|
@cenlinhe @weiwangncar I've changed the directory name to |
weiwangncar
left a comment
There was a problem hiding this comment.
Still wonder why the some of the changed files are not related to the table change.
@weiwangncar Those changes are due to the difference between the |
I'm not quite sure what's going on. The |
|
Hello, I accidentally came across this link and decided to ask you.. Is it possible to add data with a resolution of 10m on the land surface. Similar to CORINE Land Cover (https://land.copernicus.eu/en/products/corine- land-cover/clc2018) but with a resolution of 10m, taking the data from CLC+Backbone Thank you for your attention |
|
Hello, I noticed that after enabling distributed_aerodynamics_option, the following code in module_sf_urban.F is executed:
Could you please explain why ZDC is forced to 0 here, instead of being read from the corresponding grid value zd in the met_em* files? |
|
@zhouleo0619-maker Hello. Because under this option, Displacement height in met_em* files is added directly to topography in the real.exe step (see the code here: https://github.com/wrf-model/WRF/blob/f52c197ed39d12e087d02c50f412d90d418f6186/dyn_em/module_initialize_real.F#L626-L633). Therefore, we don't consider it once more in the urban module. |
|
Thank you very much for the clarification.
I really appreciate your help!
Do Ngoc Khanh ***@***.***> 于2025年9月11日周四 10:47写道:
… *epn09* left a comment (wrf-model/WPS#244)
<#244 (comment)>
@zhouleo0619-maker <https://github.com/zhouleo0619-maker> Hello. Because
under this option, Displacement height in met_em* files is added directly
to topography in the real.exe step (see the code here:
https://github.com/wrf-model/WRF/blob/f52c197ed39d12e087d02c50f412d90d418f6186/dyn_em/module_initialize_real.F#L626-L633).
Therefore, we don't consider it once more in the urban module.
—
Reply to this email directly, view it on GitHub
<#244 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BXG5I637R3S5U3X6YAYZT733SDPEVAVCNFSM6AAAAACGGDHAI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTENZXGE3TGNRYGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Author: Do Ngoc Khanh, Shibaura Institute of Technology.
GEOGRID.TBL.ARWto include variables needed for SLUCM with 2D maps of urban morphological parameters and anthropogenic heat.AHE_2010s.tar.gz: 2010s anthropogenic heat. Source: [2].AHE_2050s.tar.gz: Projected 2050s anthropogenic heat. Source: [2].urban_parameters.tar.gz: 2010s and projected 2050s urban parameters. Source: [1].modis_landuse_20class_15s_2010s.tar.gz: The defaultmodis_landuse_20class_15swith all grids with LandScan population density > 1000 people/km^2 converted to urban category (number 13). This was done because we found that the urban area in the defaultmodis_landuse_20class_15swas too small. Better methods or data source are welcomed.modis_landuse_20class_15s_2050s.tar.gz: Same as the above but projected 2050s population density is used.modis_landuse_20class_15s_2010s_with_lakes.tar.gz,modis_landuse_20class_15s_2010s_with_lakes.tar.gz: Same as the above but using the modis with lakes version as the base for modification.greenfrac_fcover_cgls.tar.gzandlai_cgls.tar.gzare the 2010-2019 averages of the CGLS green cover and LAI datasets. Because urban fraction is estimated from green fraction, using this dataset is preferable. One problem with the default MODIS greenfrac and LAI is that they have zero value for urban. They can be selected by adding+cgls_vegto the namelist.wps. Source: [3, 4]. The ensemble average is made by me.modis_veg_no_searchis the same as the default MODIS greenfrac and LAI but with the+searchremoved. The reason is because+searchgenerates artificial patched vegetation patterns for urban areas.Manual: https://urbanclimate.tse.ens.titech.ac.jp/database/slucm_distributed_drags_manual.pdf
Source:
[1] Khanh, D.N., Varquez, A. C. G., & Kanda, M. (2023). Impact of urbanization on exposure to extreme warming in megacities. Heliyon, 9(4).
[2] Varquez, A. C. G., Kiyomoto, S., Khanh, D. N., & Kanda, M. (2021). Global 1-km present and future hourly anthropogenic heat flux. Scientific Data, 8(1), 64.
[3] CGLS Fraction of Green Cover. https://land.copernicus.eu/en/products/vegetation/fraction-of-green-vegetation-cover-v2-0-1km
[4] CGLS Leaf Area Index. https://land.copernicus.eu/en/products/vegetation/leaf-area-index-v2-0-1km