Modify WRF input data by the whole nested domain#
WRFtailor can modify the WRF input data (grid points) over the whole nested domain. The nested domain is always the smallest one. For example, if there are one parent domain, one subdomain, and one sub-subdomain, the 3rd domain will be selected.
All required settings can be managed by a text file (namelist.wrf).
Example#
Modify WRF/Chem emissions data (wrfchemi_d01_2021-01-22_00:00:00, wrfchemi_d02_2021-01-22_00:00:00, and wrfchemi_d03_2021-01-22_00:00:00):
Provide the paths to the files in namelist.tailor:
Set namelist.tailor to modify the values of the desired variables:
In the table above, the variable E_CO over the smallest nested domain, will be modified and replaced by E_NO * 0, which turns the values to zero.
Parent domain and nested domains for the WRF input data (geo_em):
WRF domain structure#
Nested domain will be tailored as shown below:
Variable E_CO, modified by WRFtailor#
Nested domain will be tailored as shown below:
Variable E_CO, modified by WRFtailor#
Parent domain will be tailored as shown below:
Variable E_CO, modified by WRFtailor#