3.3.1 - Set Group Information

      Action Option -SG (-SetGroup) :

      creates and modifies group information into RDADB for a given dataset number. One or multiple groups can be processed each time.

      dsarch[-(DS|Dataset)] dsnnn.n [-](SG|SetGroup) [Mode Options]
        [-(GI|GroupIndex) GroupIndices]
        [-(GN|GroupName) GroupNames]
        [-(PI|ParentIndex) ParentGroupIndices]
        [-(TI|Title) GroupTitles]
        [-(GT|GroupType) GroupTypes]
        [-(GP|GroupPattern) FileNamePatterns]
        [-(BF|BackupFlag) QuasarBackupFlags]
        [-(SP|SavedPath) SavedFilePaths]
        [-(WP|WebPath) WebFilePaths]
        [-(ML|MetaLink) MetadataLinks]
        [-(NW|NoteWeb) WebNotes]
        [-(NI|NoteInternal) InternalNotes]
        [-(LN|LoginName) LoginAccountName]
        [-(DB|Debug) DebugModeInfo]

      Mode options that can be specified for setting group action:

      If a group index per option -GI (-GroupIndex) exists in RDADB already for the specified dataset, group record is modified; otherwise, a new group record is added. For a new group record, a unique group index number must be provided.

      A tree structure of groups can set by using subgroups. A subgroups is created if its parent group index is identified per options -PI (-ParentIndex). Theoretically there is no limits how many levels of subgroups can be set. As default, three subgroup levels are displayed on group list webpages; but it can be reset to any number by option -GL (-GroupLevel) per action -SD (-SetDataset).

      If a group type is changed from P to I, all its subgroups are set to I recursively, and all Saved/Web Files under the group or its subgroups are also set to I.


      EXAMPLE 6.

      Set Multiple Group Information Of Ds744.4 Via Input File 'ds744.4.grp'

      -(NT|NoTrim)skip trimming of spaces and comments from input
      -(RT|ResetTGroup)reset top group index for all the Saved/Web file records
      -(WM|WithMetadata)re-gathers Web file content metadata at the group level
      -(WN|WithFileNumber)re-evaluates and resets Saved/Web file counts for the
      -(WN|WithFileNumber)re-evaluates and resets Saved/Web file counts for the affected groups
      dsarchSG -IF ds744.4.grp

      Content of input file ds744.4.grp:

      Dataset<=>ds744.4
      EndDate<=>2005-09-30
      GroupIndex<:>Title<:>GroupPattern<:>DescWeb<:>
      1<:>Blended Wind<:>.bln<:>
      The 'bln' product is the blended wind field output.<:>
      2<:>NCEP Re-analyses<:>.low<:>
      The 'low' fields consist of the NCEP re-analyses splined
      to the 0.5 x 0.5 degree grid (i.e. no QSCAT data blended).<:>
      3<:>Superposition of QSCAT Observations<:>.sub<:>
      The 'sub' product is output from an intermediate step in the blending process
      that consists of the superposition of QSCAT observations on NCEP before
      blending. This product is of no particular scientific value, but very useful
      in identifying the satellite data swaths in each composite of 12-hours of
      QSCAT observations.<:>



      Back to Top