OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


Structure exp
j: 32 bit Integer
j

i: Array of 32 bit Integers [null = 0..2]

Sequence ComplexSequence

Structure data
i: 32 bit Integer
i

f: Array of 64 bit Reals [null = 0..9]

lat: 32 bit Real
lat

lng: 32 bit Real
lng

profile: Grid
depth:

ThreeD: Grid
x: y: z:


Send questions or comments to: support@unidata.ucar.edu

DDS:

Dataset {
    Structure {
        Int32 j;
        Int32 i[3];
        Sequence {
            Structure {
                Int32 i;
                Float64 f[10];
            } data;
            Float32 lat;
            Float32 lng;
            Grid {
             ARRAY:
                Float64 fluor[10];
             MAPS:
                Float64 depth[10];
            } profile;
        } ComplexSequence;
        Grid {
         ARRAY:
            Float64 amp[10][10][10];
         MAPS:
            Float64 x[10];
            Float64 y[10];
            Float64 z[10];
        } ThreeD;
    } exp;
} ComplexStructure03;