https://github.com/joseagustin/nei_2011_radm
Read binary data from NEI2011 and convert into Netcdf files to be used by WRF-chem RADM2 mechanism
https://github.com/joseagustin/nei_2011_radm
converts netcdf-files wrf-chem
Last synced: 3 months ago
JSON representation
Read binary data from NEI2011 and convert into Netcdf files to be used by WRF-chem RADM2 mechanism
- Host: GitHub
- URL: https://github.com/joseagustin/nei_2011_radm
- Owner: JoseAgustin
- License: gpl-3.0
- Created: 2018-04-27T20:52:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T14:23:51.000Z (almost 4 years ago)
- Last Synced: 2024-01-31T19:44:19.017Z (over 2 years ago)
- Topics: converts, netcdf-files, wrf-chem
- Language: Makefile
- Homepage:
- Size: 908 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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