madhavijain
New member
I am trying to ingest city specific urban canopy parameters that I developed using buildings heights and footprints data. The UCPs I built were: 1) Mean Building Height, 2) Distribution of building heights for 5m bins, 3) Area weighted mean building height, 4) Standard deviation of building height, 5) Plan area fraction, and 6) Building surface to plan area ratio. All of the geotiff files were successfully converted to WPS binaries.
QUESTIONS-
1) For Distribution of building heights for 5m bins UCP, I have separate files for bins: 0-5m, 5-10m, 10-15m, 15-20m, 20-25m, 25-30m, 30-35m, 35-40m, 40-45m, 45-50m, >50m. Is this correct or should I have more bins till the maximum height of the building in the city (e.g. 540m for NYC)? Is there a standardized number of bins that WRF expects, and maybe in that case >50m bin would be wrong?
2) I am wondering what all needs to be added in the GEOGRID.TBL? Should I add sections like this for each of the UCP separately? How does this work out for the Distribution of building heights for 5m bins UCP?
===============================
name=FRC_URB2D
priority=1
optional=yes
dest_type=continuous
fill_missing = 0.
interp_option=default: average_gcell(2.0)+four_pt
rel_path=default:urbfrac_XXX/
flag_in_output=FLAG_FRC_URB2D
===============================
3) Do we just rerun geogrid.exe after editing the GEOGRID.TBL or do we need to make additional changes in the WRF/Registry/Registry.EM_COMMON file?
QUESTIONS-
1) For Distribution of building heights for 5m bins UCP, I have separate files for bins: 0-5m, 5-10m, 10-15m, 15-20m, 20-25m, 25-30m, 30-35m, 35-40m, 40-45m, 45-50m, >50m. Is this correct or should I have more bins till the maximum height of the building in the city (e.g. 540m for NYC)? Is there a standardized number of bins that WRF expects, and maybe in that case >50m bin would be wrong?
2) I am wondering what all needs to be added in the GEOGRID.TBL? Should I add sections like this for each of the UCP separately? How does this work out for the Distribution of building heights for 5m bins UCP?
===============================
name=FRC_URB2D
priority=1
optional=yes
dest_type=continuous
fill_missing = 0.
interp_option=default: average_gcell(2.0)+four_pt
rel_path=default:urbfrac_XXX/
flag_in_output=FLAG_FRC_URB2D
===============================
3) Do we just rerun geogrid.exe after editing the GEOGRID.TBL or do we need to make additional changes in the WRF/Registry/Registry.EM_COMMON file?