Hi folks!
I have problem with NO2 calaculation.
Here's the species list in calpuff.inp:
------------
Subgroup (3a)
------------
The following species are modeled:
! CSPEC = SO2 ! !END!
! CSPEC = SO4 ! !END!
! CSPEC = NO ! !END!
! CSPEC = NO2 ! !END!
! CSPEC = HNO3 ! !END!
! CSPEC = NO3 ! !END!
! CSPEC = CO2 ! !END!
! CSPEC = CO ! !END!
! CSPEC = PM25 ! !END!
! CSPEC = PM10 ! !END!
! CSPEC = TSP ! !END!
---------------------------
SPECIES (or GROUP for combined species) LIST FOR OUTPUT OPTIONS
---- CONCENTRATIONS ---- ------ DRY FLUXES ------ ------ WET FLUXES ------ -- MASS FLUX --
SPECIES
/GROUP PRINTED? SAVED ON DISK? PRINTED? SAVED ON DISK? PRINTED? SAVED ON DISK? SAVED ON DISK?
------- ------------------------ ------------------------ ------------------------ ---------------
! SO2 = 1, 1, 1, 1, 1, 1, 1 !
! SO4 = 1, 1, 1, 1, 1, 1, 1 !
! NO = 1, 1, 1, 1, 1, 1, 1 !
! NO2 = 1, 1, 1, 1, 1, 1, 1 !
! HNO3 = 1, 1, 1, 1, 1, 1, 1 !
! NO3 = 1, 1, 1, 1, 1, 1, 1 !
! CO2 = 1, 1, 1, 1, 1, 1, 1 !
! CO = 1, 1, 1, 1, 1, 1, 1 !
! PM25 = 1, 1, 1, 1, 1, 1, 1 !
! PM10 = 1, 1, 1, 1, 1, 1, 1 !
! TSP = 1, 1, 1, 1, 1, 1, 1 !
And here are lines in calpost.inp:
Conc/Dep Flux File MODEL.DAT ! MODDAT =/home/nebojsa/cases/zg_hep/calpuff/calpuff.con !
(NO2CALC) -- Default: 1 ! NO2CALC = 1 !
(RNO2NO2) -- Default: 1.0 ! RNO2NO2 = 1.0 !
NO2 concentration(ug / m3)
(CNO2) -- No default
! CNO2 = 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0 !
NO2/NO2 ratio for each NO2 concentration:
(TNO2NO2) -- No default
! TNO2NO2 = 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 !
Variable Default Assignment (VARIABLE = v(1), v(2), ... v(NSPEC))
-------- ------- ------------------------------------------------
Species (none) !ASPEC = NO2 !
Layer 1 !ILAYER = 1 !
Units 1 !IPRTU = 0 !
And here's the end of the calopst.lst:
ERROR IN SUBR. READIN -- Error in input data --
Variable not found in variable dictionary
Variable: RNO2NO2
Variable Dictionary: METRUN ISYR ISMO ISDY ISHR ISMIN ISSEC IEYR IEMO
IEDY IEHR IEMIN IESEC NHRS ASPEC NREP LBACK ILAYER
LG LD LCT LDRING A B NDRECP IBGRID JBGRID
IEGRID JEGRID NGONOFF MSOURCE MSAMPLER BTZONE MCALMPRO MET1FMT NO2CALC
RNO2NOX CNOX TNO2NOX NSPEC MINHR_L PPB_UGM3 CNOX_S TNO2NOX_S CNOX_L
TNO2NOX_L ABTZ HRPROC NDRGRP
Where I made mistake. Other species, SO, SO2, PM10,... work just fine.
Thanks for suggestions!