Urban-Meteorology-Reading / WRF-SUEWS

WRF-SUEWS coupling project
https://wrf-suews.readthedocs.org
MIT License
5 stars 2 forks source link

Grid level parameters: sensible inputs for e.g. urban fraction #33

Closed hamidrezaomidvar closed 5 years ago

hamidrezaomidvar commented 5 years ago

For some of the parameters that are released on the grid level, we need to make sure that their value make sense for each specific grid. For example, Traffic rate cannot be same value for all the grids and should be valid for urban areas. Right now, same value goes to the wrfinputs and this leads to having a non-zero Qf everywhere in the domain. To fix this, I will implement a process that we will be able to mask urban areas and give suitable values for each grid level parameter

hamidrezaomidvar commented 5 years ago

I implemented this. Now the parameters that are related to only urban (e.g. PopDensDaytime, PopDensNighttime ..) will be non-zero just in urban parts.