OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


Sequence CS02
Structure station
windW: Array of 64 bit Reals [null = 0..9]

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

name: String
name

profile: Grid
lat: lon: depth:

sst: 32 bit Real
sst

light: 32 bit Real
light


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

DDS:

Dataset {
    Sequence {
        Structure {
            Float64 windW[10];
            Float64 windN[10];
            String name;
        } station;
        Grid {
         ARRAY:
            Float64 fluor[10][10][10];
         MAPS:
            Float64 lat[10];
            Float64 lon[10];
            Float64 depth[10];
        } profile;
        Float32 sst;
        Float32 light;
    } CS02;
} ComplexSequence02;