awips2/nativeLib/rary.ohd.calb/inc/common/rdwtco
root 9f19e3f712 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

21 lines
1 KiB
Text

C Common block: rdwtco
C------------------------------------------------------------------------------
C notes: (1) This common block stores the information used when
C reading/writing the carryover array from/to an external
C file.
C (2) The NWSRFS system file FILEUNIT contains the unit
C number definitions for each file to be opened.
C------------------------------------------------------------------------------
C variables:
C
C jrdco .... flag indicating whether carryover is to be read (0 or 1)
C jwtco .... flag indicating whether carryover is to be written
C (0 or 1).
C rdcofl .... name of file from which to read carryover
C wtcofl .... name of file to which to write carryover
C------------------------------------------------------------------------------
character rdcofl*32, wtcofl*32
integer jrdco, jwtco
common / rdwtco / jrdco, jwtco, rdcofl, wtcofl