C RCS file, release, date & time of last delta, author, state, [and locker] C $Header: /project/air5/sjr/CMAS4.5/rel/models/include/ICL/src/procan/pa_noop/PA_CTL.EXT,v 1.1.1.1 2005/09/09 19:03:10 sjr Exp $ C what(1) key, module and SID; SCCS file; date and time of last delta: C @(#)PA_CTL.EXT 1.2 /project/mod3/ICL/src/procan/pa_noop/SCCS/s.PA_CTL.EXT 07 Jul 1997 11:08:16 C....................................................................... C INCLUDE FILE PA_CTL.EXT C C CONTAINS: Control parameters for Process Analysis C C DEPENDENT UPON: Mechanism Input file C C CREATED BY: Process Analysis Control Program C 08:02:47 EDT July 7, 1997 C C....................................................................... cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc c The following variables are used to control calls to the Integrated c Process Rate and Integrated Reaction Rate routines cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc c LIPR = Flag for calculating Integrated Process Rates c LIRR = Flag for calculating Integrated Reaction Rates cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc LOGICAL LIPR PARAMETER (LIPR = .FALSE.) LOGICAL LIRR PARAMETER (LIRR = .FALSE.) C............ End of Process Analysis CONTROL Include File....................