OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


somearray: Array of Structures [twizzle = 0..1023][dizzle = 0..2210]
twizzle: dizzle:

Structure wormbutt
amp: Array of 32 bit Reals [x = 0..255][y = 0..255]
x: y:

julianday: 32 bit Real
julianday

InstrumentNumber: 16 bit Integer
InstrumentNumber

Structure foo

arf: 64 bit Real
arf

barf: Array of 64 bit Reals [null = 0..2221]

sst: Grid
latitude: longitude:

Sequence testSeq
jday: 64 bit Real
jday

latitude: 32 bit Real
latitude

longitude: 32 bit Real
longitude

surfaceIrradiance: 32 bit Real
surfaceIrradiance

Sequence CTD_Profile

depth: 64 bit Real
depth

temperature: 64 bit Real
temperature

conductivity: 64 bit Real
conductivity

fluoresence: 64 bit Real
fluoresence

Structure moo
diggle: 8 bit Byte
diggle

piggle: 8 bit Byte
piggle

wiggle: 8 bit Byte
wiggle

doo: 8 bit Byte
doo


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

DDS:

Dataset {
    Structure {
        Float64 amp;
        Float32 damp;
        Float64 clamp;
    } somearray[twizzle = 1024][dizzle = 2211];
    Structure {
        Float32 amp[x = 256][y = 256];
        Float32 julianday;
        Int16 InstrumentNumber;
        Structure {
            Float64 arf;
            Float64 barf[2222];
        } foo;
    } wormbutt;
    Grid {
     ARRAY:
        Float64 sst[latitude = 1024][longitude = 1024];
     MAPS:
        Float64 latitude[1024];
        Float64 longitude[1024];
    } sst;
    Sequence {
        Float64 jday;
        Float32 latitude;
        Float32 longitude;
        Float32 surfaceIrradiance;
        Sequence {
            Float64 depth;
            Float64 temperature;
            Float64 conductivity;
            Float64 fluoresence;
        } CTD_Profile;
    } testSeq;
    Structure {
        Byte diggle;
        Byte piggle;
        Byte wiggle;
        Byte doo;
    } moo;
} protoDDX;