JoseAgustin / NEI_2011_radm

Read binary data from NEI2011 and convert into Netcdf files to be used by WRF-chem RADM2 mechanism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEI_2011

Reads binary files and converts into a NetCDF files for modeling air quality in WRF-chem using the RADM2 chemical mechanism.

Input files

  • wrfem_00to12z_d01 binary file generated by NEI_2011 from 1 to 12 hour
  • wrfem_12to24z_d01 binary file generated by NEI_2011 from 12 to 24 hour
  • wrfinput Same projection and dimensions as wrfem files
  • domain.nml Domain namelist

Output files

  • wrfchemi_00z_d01 netcdf file with attributes, dimensions from wrfinput and emissions from wrfem_00to12z_d01
  • wrfchemi_12z_d01 netcdf file with attributes, dimensions from wrfinput and emissions from wrfem_12to24z_d01

Domain namelist

Contains the dimensions of wrfem_00to12z_d01 and should be the same in wrfinput

 $dom_dims
 IX=352       ! number of cell grid in W-E direction
 JX=225       ! number of cell grid in S-N direction
 KX=8         ! number of vertical levels
 /

Compiling

In the directory source do ./configure then make

Emissions from ftp://aftp.fsl.noaa.gov/divisions/taq

About

Read binary data from NEI2011 and convert into Netcdf files to be used by WRF-chem RADM2 mechanism

License:GNU General Public License v3.0


Languages

Language:Makefile 64.1%Language:Shell 17.0%Language:Fortran 16.6%Language:M4 2.3%