29.01.2015 Views

CALPUFF and Postprocessors

CALPUFF and Postprocessors

CALPUFF and Postprocessors

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

FLUXBDY.DAT File - Data Records<br />

The FLUXBDY.DAT file contains "NBNDRY" groups of boundary coordinates <strong>and</strong> related data. Each<br />

group of records consists of a single data header record (see Table F-50) followed by a variable number of<br />

data records (see Table F-51) containing the X <strong>and</strong> Y coordinates of each point used to define the<br />

boundary. The number of boundaries (NBNDRY) must not exceed the maximum number specified in<br />

the parameter file (MXBNDRY), <strong>and</strong> the number of points used to define a boundary must not exceed its<br />

maximum (MXPTBDY). See the PARAMS.PUF file for the specification of the MXBNDRY <strong>and</strong><br />

MXPTBDY variables.<br />

Sample Fortran read statements for FLUXBDY.DAT data records are:<br />

+))) Loop over "NBNDRY" boundaries (i)<br />

*<br />

* READ(iunit,*)ADIR, ALABEL<br />

*<br />

* +))) Loop over data points (j)<br />

* *<br />

* * READ(iunit,*)XKM(i,j), YKM(i,j)<br />

* *<br />

* .))) End loop over data points<br />

*<br />

.))) End loop over boundaries<br />

where the following declarations apply:<br />

REAL XKM(mxbndry,mxptbdy),YKM(mxbndry,mxptbdy)<br />

CHARACTER*2 ADIR<br />

CHARACTER*12 ALABEL<br />

MAR 2006 – <strong>CALPUFF</strong><br />

F-202

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

Saved successfully!

Ooh no, something went wrong!