Figure 7 shows the input and output files for the PDM. The input file PDM_PING_O is only used when continuing a simulation from a previous day. Additional output files may also be written, in addition to the file shown in Figure 7. These diagnostic outputs are activated by setting the IPRFLG environment variable to “T” during execution.
Table 5.13. PDM input files
| File Name | Format | Description |
|---|---|---|
| STACK_MEPSE | GRDDED3 | GMajor emitting point source emissions file that identifies the elevated emissions sources to receive PinG treatment in the CCTM; output from and emissions program such as SMOKE or CONCEPT |
| GRID_CRO_2D | GRDDED3 | Time-independent 2-D cross point meteorology file; this file is output by MCIP |
| GRID_DOT_2D | GRDDED3 | Time-independent 2-D dot point meteorology file; this file is output by MCIP |
| MET_CRO_2D | GRDDED3 | Time-dependent 2-D cross point meteorology file; this file is output by MCIP |
| MET_DOT_3D | GRDDED3 | Time-dependent 3-D dot point meteorology file; this file is output by MCIP |
| MET_CRO_3D | GRDDED3 | Time-dependent 3-D cross point meteorology file for defining the vertical layer structure of the model grid; this file is output by MCIP |
| PDM_PING_O | GRDDED3 | Previous day PinG output file for restarting the simulation |
| GRIDDESC | ASCII | Horizontal grid description file for defining the model grid; this file is output by MCIP or can be created by the user |
The configuration options listed here are set during compilation of the PDM executable. None of these options will affect the results of the PDM simulation; they only control the behavior of the program M3BLD in creating the PDM executable.
Defines the action to be taken by the program M3BLD when extracting source code from CVS and compiling an executable.
Uncomment to build a Makefile to compile the executable
Section 3.3 provides an overview of how to install and compile the CMAQ programs for the tutorial simulation. While the tutorial does not contain an exercise on using the PDM, the steps required to compile the PDM are virtually the same as those required to compile the other CMAQ programs, such as BCON. Follow these steps to compile the PDM:
./bldit.pdm.pgf
Executable to use for the simulation
Uncomment to capture CCTM standard output to a log file; the LOGFILE variable sets the name and location of the log
Beginning date of the PDM simulation
Beginning time of the PDM simulation
Duration of the PDM simulation
Continuation flag; set to 0 for the first simulation day and 1 for all other days
Methods for calculating the standard deviation of the turbulent component v and the Lagrangian time scale method
Methods for calculating the standard deviation of the turbulent component y
Wind shear effects on plume
Interpolation method [need more description]
Plume thickness calculation methods [need more description]
Flag for activating the creation of additional diagnostic files
Vertical partitioning flag [need more description]
Plume hand over criteria [need more description]
Plume initialization width (m)
Cross-plume wind-shear factor [need more description]
Wind speed shear factor [need more description]
Vertical plume spread factor [need more description]
Width factor for plume sections [need more description]
Starting plume width size (m) [need more description]
Controls the maintenance of existing log files.
PDM output file directory location
Grid description file for setting the horizontal grid definition
Name of the grid definition contained in the GRIDDESC file that specifies the horizontal grid for the current application of the model
Name and location of a MET_CRO_3D file for specifying the vertical layer structure for the current application of the model
Table 5.14. PDM output files
| File Name | Format | Description |
|---|---|---|
| PDM_PING_1 | GRDDED3 | Name and location of the time-dependent, 3-D active plume file |
| NFOUT_1 | Optional diagnostic plume rise output | |
| NFOUT_2 | Optional diagnostic plume parameters | |
| NFOUT_3 | Standard diagnostic plume parameters |
The default location of the PDM output files is the $M3DATA/pdm directory, controlled by the OUTDIR variable in the run script. The default naming convention for all PDM output files uses the APPL environment variable in the file name. All of the file naming variables for PDM outputs are set in the run script.