5.9.3. Files and Environment Variables

5.9.3.1. Input Files
5.9.3.2. Input Environment Variables
5.9.3.3. Output Files

5.9.3.1. Input Files

File Name Format Description
INFILE I/O API NetCDF 2-D hourly, gridded, speciated inputs from Smkmerge. INFILE should be set to logical file name AGTS_[L|S], BGTS_[L|S], MGTS_[L|S], PGTS_[L|S], or EGTS_[L|S], which are the output files from Smkmerge.
MET_CRO_3D I/O API NetCDF Meteorology file contains a variable “ZF” which is full-layer height above ground (m)
LAYER_FRACTION ASCII

File that lists the layer top and bottom heights in meter(s) along with a percentage factor. For example, the following LAYER_FRACTION file sample would distribute 2-D emissions into multiple model layers based upon five user-defined layers.

No., Bottom Ht(m), Top Ht(m), Fraction
1,         0,        100,        0.60
2,       100,        200,        0.20
3,       200,        400,        0.10
4,       400,        600,        0.07
5,       600,       1000,        0.03

5.9.3.2. Input Environment Variables

None

5.9.3.3. Output Files

File Name Format Description
LOGFILE ASCII Log generated from executing Layalloc
OUTFILE I/O API NetCDF 3-D hourly, gridded, speciated emissions, adjusted based on LAYER_FRACTION.