Page 1 of 2 ID#: C00542I309000 RSIC# CCC-542 CODE PKG NAME: CAP-88 ORIGINAL COMPUTER: IBM 3090 Transmitted on 1 DS/HD 5.25 (1.2MB) DOS TEST COMPUTER: IBM 3033 PACKAGED: 02/27/90 MOST RECENT UPDATE:12/04/90 DOWNLOADED TO DISKETTE: 06/93 ************************************************************************** 1. README.RSI - important information ASCII 640 2. CCC542.EXE - compressed file BINARY 884888 containing the files listed below. To uncompress, place diskette in PC and type CCC542. ************************************************************************** CHARACTER LOGICAL DCB DESCRIPTION TYPE RECORDS PARAMETERS ************************************************************************** 1. PREPAR2 - Fortran 77 AIRDOS2 input processor. ASCII 3178 FB 6400 80 modified (9/90) 2. AIRDOS2 - Fortran 77. | 3052 | | | 3. PREDA - Fortran 77 DARTAB input processor. | 362 | | | 4. DARTAB2 - Fortran 77 source. | 5747 | | | 5. SECPOP3A - Fortran code to create population file| 269 | | | 6. RADRISK.BCD - Contains dose and risk factors | 57163 | | | for radionuclides. DARTAB2 reads this file in | | | | binary form to calculate doses and risks. | | | | 7. ALLRAD88.DAT - Radionuclide data read by PREPAR2.| 3259 | | | 8. PRDPOP.DAT - PREDA input data for a population | 25 | | | run. 9. GETSTAR.JCL - executes SAS program to create a | 22 | | | meteorological file. | | | | 10. GETPOP.JCL - Creates a population file. | 17 | | | Executes SECPOP3A.FOR. | | | | 11. GENERIC.JCL- Includes data set names | 168 | | | corresponding to tape file names for | | | | the sample cases. 12. SAMPLE.JCL - JCL EPA used to execute test case. | 168 | | | 13. SAMPLE.STAR - Example of star(meteorological) | 112 | 6132 84 data. 14. SAMPLE.POP - Example of a population file. | 53 | 6400 80 *** The following 3 files comprise the output from the sample case. *** 15. SAMPLE.ERROR - Example of an output error file. | 235 | 3990 133 16. SAMPLE.OUTPUT - Example output from sample case.| 2602 | | | 17. SAMPLE.SYNOPSIS - Example synopsis output. | 192 | | | 18. CHAIN - Fortran to calculate buildup factors, F1| 203 | 6400 80 through F5, used to account for increased | | | | activity of a progeny as a result of the decay | | | | of a parent. 19. U100Y02 - Input file for CHAIN. | 16 | | | 20. TY100Y02 - Input file for CHAIN. | 12 | | | 21. RADFMT - JCL and Fortran used to convert RADRISK| 37 | | | data in file 6 to binary. Must be run before | | | | executing the sample cases. | ------ | | | (Requires 200 feet of tape) total logical records 76,792 Page 2 of 2 RSIC# CCC-542 CODE PKG NAME: CAP-88 ORIGINAL COMPUTER: IBM 3090 TEST COMPUTER: IBM 3033 PACKAGED: 02/27/90 MOST RECENT UPDATE:12/04/90 ************************************************************************** CHARACTER Number of DESCRIPTION TYPE Bytes ************************************************************************** * Note that only the circular grid configuration works in this version of AIRDOS2. (Option(2)=1 in MAIN program input parameters.) ***Files 22-27 refer to a typical individual run.*** 22.PINELASI.JCL - job control file 12/03/90 ASCII 5024 23.PINELLAS.POP - population arrays 12/03/90 ASCII 4306 24.TPA0662.STRL - wind speed, direction 12/03/90 ASCII 9633 and stability class arrays. 25.JOAIND.DAT - PREDARTAB file 12/03/90 ASCII 949 26.PINELASI.OUT - output file 12/03/90 ASCII 46325 27.PINELASI.SYN - synopsis report 12/03/90 ASCII 3221 ************************ MAY 1990 NOTES ****************************** Users should be alerted to a problem in PREPAR. Variable FORM in Subroutine GET_WIND is declared CHARACTER * 80, then read with a 20A4 format. Change the format to read A80. To avoid calculating agricultural data, a NAMELIST variable must be set false. Variable FOODARRAY_GEN_AUTO in NAMELIST AG D must appear before the AG A data. The population data must be read from a file and cannot be placed in line in the JCL file. Organ dose tables in the synopsis report only print the first seven organs. For other tables 11 are allowed. When performing assessments on Radon-222, include no other nuclides in the run. ************************ JULY 1990 NOTE ****************************** There is a discrepency between documentation and the population data distributed in this package. In the PRDPOP data in file 8, the variable REPPER is 0.0141133. The correct value as stated in the original AIRDOS-EPA document (ORNL-5532) is 0.014133. The sample case output on tape used the value REPPER=0.0141133 as given in file 8. ********************************************************************************