SUBROUTINE REDAILY ( SSN, MONTH, IDAY )

Argument Definitions (+ indicates altered content)
INTEGER            IDAY,       MONTH
REAL               SSN
Description
redaily.f 
        Modified 12/28/94 by Greg Hand to handle daily F2 
        for Falcon AFB 
   This routine reads and calculates the daily F2 array (F2COF) 
   FOR MONTH,day AND SUNSPOT NUMBER
Source file:redaily.f
I/O Operations:
Unit ID  Unit No       Access  Form   Operation
               27         SEQ   UNF         OR   
               27         SEQ          A         
               27                         C      

Operation codes A=rewind,B=backspace,C=close,E=endfile
                I=inquire,O=open,R=read,W=write
Intrinsic Functions Called
GENERIC            COS,        SIN
External Functions and Subroutines Called
INTEGER            LCOUNT
Local Variables (+ indicates altered content)
INTEGER           +I,         +ITRUN,     +J,         +KFOF2R
INTEGER           +MONN(13),  +NCH_RUN
REAL              +C(9),      +C2,        +DJR,       +PI2
REAL              +S2,        +TFLUX,     +XF2COF(13,76,2)
Referenced Common Block Variables (+ indicates altered content)
CRUN_DIRECTORY     CHARACTER*50       RUN_DIRECTORY
ONE                REAL              +F2COF(13,76)