An open API service indexing awesome lists of open source software.

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

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