3.2.9 - Get Tar File information

      Action Option -GT (-GetTarfile) :

      retrieves tar file information for specified requests or partitions.

      dsrqst-(GT|GetTarfile) [Mode Options]
        [-(FN|FieldNames) FieldNameString]
        [-(RI|RequestIndex) RequestIndices]
        [-(RN|RequestName) RequestNames]
        [-(PI|PartitionIndex) PartitionIndices]
        [-(TI|TarfileIndex) TarFileIndices]
        [-(WF|WebFile) TarFileNames]
        [-(DS|Dataset) dsnnn.n]
        [-(GI|GroupIndex) GroupIndices]
        [-(SZ|Size) TarFileSize]
        [-(DF|DataFormat) DataFormat]
        [-(AF|ArchiveFormat) ArchiveFormat]
        [-(FD|FileDate) DateReadyOnline]
        [-(FT|FileTime) TimeReadyOnline]
        [-(OF|OutputFile) OutputFileName]
        [-(DB|Debug) DebugModeInfo]

      Mode options that can be specified for getting request Action:

      Use Info option -FN (-FieldNames) to specify what tar file fields to be retrieved. It defaults to 'TFRPSMN' if option -FN is not provided. Tar File information of all available fields is retrieved if -FN ALL is given.

      Valid field names of tar files and their corresponding Info option names:

      -(WD|WithDataset)show Dataset ID for each request tar file
      -(WD|WithDataset)show Dataset ID for each request tar file
      NamesInfo OptionsDescriptions
      T-(TI|TarfileIndex)tarfile index for this small file is tarred
      R-(RI|ReuqstIndex)data request index
      Q-(RN|RequestName)request name/ID
      P-(PI|ParitionIndex)request partition index
      I-(GI|GroupIndex)group index
      B-(DS|Dataset)dataset name/ID, dsnnn.n
      F-(WF|WebFile)tar file name
      S-(SZ|Size)data file size
      M-(DF|DataFormat)data format, i.e. GRIB, NetCDF
      N-(AF|ArchiveFormat)archive format, i.e. TAR, GZ
      O-(DO|DisplayOrder)order the file shown on webpage
      J-(FD|FileDate)date data file ready online
      K-(FT|FileTime)time data file ready online
      D-(DE|Description)description of this file

      Tar file information can be retrieved for specified request indices per option -RI (-RequestIndex) or partition indices per option -PI (-PartitionIndex).



      Back to Top