-
Notifications
You must be signed in to change notification settings - Fork 2
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
W2W vs WRF/WPS interpolation of LCZ values #3
Comments
I can confirm. I m not sure what the original question is, but if you use W2W then these values are set by default. In addition: the next release of WRF/WPS will allow you to use LCZs without having to use W2W. All of the required pre-processing will be done within WRF/WPS. It is for that reason I created the hybrid Copernicus-Modis-LCZ land use map. Best, |
Thank you for jumping in, @matthiasdemuzere
Do you mean that W2W has hard-coded values for e.g. building heights, regardless of the setting in URBPARM_LCZ.TBL? We will likely keep using your tool in the FPS
Do you mean 4.5 (released a few days ago)? or is it intended for 4.5.1? 4.6? There seems to be already some capability to process your new data in v4.5 |
Hi all, In version 4.5 you can find the LCZ map at 100m resolution. However, regarding the interpolation method to create point-by-point values has not been released yet, I'm working on it! |
@andreazonato, is this w2w interpolation method planned for the upcoming WPS v4.6? |
Regarding to that, be aware. |
Thank you, Lluís. @AndresSimon was also looking into this lately. This is related to #7, as the file developed there might not be used if we keep using w2w |
I realized that even though the variables inside URB_PARAM reach the wrfinput_d02 file as BUILD_AREA_FRACTION, BUILD_HEIGHT and BUILD_SURF_RATIO, they are not considered by BEP, which ends up using the values in URBPARM_LCZ.TBL. |
Hi Andres. That's pretty strange since it shall read them inside BEP-BEM and overwrite them once inside BEP-BEM. Can you put a print inside to check wether the values are true? |
Hi Andrea, Where in BEP-BEM are read? |
That means that they are 0. And that is strange. And you said they are correctly defined in the wrfinput right? |
Yes, the values in wrfinput make sense. |
call icBEPHI_XY(iurb,hb_u,hi_urb1D,ss_urb,pb_urb, & Here! If values are present, LCZ values are replaced! |
Sorry, I am not sure if this is the case. |
From WRFcoordination created by jesusff: FPS-URB-RCC/WRFcoordination#1
https://github.com/FPS-URB-RCC/WRFcoordination/blob/c7f3201f515edac779f5c68c052c6bd18ea94d4b/URBPARM_LCZ.TBL#L598-L603
Lluís: Seems to me it should be 6?
Oscar: It should be 2. We have put 5 a while ago with Alberto because BEP only accepted levels of 5 m in the past.
The text was updated successfully, but these errors were encountered: