Merra2BC is an interpolation utility, which creates for a WRF-Chem simulation initial and time-varying chemical boundary conditions (IC&BC) based on MERRA-2 reanalysis.
Merra2BC is written on Python and requires: NetCDF4 interface to work with netCDF files and SciPy interpolation package.
- run real.exe, which will produce wrfinput and wrfbdy files
- download required MERRA-2 collections
- run git clone https://github.com/saneku/Merra2BC.git
- edit config.py
- run python zero_fields.py to zero required fields (since utility will add values to the existing)
- run python main.py
- modify namelist.input file at section &chem (have_bcs_chem = .true. for BC chem_in_opt = 1 for IC )
- run wrf.exe