[Table of Contents] [Go to Previous] [Go to Next]


Changing Sounder Server Dataset Names

    1. From the console, login as mcadde or telnet into the ingestor as user mcadde.

    2. To change ADDE names associated with particular datasets, edit the file ~mcadde/mcidas/data/RESOLV.SRV . The following is an example of sounder datasets defined in this file. Notice that all fields are comma delimited. You can not place a comma in the comment field.

    N1=GOES8L,N2=BLK11,TYPE=IMAGE,RT=N,K=AREA,R1=2001,R2=2336,C=GOES8 SOUNDER AREAS,
    N1=GOES9S,N2=BLK11,TYPE=IMAGE,RT=N,K=AREA,R1=1001,R2=1336,C=GOES9 SOUNDER AREAS,

    Where:

    N1

    is the ADDE group name

    N2

    is the ADDE descriptor name

    TYPE

    is the data type - IMAGE

    K

    is the data format or kind - area

    R1

    is the beginning AREA number in the range

    R2

    is the ending AREA number in the range, which should always be greater than or equal to R1

    C

    is the comment field displayed with DSINFO

    3. Change the values of R1 and R2 in the /sounder/.soundrc file to match R1 and R2 in ~mcadde/mcidas/data/RESOLV.SRV .


[Table of Contents] [Go to Previous] [Go to Next]