I have two problems that I can't seem to figure out (using BEP and BEP+BEM). First, I want to add building data into the wrfinput file overwriting the data taken from the land use index (I am using NLCD). However, I can't get all the variables I need to overwrite to output in that file or the wrfout file even after changing them from "ir" to "ir0h" in the registry (though "i" alone should be sufficient, but it's not- see lines 812-816 in Registry.EM_COMMON). BUILD_HEIGHT and BUILD_SURF_RATIO output, but MH_URB2D, STDH_URB2D, and LF_URB2D are not. I've tried manually adding STDH_URB2D to the wrfinput file but it still doesn't appear in the wrfout file and I can't tell if it's actually being used.
Second, I'm not sure what the difference between BUILD_HEIGHT ("Average building height weighted by plan area") and MH_URB2D ("Mean building height") are. Obviously it has something to do with the building's plan area, but I have been unable to find how BUILD_HEIGHT is weighted. If someone knows, please tell me so I can adjust the variable correctly, at the moment I'm simply overwriting the data with the mean building height.
Second, I'm not sure what the difference between BUILD_HEIGHT ("Average building height weighted by plan area") and MH_URB2D ("Mean building height") are. Obviously it has something to do with the building's plan area, but I have been unable to find how BUILD_HEIGHT is weighted. If someone knows, please tell me so I can adjust the variable correctly, at the moment I'm simply overwriting the data with the mean building height.