!-------------------------------------------------------------------- 
! 
!      cdbarc RESOURCE FILE
!
!      This file is used to construct the trigger, error, and success status
!      fields in the observation status file.
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!            PR
!   DATE   NUMBER  User   Description
! -------- ------  ------ -------------------------------------
! 04/23/03 48141   MSwam  first version
! 02/28/05 51433   MSwam  use cdb_archive_prep instead
!
!--------------------------------------------------------------------
PROCESS_NAME = cdbarc		! Short name for process id
TASK = <cdb_archive_prep.py -p $PATH_FILE -r cdbarc>
DESCRIPTION = 'Prepare CDBS files for archiving'
SYSTEM = CDBS
CLASS = cdb

OSF_RANK = 1			! First Trigger
OSF_TRIGGER1.AR = w             !
OSF_TRIGGER1.DATA_ID = ref	!

OSF_PROCESSING.AR  = p		! Set flag while 'Processing'

OSF_NORMAL.AR      = c		! 
OSF_NORMAL.RQ      = n		! 
OSF_NORMAL.RS      = n		! 
OSF_NORMAL.TA      = w		! Wait for next stage

OSF_ERROR.AR       = e		! 

POLLING_TIME       = 10		  ! Wait (seconds) before polling for next 
INPATH             = cdbs_input_dir
ARCHIVE_DIR        = cdbs_archive_dir !location for files awaiting archiving
OSF_STATUS         = nnw   ! column settings for reffile archiving OSFs
