29.01.2015 Views

Table of Contents - The Atmospheric Studies Group at TRC

Table of Contents - The Atmospheric Studies Group at TRC

Table of Contents - The Atmospheric Studies Group at TRC

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Section 9: CALPUFF<br />

<strong>Table</strong> 9-56 (Concluded)<br />

Unform<strong>at</strong>ted WFLX.DAT file - Header<br />

Header Record NCOM+15 - Volume Source Names (Variable Emissions File)<br />

(Included only if NVL2 > 0)<br />

No. Variable Type Description<br />

1 ISTYPE integer Source type (8)<br />

2 CNAMVL2 C*16 array Source names<br />

C*16 = Character*16<br />

WFLX.DAT File - D<strong>at</strong>a Records<br />

<strong>The</strong> WFLX.DAT d<strong>at</strong>a records consist <strong>of</strong> a set <strong>of</strong> "NWFOUT+1" records for each hour <strong>of</strong> the CALPUFF<br />

runs (NWFOUT is the number <strong>of</strong> species flagged as being stored in the output file). <strong>The</strong> first record <strong>of</strong><br />

each set contains the d<strong>at</strong>e and hour <strong>of</strong> the d<strong>at</strong>a in the records which follow it. <strong>The</strong> next "NWFOUT"<br />

records contain predicted one-hour averaged wet deposition fluxes in g/m 2 /s for each relevant species (see<br />

<strong>Table</strong> 9-57).<br />

Sample FORTRAN read st<strong>at</strong>ements for the d<strong>at</strong>a records (in uncompressed form<strong>at</strong>) are:<br />

READ(iunit)nyrb,njulb,nhrb,nsecb,nyre,njule,nhre,nsece<br />

READ(iunit) istype,isnum,sname,sxkm,sykm<br />

┌─ LOOP OVER WET DEPOSITED SPECIES STORED ON DISK<br />

│<br />

│ GRIDDED RECEPTOR WET FLUXES<br />

│<br />

IF(LSGRID)READ(iunit)CWFG,WFLXG<br />

│<br />

│ DISCRETE RECEPTOR WET FLUXES<br />

│<br />

IF(NDREC.GT.0)READ(iunit)CWFD,WFLXD<br />

│<br />

└─ END LOOP OVER WET DEPOSITED SPECIES STORED ON DISK<br />

where the following declar<strong>at</strong>ions apply:<br />

Character*15 CWFG,CWFD<br />

9-293

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!