Show
Ignore:
Timestamp:
02/12/02 09:57:54 (7 years ago)
Author:
drach
Message:

Fix cdtest07.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cdat/trunk/cdat/Packages/dat/test.xml

    r1804 r2045  
    22<!DOCTYPE dataset SYSTEM "http://www-pcmdi.llnl.gov/software/cdms/cdml.dtd"> 
    33<dataset 
     4        directory       ="" 
     5        calendar        ="gregorian" 
     6        cdms_filemap    ="[[[u],[[0,1,-,-,u_2000.nc],[1,2,-,-,u_2001.nc],[2,3,-,-,u_2002.nc]]],[[v],[[0,1,-,-,v_2000.nc],[1,2,-,-,v_2001.nc],[2,3,-,-,v_2002.nc]]]]" 
     7        id      ="test" 
    48        Conventions     ="CF-1.0" 
    5         id      ="test" 
    6         cdms_filemap    ="[[[u],[[0,1,-,-,u_2000.nc],[1,2,-,-,u_2001.nc],[2,3,-,-,u_2002.nc]]],[[v],[[0,1,-,-,v_2000.nc],[1,2,-,-,v_2001.nc],[2,3,-,-,v_2002.nc]]]]" 
    7         calendar        ="gregorian" 
    8         directory       ="" 
    99        > 
    1010        <axis 
     11                datatype        ="Double" 
     12                units   ="degrees_north" 
     13                length  ="16" 
    1114                id      ="latitude" 
    12                 length  ="16" 
    13                 units   ="degrees_north" 
    14                 datatype        ="Double" 
    1515                > 
    1616                [-90. -78. -66. -54. -42. -30. -18.  -6.   6.  18.  30.  42.  54.  66.  78. 
     
    1818                </axis> 
    1919        <axis 
     20                datatype        ="Double" 
     21                units   ="degrees_east" 
     22                length  ="32" 
    2023                id      ="longitude" 
    21                 length  ="32" 
    22                 units   ="degrees_east" 
    23                 datatype        ="Double" 
    2424                > 
    2525                [   0.     11.25   22.5    33.75   45.     56.25   67.5    78.75   90.   
     
    2929                </axis> 
    3030        <axis 
    31                 id      ="time" 
    32                 partition       ="[0 1 1 2 2 3]" 
    3331                units   ="days since 2000-1-1" 
    3432                length  ="3" 
     33                name_in_file    ="time" 
    3534                datatype        ="Double" 
    36                 name_in_file    ="time" 
     35                partition       ="[0 1 1 2 2 3]" 
     36                id      ="time" 
    3737                > 
    3838                [   0.  366.  731.] 
    3939                </axis> 
    4040        <variable 
     41                datatype        ="Double" 
     42                units   ="m/s" 
     43                missing_value   ="-99.9" 
    4144                id      ="u" 
    42                 missing_value   ="-99.9" 
    43                 units   ="m/s" 
    44                 datatype        ="Double" 
    4545                > 
    4646                <domain 
    4747                        > 
    48                         <domElem name="time" length="3" start="0"/> 
    49                         <domElem name="latitude" length="16" start="0"/> 
    50                         <domElem name="longitude" length="32" start="0"/> 
     48                        <domElem start="0" length="3" name="time"/> 
     49                        <domElem start="0" length="16" name="latitude"/> 
     50                        <domElem start="0" length="32" name="longitude"/> 
    5151                        </domain> 
    5252                </variable> 
    5353        <variable 
     54                datatype        ="Double" 
     55                units   ="m/s" 
     56                missing_value   ="-99.9" 
    5457                id      ="v" 
    55                 missing_value   ="-99.9" 
    56                 units   ="m/s" 
    57                 datatype        ="Double" 
    5858                > 
    5959                <domain 
    6060                        > 
    61                         <domElem name="time" length="3" start="0"/> 
    62                         <domElem name="latitude" length="16" start="0"/> 
    63                         <domElem name="longitude" length="32" start="0"/> 
     61                        <domElem start="0" length="3" name="time"/> 
     62                        <domElem start="0" length="16" name="latitude"/> 
     63                        <domElem start="0" length="32" name="longitude"/> 
    6464                        </domain> 
    6565                </variable>