#            file name where alive host name list is given
alive	alive
#            Cosmos executiable program path
prog	~/Cosmos/UserHook/VFluxmu/cosmosDECALPHA
#            namelist input file to cosmos
input	~/Cosmos/UserHook/VFluxmu/paramNorikura
#            copies of parameter files (param, primary, cutoff)
#            will be kept under paramOut/hostname/ with the following names:
#            param, primary, cutoff, exeConfig
#            ContFile, SeedFile, SkeltonFile are forced to be in
#            the same directory with 
#            ContInfo, Seed, SkeltonParam  (paths in "param" are neglected).
#            In "param" namelist data,  PrimaryFile = '....' etc must not
#            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#            be separated into two lines (must be one line however long).
#            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#            space must exist before and after "="
#            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
paramOut ~/Cosmos/UserHook/VFluxmu
#            output data will be placed in datadir/hostname/datafile
datadir	/tibet/work01/kasahara/CosmosData/VFluxmu
datafile  ByNewLund2
#               the main output may  be piped with the following pipe
#               operation.  This may be, say,
#               |  gzip
#               or  even.
#               | awk 'NF>1 {print}'  | gzip
##               Note you need | symbol too. If not need, keep blank.
# pipe1	 | awk '$1!="Param" && $1!="HParam" {print}'
pipe1	 
#               output should be appended to the existing file or not
append  no
#
#
#  ***********  below is used only by "collect"  job *******
#
#               collector host name (be sure to attach domain name if
#               it is in a different domain than the data files)
#               Note: if the user id at the collector host is different
#               from the current one, attach "-l loginname"
#
collector	caalp1.clab.se  -l kasahara
#
#         	device name (8mm tape or path to a large disk dir)
#               if media is a disk dir, the format would be like
#               media	./foo/data
#                or    
#               media /fullpath/data
#               where ./ means home in the collector.
#                    In the case of disk file, parameters are
#                    written with the file names of
#                     epics, detConfig, sepics, primary, execConfig
#                     (if multiple sepics is to be written, 
#                      $media/$hostname/sepics is used.)
#                      the main data is output in $media/$hostname/$datafile2
#                     (consecutive  no)
#                     or $media/$datafile2  (consequtive yes)
#                     if datafile2 is blank $datafile is used
# datafile2       data2.gz

datafile2  

#  media	/dev/nrmt0m
media	/Garden/kasahara/FulAS
#		output block size (used if media is 8mm tape)
obs	16k
#    		ignore main data whose size   is less than this
#               (B)(if main data is ignored, accompanying speics is
#                also  ignored)
minsize	 0
#		if disk file is used to output data, all data
#               is put together or not
consecutive	no
#               cosmos namelist data should be written or not.
#               if 0, no output. if 1, written at the head of
#               the tape
#               
param	1	
#		primary file output specification
#               in this case if 2 is given, it will be written 
#               before the main data at each host.
primary  1
#               execution configuration output specification
execconfig 1
#               output specification for cutoff file. 
cutoff	1
#               if you want to, say, compress before putting the main data 
#               into tape or disk, give pipe operation for that.
#               you need  | symbol too, like,
#                 pipe   | gzip
#                 pipe   | unzip
pipe2	
#

