Modify the area inside a bounding box¶
WRFtailor can modify the WRF input data (grid points) inside a bounding box specified by latitudes and longitudes. by providing the desired variable to be modified and a polynomial to replace the values of the desired variable.
All required settings can be managed by a text file (namelist.wrf).
Example¶
Modify WPS geographical data (geo_em.d01.nc and geo_em.d02.nc):
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 ALBEDO12M in the area inside a bounding box specified by north_lat, south_lat, west_long, and east_long, will be modified and replaced by ALBEDO12M * 3. substitute_var_levels2 specifies the levels for ALBEDO12M, which is the month of the year.
Parent domain and nested domains for the WRF input data (geo_em):
WRF domain structure¶
Nested domain will be tailored as shown below:
Variable ALBEDO12M, modified by WRFtailor¶
Parent domain will be tailored as shown below:
Variable ALBEDO12M, modified by WRFtailor¶