copyright (C) 2001  MSC-RPN COMM  %%%MC2%%%
*
*     * trig_rstrt = .true. : use time2stop to trigger restart
*     * time2stop  = UTC time (HHMMSS) at which to trigger restart
*
      logical  trig_rstrt
      integer  time2stop
      common /ms/ trig_rstrt,time2stop
*