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.

COASTLN.DAT File - Data Records<br />

The COASTLN.DAT file contains "NCOAST" groups of coastal coordinates <strong>and</strong> related data. Each<br />

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

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

coastline. The number of coastlines (NCOAST) must not exceed the maximum number specified in the<br />

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

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

MXPTCST variables.<br />

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

+))) Loop over "NCOAST" coastlines (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 coastlines<br />

where the following declarations apply:<br />

REAL XKM(mxcoast,mxptcst),YKM(mxcoast,mxptcst)<br />

CHARACTER*2 ADIR<br />

CHARACTER*12 ALABEL<br />

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

F-195

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

Saved successfully!

Ooh no, something went wrong!